From 698940ffd6b3add440030a388519116c55fef45c Mon Sep 17 00:00:00 2001 From: Jonathan Math Date: Wed, 24 Feb 2021 17:23:26 -0500 Subject: [PATCH] add archive dir and move old swarm files to archive. also move ansible archive to archive/ansible --- {ansible/archive => archive/ansible}/do_inventory.py | 0 stack-compose.yml => archive/docker/stack-compose.yml | 0 {docker => archive/docker}/swarm_instructions.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {ansible/archive => archive/ansible}/do_inventory.py (100%) rename stack-compose.yml => archive/docker/stack-compose.yml (100%) rename {docker => archive/docker}/swarm_instructions.sh (100%) diff --git a/ansible/archive/do_inventory.py b/archive/ansible/do_inventory.py similarity index 100% rename from ansible/archive/do_inventory.py rename to archive/ansible/do_inventory.py diff --git a/stack-compose.yml b/archive/docker/stack-compose.yml similarity index 100% rename from stack-compose.yml rename to archive/docker/stack-compose.yml diff --git a/docker/swarm_instructions.sh b/archive/docker/swarm_instructions.sh similarity index 100% rename from docker/swarm_instructions.sh rename to archive/docker/swarm_instructions.sh