Commit 89fbaf51 by John Jarvis

gather_facts set to false to speed up run

parent c5fa1d7b
- name: Deploy datadog
hosts: all
sudo: True
gather_facts: True
gather_facts: False
vars_files:
- ["{{ secure_vars }}", "dummy.yml"]
roles:
......
- name: Deploy the splunkforwarder
hosts: all
sudo: True
gather_facts: True
gather_facts: False
vars_files:
- ["{{ secure_vars }}", "dummy.yml"]
roles:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment