11c6c4cc1e
In the playbooks logic, the facts are not used and they are a quite expensive operation, this speeds up execution.
9 lines
175 B
YAML
9 lines
175 B
YAML
---
|
|
# file: run_puppet_infra_nodes
|
|
- hosts: infra:!meta-infra_type_puppetmaster
|
|
gather_facts: no
|
|
user: ubuntu
|
|
sudo: true
|
|
roles:
|
|
- { role: run_puppet_infra_nodes }
|