We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6f48d commit 02f10dfCopy full SHA for 02f10df
ansible/roles/freeipa/tasks/addhost.yml
@@ -4,7 +4,6 @@
4
community.general.ipa_host:
5
name: "{{ node_fqdn }}"
6
ip_address: "{{ freeipa_client_ip }}"
7
- ipa_host: "{{ groups['freeipa_server'].0 }}"
8
ipa_pass: "{{ vault_freeipa_admin_password }}"
9
ipa_user: admin
10
state: present
@@ -19,12 +18,12 @@
19
18
20
21
22
23
24
25
random_password: true
26
27
validate_certs: false
+ ipa_timeout: 30
28
delegate_to: "{{ groups['freeipa_server'].0 }}"
29
when: "'sshpubkeyfp' not in _ipa_host_check.host"
30
register: _ipa_host_add
0 commit comments