Lots of updated roles

This commit is contained in:
2020-05-12 17:07:38 -06:00
parent 5a9254097e
commit 6bb3e3f34f
35 changed files with 264 additions and 125 deletions

View File

@@ -24,7 +24,7 @@
dest: /var/lib/one/.ssh/id_rsa.pub
owner: oneadmin
group: oneadmin
mode: 0644
mode: '0644'
- name: Copying oneadmin SSH private key
copy:
@@ -32,7 +32,7 @@
dest: /var/lib/one/.ssh/id_rsa
owner: oneadmin
group: oneadmin
mode: 0600
mode: '0600'
# Authorize oneadmin to SSH to self
- name: Authorizing oneadmin SSH keys