Re: [ansible-project] Subdirectories in host_vars

2019-09-11 Thread Peter Kokot
September 2019 00:27:45 UTC+2, Dick Visser wrote: > > Yes. > > On Thu, 12 Sep 2019 at 00:11, Peter Kokot > wrote: > > > > Hello, > > > > does host_vars directory support subdirectories? So multiple variables > can be organized in multiple YAML files in

[ansible-project] Subdirectories in host_vars

2019-09-11 Thread Peter Kokot
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 ├─