1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

update users

This commit is contained in:
L3D 2020-12-22 23:53:15 +01:00
parent 985768ca76
commit d48af7954b
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 21 additions and 3 deletions

3
.gitmodules vendored
View file

@ -19,3 +19,6 @@
[submodule "roles/sshd"]
path = roles/sshd
url = https://github.com/chaos-bodensee/role_sshd.git
[submodule "files/ssh_public_keys"]
path = files/ssh_public_keys
url = https://gitea.see-base.de/toolbox/ssh-public-keys.git

1
files/ssh_public_keys Submodule

@ -0,0 +1 @@
Subproject commit 32af4ea50141aa37c25bb2f76eecd2198e190c20

View file

@ -4,7 +4,14 @@ admins:
users:
l3d:
https://github.com/do1jlr.keys
- l3d@pinkie.l3d.yt
- l3d@mobile.l3d.yt
- l3d@backup.l3d.yt
- l3d@derpy.l3d.yt
- l3d@backup-rsa.l3d.yt
- l3d@business.wingcon.com
# https://github.com/do1jlr.keys
accounts:
- l3d

@ -1 +1 @@
Subproject commit bf16a2583f44c9b14c54099f33ef859f031a5b7f
Subproject commit fb25cc9cd0ce2e260f546d85eba433c8aa542a6d

View file

@ -1,9 +1,16 @@
---
- name: roles for all hosts
- name: general roles for all hosts
hosts: all
roles:
- { role: base, tags: [default,packages,base]}
- { role: ranger, tags: [packages,ranger]}
- { role: bat, tags: [packages,bat], when: [ansible_os_family == 'Debian']}
- name: user specific roles for all hosts
hosts: all
roles:
- { role: users, tags: [default,users]}
- { role: dotfiles, tags: [default,dotfiles]}
- { role: ssh_auth, tags: [default,users]}
- { role: sshd, tags: [default,users]}