diff --git a/common.yaml b/common.yaml index 2f2247e..755110a 100644 --- a/common.yaml +++ b/common.yaml @@ -2,3 +2,4 @@ - hosts: debian roles: - common + - common-bitlair diff --git a/roles/common-bitlair/templates/authorized_keys.j2 b/roles/common-bitlair/templates/authorized_keys.j2 index f310024..182dc36 100644 --- a/roles/common-bitlair/templates/authorized_keys.j2 +++ b/roles/common-bitlair/templates/authorized_keys.j2 @@ -1,5 +1,6 @@ # Managed by Ansible {% for name in root_access %} +# {{ name }} {{ lookup('file', 'authorized_keys/'+name+'.keys') }} {% endfor %}