adjust ipa playbook a bit more
This commit is contained in:
parent
ad6295f4a9
commit
037647afed
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
stat: path={{kt_location}}
|
stat: path={{kt_location}}
|
||||||
register: keytab_status
|
register: keytab_status
|
||||||
check_mode: no
|
check_mode: no
|
||||||
|
changed_when: "1 != 1"
|
||||||
tags:
|
tags:
|
||||||
- keytab
|
- keytab
|
||||||
- config
|
- config
|
||||||
|
@ -11,6 +12,8 @@
|
||||||
- name: Get admin ticket
|
- name: Get admin ticket
|
||||||
delegate_to: "{{ ipa_server }}"
|
delegate_to: "{{ ipa_server }}"
|
||||||
shell: echo "{{ipa_admin_password}}" | kinit admin
|
shell: echo "{{ipa_admin_password}}" | kinit admin
|
||||||
|
check_mode: no
|
||||||
|
changed_when: "1 != 1"
|
||||||
tags:
|
tags:
|
||||||
- keytab
|
- keytab
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue