[ansible-project] Setting a None Value

2014-12-01 Thread Matt Ferrante
Is there a way to set a variable to None? I end up with the string, None every time. The ec2_lc module passes instance_profile_name along to boto's LaunchConfiguration method. Setting instance_profile_name to something works, but I am unable to set the default value for it, None. It doesn't

Re: [ansible-project] Setting a None Value

2014-12-01 Thread Matt Ferrante
Many thanks On Tue, Dec 2, 2014 at 12:03 AM, James Cammarata jcammar...@ansible.com wrote: Hi Matt, In YAML, you can use a ~ or the lower-case string null to set the equivalent of a python None. On Mon, Dec 1, 2014 at 10:51 PM, Matt Ferrante mferran...@gmail.com wrote: Is there a way

[ansible-project] EC2 Auto-Scaling Group Enhancements

2014-06-04 Thread Matt Ferrante
on the added features or the module in general, I'd be happy to add it. Thanks! - Matt Ferrante -- 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+unsubscr

[ansible-project] Pip Module Broken for pip 1.5

2014-01-03 Thread Matt Ferrante
Pip 1.5, released on 1/1/2014, doesn't support --use-mirrors. The default should be use_mirrors=no, as this should work correctly with all versions. I ran into the issue where we use Ansible to easy_install pip and then use pip to install python libraries. I created a pull request:

Re: [ansible-project] Pip Module Broken for pip 1.5

2014-01-03 Thread Matt Ferrante
Made a new pull request: https://github.com/ansible/ansible/pull/5494 On Friday, January 3, 2014 1:12:08 PM UTC-5, Matt Ferrante wrote: The default won't be supported in new versions. I doubt people will run into this right away, as they already have pip installed, but it will probably