nomad/ansible/roles/ssh/defaults/main.yml
distrobyte 917571a140 More fixes
- 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
2023-08-04 14:10:04 +01:00

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