fix kadmin mask on ipa machines
This commit is contained in:
parent
f214c8bd18
commit
49690c42ae
1 changed files with 7 additions and 4 deletions
|
@ -37,11 +37,14 @@
|
||||||
- ipa
|
- ipa
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
#
|
||||||
|
# switch this to use the systemd module as soon as ansible 2.2 is out.
|
||||||
|
#
|
||||||
|
|
||||||
- name: mask kadmin
|
- name: mask kadmin
|
||||||
service: name=kadmin.service
|
file: src=/dev/null
|
||||||
state=stopped
|
dest=/etc/systemd/system/kadmin.service
|
||||||
enabled=no
|
owner=root group=root state=link
|
||||||
masked=yes
|
|
||||||
tags:
|
tags:
|
||||||
- ipa
|
- ipa
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue