Change ansible user from hyper to ansible.

This commit is contained in:
Chad 2021-01-10 15:53:05 -06:00 committed by GitHub
parent 87527d907b
commit 1fa4e571e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
- name: Create Ansible User
user:
name: hyper
name: ansible
system: yes
- name: Add Ansible Sudoers File
copy:
src: sudoers_hyper
src: sudoers_ansible
dest: /etc/sudoers.d/ansible
owner: root
group: root