- add yumrepos.yml - separate from 'base'
- make sudo work with all hosts add all to kernel-qa
This commit is contained in:
parent
2b3a8d2448
commit
f7e0918af2
4 changed files with 24 additions and 20 deletions
|
@ -16,8 +16,7 @@
|
|||
- name: setup /etc/sudoers.d/fedora for client use
|
||||
action: copy src=$item dest=/etc/sudoers.d/ owner=root group=root mode=0600
|
||||
with_first_found:
|
||||
- $private/files/sudo/${ansible_fqdn}-sudoers
|
||||
- $private/files/sudo/${ansible_hostname}-sudoers
|
||||
- $private/files/sudo/${ansible_domain}-sudoers
|
||||
- files: $private/files/sudo/${ansible_fqdn}-sudoers $private/files/sudo/${ansible_hostname}-sudoers $private/files/sudo/${ansible_domain}-sudoers
|
||||
- skip: true
|
||||
tags:
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue