From 0e275a532c3813873e20577900adf6ba42e9996a Mon Sep 17 00:00:00 2001 From: lavenderguitar Date: Wed, 26 Apr 2023 13:44:02 -0400 Subject: [PATCH] Reorganize repo --- .../mysql_secure_installation.yml | 0 delete_aws_amis.sh => bash/delete_aws_amis.sh | 0 delete_orphaned_snapshots.sh => bash/delete_orphaned_snapshots.sh | 0 yum_updates.sh => bash/yum_updates.sh | 0 copy_security_groups.py => python/copy_security_groups.py | 0 delete_aws_amis.py => python/delete_aws_amis.py | 0 .../delete_orphaned_snapshots.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename mysql_secure_installation.yml => ansible-playbooks/mysql_secure_installation.yml (100%) rename delete_aws_amis.sh => bash/delete_aws_amis.sh (100%) rename delete_orphaned_snapshots.sh => bash/delete_orphaned_snapshots.sh (100%) rename yum_updates.sh => bash/yum_updates.sh (100%) rename copy_security_groups.py => python/copy_security_groups.py (100%) rename delete_aws_amis.py => python/delete_aws_amis.py (100%) rename delete_orphaned_snapshots.py => python/delete_orphaned_snapshots.py (100%) diff --git a/mysql_secure_installation.yml b/ansible-playbooks/mysql_secure_installation.yml similarity index 100% rename from mysql_secure_installation.yml rename to ansible-playbooks/mysql_secure_installation.yml diff --git a/delete_aws_amis.sh b/bash/delete_aws_amis.sh similarity index 100% rename from delete_aws_amis.sh rename to bash/delete_aws_amis.sh diff --git a/delete_orphaned_snapshots.sh b/bash/delete_orphaned_snapshots.sh similarity index 100% rename from delete_orphaned_snapshots.sh rename to bash/delete_orphaned_snapshots.sh diff --git a/yum_updates.sh b/bash/yum_updates.sh similarity index 100% rename from yum_updates.sh rename to bash/yum_updates.sh diff --git a/copy_security_groups.py b/python/copy_security_groups.py similarity index 100% rename from copy_security_groups.py rename to python/copy_security_groups.py diff --git a/delete_aws_amis.py b/python/delete_aws_amis.py similarity index 100% rename from delete_aws_amis.py rename to python/delete_aws_amis.py diff --git a/delete_orphaned_snapshots.py b/python/delete_orphaned_snapshots.py similarity index 100% rename from delete_orphaned_snapshots.py rename to python/delete_orphaned_snapshots.py