[ansible-devel] New Ansible releases 2.7.11 and 2.6.17

2019-05-23 Thread Toshio Kuratomi
Hi all- we're happy to announce that the general release of Ansible 2.7.11 and 2.6.17 are now available! How do you get it? -- $ pip install ansible==2.7.11 --user or $ pip install ansible==2.6.17 --user The tar.gz of the releases can be found here: * 2.7.11 https://releases.

[ansible-devel] Import remote common playbook while running Ansible

2019-05-23 Thread X W
Hi all, Does anyone know if there is a way to check out a common playbook and import that as if that is local playbooks and run it ? I have a playbook that installs and configures a component that has the concept of manager and agents. And there are some tasks that needed to be run on

[ansible-devel] import_playbook - Passing variables - error

2019-05-23 Thread Geoff
I have a playbook called: *testing_vars_pass.yml* It imports another playbook called: *testing_vars_call.yml* The playbook *testing_vars_call.yml* expects a variable called: *myVar* Below is the contents of each playbook ... $ cat *testing_vars_pass.yml* --- - name: Test pass vars hosts: