Fixing Metadata Playbook
The ansible facts must be dumped on the undercloud no matter where the playbook is run from. This is because the current model requires Browbeat to be executed from the undercloud. Change-Id: Ia0204643f8126425acaab2373387bbfb5e21535a
This commit is contained in:
parent
8944207bd9
commit
225c72d399
@ -25,7 +25,7 @@
|
||||
- undercloud
|
||||
|
||||
|
||||
- hosts: localhost
|
||||
- hosts: undercloud
|
||||
tasks:
|
||||
- name: Dump all vars
|
||||
local_action: template src=dump_facts.j2 dest={{ browbeat_path }}/metadata/machine_facts.json
|
||||
|
Loading…
Reference in New Issue
Block a user