- Rename a task in the consul role to better reflect the actions being taken - Add passwordless sudo as a configurable option to the ssh role, include base configuration for that
11 lines
279 B
YAML
11 lines
279 B
YAML
---
|
|
# a current listing of all admins who have ssh access to Redbrick.
|
|
|
|
github_users:
|
|
- user: distro
|
|
# omitting account variable won't add any github keys to the user.
|
|
account: DistroByte
|
|
groups: ["sudo"]
|
|
passwordless_sudo: true
|
|
|
|
github_url: https://github.com
|