Skip to content

Commit

Permalink
update users
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Dec 22, 2020
1 parent 985768c commit d48af79
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions files/ssh_public_keys
Submodule ssh_public_keys added at 32af4e
9 changes: 8 additions & 1 deletion group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ admins:

users:
l3d:
https://github.com/do1jlr.keys
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

# https://github.com/do1jlr.keys

accounts:
- l3d
2 changes: 1 addition & 1 deletion roles/ssh_auth
9 changes: 8 additions & 1 deletion site.yml
Original file line number Diff line number Diff line change
@@ -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]}

0 comments on commit d48af79

Please sign in to comment.