Re: [ansible-project] CloudFormation - how to debug where the issue is

2015-06-09 Thread cosbug
Here is the output: # ansible-playbook -i hosts aws-cf-provision.yml -vvv PLAY [localhost] ** TASK: [Create VPC, internet gateway, route tables and security groups] <127.0.0.1> REMOTE_MODULE cloudformation template=VPCStack.j

[ansible-project] CloudFormation - how to debug where the issue is

2015-06-09 Thread cosbug
Hi All, While running a playbook I get very poor information regarding the possible root cause of error. # ansible-playbook -i hosts aws-cf-provision.yml -vv PLAY [localhost] ** TASK: [Create VPC, internet gateway, route tables and se

[ansible-project] Re: win_get_url and win_msi - file downloaded and installed even when not changed

2015-06-04 Thread cosbug
Thanks Trond, Just replaced "win_msi" with "win_package" in task and it works fine. Kind Regards, Constantin -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[ansible-project] win_get_url and win_msi - file downloaded and installed even when not changed

2015-06-03 Thread cosbug
Hi All, I'm using "win_get_url" module to download an MSI package and then "win_msi" to install it. It turns out that every time I run a playbook both tasks return status "changed" even the file was previously downloaded and installed in the preceding run. Am I right that these modules do not

[ansible-project] Reset password in Ansible Tower

2015-05-27 Thread cosbug
Hello, Is there any way to reset password in Ansible Tower for admin account? Regards, Constantin -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-pr

[ansible-project] Re: Strange behaviour of cloudformation module

2015-04-21 Thread cosbug
Here is what I get if I try to use pdb: [root@test ansible]# python -m pdb /usr/bin/ansible-playbook /etc/ansible/aws-cf-provision.yml - > /usr/bin/ansible-playbook(21)() -> __requires__ = ['ansible'] (Pdb) c PLAY [localhost] ** T

[ansible-project] Strange behaviour of cloudformation module

2015-04-21 Thread cosbug
Hi All, I wrote a cloud formation template which works fine from AWS console (tested many times). When I run it through Ansible cloudformation module for the first time to create resources - it works fine (state: present). Then if I set "state: absent" to delete earlier created resources it runs

Re: [ansible-project] Can't find boto for ansible EC2 module

2015-04-14 Thread cosbug
Hi, I came across the same issue when I try to run cloudformation module in CentOS in python virtual env. (it used to work some time ago): (venv)[root@test ansible]# ansible-playbook aws-cf-provision.yml -vv ... failed: [localhost] => {"failed": true, "parsed": false} failed=True msg='boto requir