Re: [ansible-project] Re: Encrypting Host File

2017-08-10 Thread 'Siva' via Ansible Project
Hi Dick, Thanks, your suggestion worked. On Thursday, August 10, 2017 at 5:45:38 PM UTC+5:30, Dick Visser wrote: > > I see. > > Just to be sure: how do you exactly call the playbook? > > It shouldn't matter, but can you try given the inventory files a .yml > extension? > > > Dick > > On 10

Re: [ansible-project] Re: Encrypting Host File

2017-08-10 Thread Dick Visser
I see. Just to be sure: how do you exactly call the playbook? It shouldn't matter, but can you try given the inventory files a .yml extension? Dick On 10 August 2017 at 13:01, 'Siva' via Ansible Project wrote: > Host I mean is the inventory file. > > On

[ansible-project] Re: Encrypting Host File

2017-08-10 Thread 'Siva' via Ansible Project
Host I mean is the inventory file. On Thursday, August 10, 2017 at 2:21:03 PM UTC+5:30, Siva wrote: > > Hi, > > Good Day! > > I have a requirement to encrypt the host file in ansible, say for example, > I want to encrypt the production environment host file so that the host > information is not

[ansible-project] Re: Encrypting Host File

2017-08-10 Thread 'Siva' via Ansible Project
Just to give more information of what I am trying. host (file name) [server-a] server-a [server-b] server-b [appserver:children] server-a server-b _ host_details (file name) [server-a:vars] env_name=server-a ansible_ssh_user=root ansible_ssh_host=10.0.0.1