Set a default for keytab_host
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
ffd14b9538
commit
64734c21e9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
name: keytab/service
|
||||
vars:
|
||||
service: "{{ keytab_service }}"
|
||||
host: "{{ keytab_host }}"
|
||||
host: "{{ keytab_host|default(inventory_hostname) }}"
|
||||
kt_location: "/etc/openshift_apps/{{keytab_app}}/{{keytab_key}}.kt"
|
||||
|
||||
- name: Call `oc secrets new` on the copied file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue