[ansible-project] Encrypting Host File

2017-08-10 Thread 'Siva' via Ansible Project
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 available with every one. Can anyone tell me if this is achievable with Ansible Vault? Or any alternate way how I

[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 ansible_ssh_

[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

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

2017-08-10 Thread 'Siva' via Ansible Project
on? > > > Dick > > On 10 August 2017 at 13:01, 'Siva' via Ansible Project > > wrote: > > Host I mean is the inventory file. > > > > On Thursday, August 10, 2017 at 2:21:03 PM UTC+5:30, Siva wrote: > >> > >> Hi, >

[ansible-project] remote_tmp

2017-09-19 Thread 'Siva' via Ansible Project
Hi, We have overridden the remote_tmp as "$HOME/.ansible/tmp" in the ansible_cfg but still ansible uses the '/tmp' and the entire execution fails because we dont have '/tmp' allocated with enough space to perform our execution. Can anyone help us where we might go wrong? Regards, Siva -- Yo