infra-ansible/deploy_hiera.yml
Ricardo Carrillo Cruz 11c6c4cc1e Disable facts gathering on top-level playbooks
In the playbooks logic, the facts are not used and they are a
quite expensive operation, this speeds up execution.
2015-05-13 12:58:36 +02:00

9 lines
152 B
YAML

---
# file: deploy_hiera.yml
- hosts: meta-infra_type_puppetmaster
gather_facts: no
user: ubuntu
sudo: true
roles:
- { role: deploy_hiera }