Commit c25d39cc authored by Mattia Rizzolo's avatar Mattia Rizzolo

roadhouse: don't do any magic here, just list the admin usersnames

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 3ff504a9
...@@ -8,17 +8,10 @@ ...@@ -8,17 +8,10 @@
roles: roles:
- role: common - role: common
# SSH keys allowed to deploy with ansible (user "manager")
management_ssh: |
{{ ssh_keys_pietroalbini }}
{{ ssh_keys_mapreri }}
{{ ssh_keys_janvitus }}
admin_users: admin_users:
pietroalbini: "{{ ssh_keys_pietroalbini }}" - janvitus
mapreri: "{{ ssh_keys_mapreri }}" - mattia
janvitus: "{{ ssh_keys_janvitus }}" - pietro
- role: nginx - role: nginx
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment