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:
parent
985768ca76
commit
d48af7954b
5 changed files with 21 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -19,3 +19,6 @@
|
||||||
[submodule "roles/sshd"]
|
[submodule "roles/sshd"]
|
||||||
path = roles/sshd
|
path = roles/sshd
|
||||||
url = https://github.com/chaos-bodensee/role_sshd.git
|
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
1
files/ssh_public_keys
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 32af4ea50141aa37c25bb2f76eecd2198e190c20
|
|
@ -4,7 +4,14 @@ admins:
|
||||||
|
|
||||||
users:
|
users:
|
||||||
l3d:
|
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:
|
accounts:
|
||||||
- l3d
|
- l3d
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit bf16a2583f44c9b14c54099f33ef859f031a5b7f
|
Subproject commit fb25cc9cd0ce2e260f546d85eba433c8aa542a6d
|
9
site.yml
9
site.yml
|
@ -1,9 +1,16 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: roles for all hosts
|
- name: general roles for all hosts
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- { role: base, tags: [default,packages,base]}
|
- { role: base, tags: [default,packages,base]}
|
||||||
- { role: ranger, tags: [packages,ranger]}
|
- { role: ranger, tags: [packages,ranger]}
|
||||||
- { role: bat, tags: [packages,bat], when: [ansible_os_family == 'Debian']}
|
- { 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: dotfiles, tags: [default,dotfiles]}
|
||||||
|
- { role: ssh_auth, tags: [default,users]}
|
||||||
|
- { role: sshd, tags: [default,users]}
|
||||||
|
|
Loading…
Reference in a new issue