Re: [ansible-devel] Re: How to install Ansible with Windows 10 (Operating System)

2019-05-04 Thread Albert Autin
Works well inside winbuntu just from apt if that works for you. On Sat, May 4, 2019, 11:30 PM Surjeet Singh wrote: > I have tested this and initially when i started it was looking like it is > very good to have this on windows but later i realize it have lot of issue. > so i would not recommend

[ansible-devel] ansible-vault fails if vault-pass is passed when env variable defined

2019-03-20 Thread Albert Autin
I spent about 4 hours trying to figure out what was going on here. This is the command I was using: ansible-vault encrypt_string --vault-pass ~/blah/vault_key Every time I ran this, I was greeted with an error: `ERROR! The vault-ids default,default are available to encrypt. Specify the vault-id to

Re: [ansible-devel] Ansible Modules

2019-03-01 Thread Albert Autin
1:23 PM Albert Autin wrote: > If the process 'running' is external, it's probably best to just use an > until loop. That's what I did with my module. > > On Fri, Mar 1, 2019 at 12:22 PM Sebastian Zenobio < > sebastianzeno...@gmail.com> wrote: > >>

Re: [ansible-devel] Ansible Modules

2019-03-01 Thread Albert Autin
If the process 'running' is external, it's probably best to just use an until loop. That's what I did with my module. On Fri, Mar 1, 2019 at 12:22 PM Sebastian Zenobio < sebastianzeno...@gmail.com> wrote: > Hi guys! > > I wrote a small code inside modules and all is good. The only problem that >

Re: [ansible-devel] Testing inventory plugins

2019-01-31 Thread Albert Autin
I found the inventory script documentation (on how to create your own) to be severely lacking.. :( i eventually gave up on trying it. I hope you find an answer, but I just wanted to vent my frustration with the docs here haha On Thu, Jan 31, 2019 at 8:00 AM Josh R wrote: > I'm writing an invento