This commit is contained in:
DO1JLR 2018-06-14 15:19:36 +02:00
parent 625be928f3
commit d130a4ca9a
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 7 additions and 3 deletions

3
.gitmodules vendored
View file

@ -16,3 +16,6 @@
[submodule "files/ssh_public_keys"] [submodule "files/ssh_public_keys"]
path = files/ssh_public_keys path = files/ssh_public_keys
url = git@git.see-base.de:toolbox/ssh-public-keys.git 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

View file

@ -1,2 +1,2 @@
[lte] [lte]
discord.ffbsee.net ansible_host=192.168.133.248 photofinish.cyber.yt

1
roles/home_config Submodule

@ -0,0 +1 @@
Subproject commit c989df5e5dc09d05b0bf760c31bbe7da53881b70

View file

@ -3,7 +3,7 @@
- name: Apply common configuration of all hosts - name: Apply common configuration of all hosts
hosts: all hosts: all
roles: roles:
- common # - common
- ssh_authorized_keys - ssh_authorized_keys
- sshd - sshd
- home_config