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