[ansible-project] Re: Where to put files and templates that don't belong to a role

2018-04-11 Thread Mike Garris
I am in the boat of treating everything as a role. |some_app | |site.yml | |roles | | |some_app_name | | | |vars | | | |tasks | | | |defaults | | | |files | | | |templates Now you could, if needed, create a site.yml that would have variables to execute, or

[ansible-project] Ansible 2.4 to 2.5 files - file module change

2018-04-10 Thread Mike Garris
Am I reading the docs correctly with regards to the file module being changed? "Sets attributes of files" - https://docs.ansible.com/ansible/2.4/list_of_files_modules.html to "Read file contents" - https://docs.ansible.com/ansible/latest/modules/list_of_files_modules.html If so, I got some