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 051399d + 6344d42 commit 147c0b4Copy full SHA for 147c0b4
etc/kayobe/ansible/nova-compute-drain.yml
@@ -17,6 +17,8 @@
17
extra_args: "{% if pip_upper_constraints_file %}-c {{ pip_upper_constraints_file }}{% endif %}"
18
run_once: true
19
delegate_to: "{{ groups['controllers'][0] }}"
20
+ vars:
21
+ ansible_host: "{{ hostvars[groups['controllers'][0]].ansible_host }}"
22
23
- block:
24
- name: Query instances
0 commit comments