Commit 89fbaf51 by John Jarvis

gather_facts set to false to speed up run

parent c5fa1d7b
- name: Deploy datadog - name: Deploy datadog
hosts: all hosts: all
sudo: True sudo: True
gather_facts: True gather_facts: False
vars_files: vars_files:
- ["{{ secure_vars }}", "dummy.yml"] - ["{{ secure_vars }}", "dummy.yml"]
roles: roles:
......
- name: Deploy the splunkforwarder - name: Deploy the splunkforwarder
hosts: all hosts: all
sudo: True sudo: True
gather_facts: True gather_facts: False
vars_files: vars_files:
- ["{{ secure_vars }}", "dummy.yml"] - ["{{ secure_vars }}", "dummy.yml"]
roles: 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