|
@@ -36,6 +36,18 @@
|
|
|
grafana_password: '{{ grafana_password }}'
|
|
|
no_log: True
|
|
|
|
|
|
+- block:
|
|
|
+ - name: Save variables of ipa server from Management Station
|
|
|
+ set_fact:
|
|
|
+ ms_ipa_admin_password: '{{ ms_ipa_admin_password }}'
|
|
|
+ no_log: True
|
|
|
+
|
|
|
+ - name: Include ipa server hostname and domain name
|
|
|
+ include_vars: "{{ ipa_secret_file }}"
|
|
|
+ when:
|
|
|
+ - login_node_required
|
|
|
+ - ipa_server_ms
|
|
|
+
|
|
|
- name: Create ansible vault key
|
|
|
set_fact:
|
|
|
vault_key: "{{ lookup('password', '/dev/null chars=ascii_letters') }}"
|