Initial Setup
This commit is contained in:
parent
5d2fc799e2
commit
f20f47d37d
5 changed files with 27 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
ansible/callback_plugins/human_log.pyc
|
||||||
|
**/human_log.pyc
|
||||||
|
**.swp
|
||||||
|
**.directory
|
||||||
|
**.tmp
|
||||||
|
**.jpg
|
||||||
|
**.png
|
||||||
|
**.jpeg
|
||||||
|
**.pdf
|
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -10,3 +10,9 @@
|
||||||
[submodule "roles/sshd"]
|
[submodule "roles/sshd"]
|
||||||
path = roles/sshd
|
path = roles/sshd
|
||||||
url = git@git.ccczh.ch:ansible-roles/role-sshd.git
|
url = git@git.ccczh.ch:ansible-roles/role-sshd.git
|
||||||
|
[submodule "files/host_files/discord.ffbsee.net"]
|
||||||
|
path = files/host_files/discord.ffbsee.net
|
||||||
|
url = git@git.see-base.de:l3d/ansible-config_discord.git
|
||||||
|
[submodule "files/ssh_public_keys"]
|
||||||
|
path = files/ssh_public_keys
|
||||||
|
url = git@git.see-base.de:toolbox/ssh-public-keys.git
|
||||||
|
|
1
files/host_files/discord.ffbsee.net
Submodule
1
files/host_files/discord.ffbsee.net
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a50e5b09a8797286b30aa707c6d382402af32266
|
1
files/ssh_public_keys
Submodule
1
files/ssh_public_keys
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit efda3cf4252674345542680caa2179b8ea0d8fe8
|
10
host_vars/startswirl.ffbsee.net
Normal file
10
host_vars/startswirl.ffbsee.net
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
admins:
|
||||||
|
- l3d
|
||||||
|
|
||||||
|
users:
|
||||||
|
l3d:
|
||||||
|
- l3d
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue