From 1f8193bd8c8d3b026fb1e7a5df5d5d3d94180e94 Mon Sep 17 00:00:00 2001 From: jreichmann Date: Fri, 3 May 2019 14:37:51 +0200 Subject: [PATCH] Move legacy files into legacy folder, add inventory file --- inventory.yaml | 8 ++++++++ {gnupg => legacy/gnupg}/gnupg_agent | 0 {gnupg => legacy/gnupg}/gpg-agent.conf | 0 {gnupg => legacy/gnupg}/gpg.conf | 0 {gnupg => legacy/gnupg}/sshcontrol | 0 initialSetup.sh => legacy/initialSetup.sh | 0 keybindings.sh => legacy/keybindings.sh | 0 .../xfce4-keyboard-shortcuts.xml | 0 .../bash/templates/bash_includes/costumPrompt.sh | 0 9 files changed, 8 insertions(+) create mode 100644 inventory.yaml rename {gnupg => legacy/gnupg}/gnupg_agent (100%) rename {gnupg => legacy/gnupg}/gpg-agent.conf (100%) rename {gnupg => legacy/gnupg}/gpg.conf (100%) rename {gnupg => legacy/gnupg}/sshcontrol (100%) rename initialSetup.sh => legacy/initialSetup.sh (100%) rename keybindings.sh => legacy/keybindings.sh (100%) rename xfce4-keyboard-shortcuts.xml => legacy/xfce4-keyboard-shortcuts.xml (100%) rename costumPrompt.sh => roles/bash/templates/bash_includes/costumPrompt.sh (100%) diff --git a/inventory.yaml b/inventory.yaml new file mode 100644 index 0000000..e494d85 --- /dev/null +++ b/inventory.yaml @@ -0,0 +1,8 @@ +--- + +all: + hosts: + xenon: + ansible_host: xenon.int.finallycoffee.eu + vars: + ansible_user: transcaffeine diff --git a/gnupg/gnupg_agent b/legacy/gnupg/gnupg_agent similarity index 100% rename from gnupg/gnupg_agent rename to legacy/gnupg/gnupg_agent diff --git a/gnupg/gpg-agent.conf b/legacy/gnupg/gpg-agent.conf similarity index 100% rename from gnupg/gpg-agent.conf rename to legacy/gnupg/gpg-agent.conf diff --git a/gnupg/gpg.conf b/legacy/gnupg/gpg.conf similarity index 100% rename from gnupg/gpg.conf rename to legacy/gnupg/gpg.conf diff --git a/gnupg/sshcontrol b/legacy/gnupg/sshcontrol similarity index 100% rename from gnupg/sshcontrol rename to legacy/gnupg/sshcontrol diff --git a/initialSetup.sh b/legacy/initialSetup.sh similarity index 100% rename from initialSetup.sh rename to legacy/initialSetup.sh diff --git a/keybindings.sh b/legacy/keybindings.sh similarity index 100% rename from keybindings.sh rename to legacy/keybindings.sh diff --git a/xfce4-keyboard-shortcuts.xml b/legacy/xfce4-keyboard-shortcuts.xml similarity index 100% rename from xfce4-keyboard-shortcuts.xml rename to legacy/xfce4-keyboard-shortcuts.xml diff --git a/costumPrompt.sh b/roles/bash/templates/bash_includes/costumPrompt.sh similarity index 100% rename from costumPrompt.sh rename to roles/bash/templates/bash_includes/costumPrompt.sh