For all my environments there are entire files that lend themselves best to 
not be templated. Just one per environment will do.

I use roles, and my directory structure is as follows

├── env_iodtest          [directory]

│   ├── group_vars       [directory]

│   │   └── all              [file]

│   └── inventory         [file]

├── install.yml          [file]

└── roles             [directory]

    ├── install_base   [directory]

    │   └── tasks       [directory]

    │       └── main.yml      [file]


It would make sense, for now at least, to have this file inside each of my 
environments so we have

├── env_iodtest       [directory]

│   ├── group_vars      [directory]

│   │   └── all        [file]

│   ├── files           [directory - proposed]

│   │   └── vast.list.of.settings      [file - proposed]
│   └── inventory      [file]

Is this possible?

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/77c9de0d-56b2-4630-8006-80a3cd022200%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to