Hello, does host_vars directory support subdirectories? So multiple variables can be organized in multiple YAML files inside the host subdirectory. For example:
├─ host_vars/ ├─── hostname_1.tld/ ├───── secrets.yaml ├───── variables.yaml ├─── hostname_2.tld/ ├───── secrets.yaml ├───── other_variables.yaml └─ ... Thank you for possible answers and helping out. -- 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/be400fbe-9f32-4722-96fa-65735f9b6210%40googlegroups.com.
