bb79042
@@ -44,7 +44,7 @@
- "{{ private }}/files/sudo/{{ ansible_hostname }}-sudoers"
- "{{ private }}/files/sudo/{{ ansible_domain }}-sudoers"
- "{{ private }}/files/sudo/default"
- when: "(primary_auth_source | default('fas')) == 'fas'"
+ when: inventory_hostname.startswith('batcave')
tags:
- config
- sudo
Signed-off-by: Mark O Brien markobri@redhat.com
For rbac playbook to work correctly on the batcave the sudoers file still need rules updated. As far as I know batcave is the only host that needs this since the move to ipa but I am not 100% certain
Build succeeded.
rebased onto bb79042
Pull-Request has been merged by kevin
Signed-off-by: Mark O Brien markobri@redhat.com
For rbac playbook to work correctly on the batcave the sudoers file still need rules updated. As far as I know batcave is the only host that needs this since the move to ipa but I am not 100% certain