[ansible-project] Re: Ansible, CyberArk, root and SSH

2019-02-24 Thread dan
*Disclaimer:* I've never used the CyberArk suite so I'm not aware of all options it might have. Other tools I have used had their own replacement for "ssh" that had to be used and provided a similar experience. (But that was in a pre-Ansible world about 15 years ago so...) Your question

Re: [ansible-project] Ansible Failed Authentication

2019-02-24 Thread dan
On Saturday, February 23, 2019 at 5:11:45 PM UTC-6, VeGeTa-X wrote: > > ok fixed the username and password and I am still not able to login using > the playbook > Please provide the new error message you're getting. Can you do a simple "ansible ping" (

[ansible-project] Re: Ansible Dynamic Inventory for Azure

2019-02-24 Thread dan
When you run the *azure_rm.py* by itself, does it produce a proper inventory file of those new machines? What is the output when you run it from the command line with the *--list* option? I'd say this is the root of the problem: *RequestsDependencyWarning: urllib3 (1.24.1) or chardet

[ansible-project] Re: Execute eval from shell module to set up environment variables

2019-02-24 Thread Захари Палазов
Adrian could you be more specific what do we call shell initialization files. On Monday, February 18, 2019 at 7:19:43 PM UTC+2, Adrian Sebastian Dutu wrote: > > You need to put those export commands in the shell initialization files. > Running export will set it just for the current session,

[ansible-project] nested loop

2019-02-24 Thread fusillator
hi all, is there a way to make nested loop without using include_tasks I know it's possible to use with_nested, but how convert this manual example to use only one file? ## main.yml#- name: Run items asynchronously in batch of two items vars: