[ansible-project] Re: Proper handling of host specific credential files

2018-04-13 Thread Jean Helou
pn/{{ hostname }}.{{ item }}" mode: 0755 with_items: - crt - key tags: - foo I am still interested to know if this is a proper solution and if not what is the idiomatic/recommended way to handle this case. thanks jean On Wednesday, April 11, 2018 at 11:52:08 AM UTC+2, Jean

[ansible-project] Proper handling of host specific credential files

2018-04-11 Thread Jean Helou
Hi, I am using ansible 2.5, I have gone through the best practices but I fail to understand how I am supposed to properly handle *host-specific* files. My exact use case is handling vpn certificates for

[ansible-project] Re: Figuring out playbook_vars_root

2018-02-28 Thread Jean Helou
Looking further into this I find conflicting information (maybe I understand it all wrong) In https://github.com/ansible/ansible/issues/33177#issuecomment-356976272 ("when including playbook, group_vars of original playbook are ignored") @sivel says : We have discussed this in the Core Team

[ansible-project] Figuring out playbook_vars_root

2018-02-28 Thread Jean Helou
I am trying to understand what playbook_vars_root does in Ansible 2.4.3, I have the feeling that it is totally ignored According to the documentation : > This sets which playbook dirs will be used as a root to process