Re: [ansible-project] Configuring module_utils path?

2016-05-03 Thread Jonathan Rowlands
Dang! Glad it's in the pipeline at least. Thanks! On Tuesday, May 3, 2016 at 1:16:41 PM UTC-5, Brian Coca wrote: > > not yet, this is a feature planned for a future release. > > > -- > Brian Coca > -- You received this message because you are subscribed to the Google Groups "Ansible

[ansible-project] Configuring module_utils path?

2016-05-03 Thread Jonathan Rowlands
Is there a way to configure the module_utils path for supporting code like the way ANSIBLE_LIBRARY works with modules? -- 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

[ansible-project] Any interest in docker-machine modules?

2016-01-03 Thread Jonathan Rowlands
Greetings! I created a primitive suite of docker-machine modules: https://github.com/jgrowl/ansible-docker-machine You can create playbooks like: - hosts: 127.0.0.1 > > connection: local > > tasks: > > - docker_machine_digitalocean: name={{ item.name }} region={{ >> item.region }}

[ansible-project] Using pre_tasks to install a role right before using it on a managed node?

2014-07-09 Thread Jonathan Rowlands
I don't know if this is a normal use-case but I am using packer.io and the local ansible provisioner to build docker images. I wanted to use a pre_task to actually install the role and then immediately use the role on a managed node. The problem is that *I think* there is a sanity check that