Skip to content

Commit 279747d

Browse files
authored
Use IP for ca-url instead of node name
1 parent 107cc2f commit 279747d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
- name: Bootstrap CA
188188
ansible.builtin.command: >
189189
step ca bootstrap
190-
--ca-url https://{{ hostvars[groups['step-ca'][0]].ansible_facts.nodename }}:9999
190+
--ca-url https://{{ hostvars[groups['step-ca'][0]].ansible_facts.default_ipv4.address }}:9999
191191
--fingerprint {{ ca_fingerprint.stdout }} --install
192192
changed_when: true
193193
when: not step_stat.stat.exists

0 commit comments

Comments
 (0)