Add sudo support
This commit is contained in:
parent
dda2d043fc
commit
cff2dbe661
@ -30,6 +30,9 @@ roles:
|
||||
- name: 'ensure_selinux'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_selinux.git'
|
||||
version: 'master'
|
||||
- name: 'ensure_sudo'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_sudo.git'
|
||||
version: 'master'
|
||||
- name: 'ensure_timezone'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_timezone.git'
|
||||
version: 'master'
|
||||
|
6
test.yml
6
test.yml
@ -2,11 +2,6 @@
|
||||
- name: 'all'
|
||||
hosts: 'all'
|
||||
gather_facts: 'yes'
|
||||
tasks:
|
||||
- name: 'Fetch package data'
|
||||
package_facts:
|
||||
- name: 'Fetch service data'
|
||||
service_facts:
|
||||
roles:
|
||||
- role: 'ensure_ansible_prereq'
|
||||
- role: 'ensure_os_patch'
|
||||
@ -16,6 +11,7 @@
|
||||
- role: 'ensure_repo_fdragon'
|
||||
- role: 'ensure_repo_rpmfusion'
|
||||
- role: 'ensure_selinux'
|
||||
- role: 'ensure_sudo'
|
||||
- role: 'ensure_timezone'
|
||||
- name: 'docker'
|
||||
hosts: 'docker'
|
||||
|
Loading…
x
Reference in New Issue
Block a user