kayobe/ansible/host-command-run.yml
Pierre Riteau eed2561ce2 Stop gathering facts for host command run
This will speed up `kayobe overcloud host command run`.

Change-Id: I02adfa5819bff781e1649b81c1023b55de32ebd0
2019-11-05 11:59:28 +01:00

8 lines
164 B
YAML

---
- name: Run a command
gather_facts: False
hosts: seed-hypervisor:seed:overcloud
tasks:
- name: Run a command
shell: "{{ host_command_to_run }}"