generated from DO1JLR/ansible_playbook_template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ssh_public_keys
added at
32af4e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
Submodule ssh_auth
updated
from bf16a2 to fb25cc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]} |