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

@@ -1,9 +1,9 @@
---
# Copy ssh client config for toor user so we can git clone without confirmation
- name: Copying toor SSH client config
# Copy ssh client config for superuser user so we can git clone without confirmation
- name: Copying superuser SSH client config
copy:
src: 'ssh.config'
dest: '/home/toor/.ssh/config'
owner: toor
group: toor
dest: '/home/{{ superuser }}/.ssh/config'
owner: '{{ superuser }}'
group: '{{ superuser }}'
mode: '0644'