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