To put it in other words:
Following tree of files is used
./
├── playbook-fw-xxx.yml
├── playbook.yml
├── README.md
└── requirements.yml
$ cat playbook-fw-xxx.yml
---
- hosts: all
vars:
populate_host_with_framework: true
tasks:
- name: Ensure /dev/xxx device nodes are ready-for-use
import_role:
name: vendorA.dev-nodes
when: {{populate_host_with_framework}}
Setting variable to its default value is planned for out-source to special
file. How should the location of variable initialization look like ?
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/041e3d9f-aa93-489f-bba9-cbb3026b6ccf%40googlegroups.com.