Skip to content

Commit 138c501

Browse files
authored
Merge pull request #80 from stackhpc/fix/ca-url
Use IP for ca-url instead of node name
2 parents 107cc2f + 279747d commit 138c501

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)