[ansible-project] digital_ocean module and host_vars

2017-01-05 Thread Jerry Steele
Hi All, It looks like I've stumbled across a bug with the digital_ocean module. I've been following the digital ocean tutorial here , but I want to parameterise as much as poss

[ansible-project] Local fact not passed

2015-10-07 Thread Jerry Steele
Hello, Ansible_version: 1.9.2 stable I have a custom fact, generated via bash: #!/bin/bash MYSQL_PW=$(cat /etc/psa/.psa.shadow) cat << EOF { "pw":"$MYSQL_PW" } EOF When I run this on the command line, it gives the expected output: { "pw":"$AES-128-$xxx$

Re: [ansible-project] Role default vars not being read?

2015-05-08 Thread Jerry Steele
That's the puppy! Thanks for the insight. That template syntax doesn't seem to be documented anywhere that I can see. Might be useful if it was... Thanks Jerry On Thursday, 7 May 2015 17:06:40 UTC+1, Brian Coca wrote: > > not sure why you expect those vars to be part of host, your definition

[ansible-project] Role default vars not being read?

2015-05-07 Thread Jerry Steele
I've got a role I'm using for testing, but I seem to be stumbling at the first hurdle. My embryonic playbook looks like this: --- - hosts: localhost sudo: yes vars: shinken_hosts: - {name: hostname1, address: 1.2.3.4, check_command: check-host-alive } - {name: hostname2, address