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.
2 parents 107cc2f + 279747d commit 138c501Copy full SHA for 138c501
deployment/site.yml
@@ -187,7 +187,7 @@
187
- name: Bootstrap CA
188
ansible.builtin.command: >
189
step ca bootstrap
190
- --ca-url https://{{ hostvars[groups['step-ca'][0]].ansible_facts.nodename }}:9999
+ --ca-url https://{{ hostvars[groups['step-ca'][0]].ansible_facts.default_ipv4.address }}:9999
191
--fingerprint {{ ca_fingerprint.stdout }} --install
192
changed_when: true
193
when: not step_stat.stat.exists
0 commit comments