From d130a4ca9abf1c44254e3762e48f03ab9949d7cc Mon Sep 17 00:00:00 2001 From: DO1JLR Date: Thu, 14 Jun 2018 15:19:36 +0200 Subject: [PATCH] New host --- .gitmodules | 3 +++ ansible/hosts | 2 +- roles/home_config | 1 + setup_apu3.yml => setup.yml | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 160000 roles/home_config rename setup_apu3.yml => setup.yml (78%) diff --git a/.gitmodules b/.gitmodules index b173580..a40b830 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "files/ssh_public_keys"] path = files/ssh_public_keys url = git@git.see-base.de:toolbox/ssh-public-keys.git +[submodule "roles/home_config"] + path = roles/home_config + url = git@git.see-base.de:l3d/role_home-config.git diff --git a/ansible/hosts b/ansible/hosts index 7ccdc12..cae7ea5 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -1,2 +1,2 @@ [lte] -discord.ffbsee.net ansible_host=192.168.133.248 +photofinish.cyber.yt diff --git a/roles/home_config b/roles/home_config new file mode 160000 index 0000000..c989df5 --- /dev/null +++ b/roles/home_config @@ -0,0 +1 @@ +Subproject commit c989df5e5dc09d05b0bf760c31bbe7da53881b70 diff --git a/setup_apu3.yml b/setup.yml similarity index 78% rename from setup_apu3.yml rename to setup.yml index e4276f4..f8a8514 100644 --- a/setup_apu3.yml +++ b/setup.yml @@ -3,7 +3,7 @@ - name: Apply common configuration of all hosts hosts: all roles: - - common +# - common - ssh_authorized_keys - sshd - + - home_config