New host
This commit is contained in:
parent
625be928f3
commit
d130a4ca9a
4 changed files with 7 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[lte]
|
[lte]
|
||||||
discord.ffbsee.net ansible_host=192.168.133.248
|
photofinish.cyber.yt
|
||||||
|
|
1
roles/home_config
Submodule
1
roles/home_config
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c989df5e5dc09d05b0bf760c31bbe7da53881b70
|
|
@ -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
|
Loading…
Reference in a new issue