[ansible-project] Re: "module_stderr": "Shared connection to host closed

2020-08-27 Thread Shawn Singh
Problem solved.
I added /bin/sh to my list of commands in my sudoers file and things 
started working.

Is that expected/documented somewhere?

Thanks,

Shawn

On Thursday, August 27, 2020 at 1:51:37 PM UTC-7 Shawn Singh wrote:

> Hello,
>
> I've got Ansible 2.9 installed on RHEL7.8 trying to run a playbook against 
> a host running RHEL6.7.
>
> If I run the playbook as root, all is well.
>
> When I try to connect as a non-privileged account, things fall apart.
>
> If I run the playbook at another account, using become to perform actions 
> requiring privilege escalation, things fail when the task to gather facts 
> executes.
>
> The exact error looks like:
> host | FAILED! => {
> "changed": false,
> "module_stderr": "Shared connection to host closed.\r\n",
> "module_stdout": "\r\n",
> "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error",
> "rc": 1
> }
>
> Again, still running as my non-privileged user:
> If I run: ansible all -m setup -i inventory, things work as expected.
> If I run: ansible all -m setup -i inventory --become -K, I get the same 
> error.
>
> My target is running RHEL 6.7, with Python 2.6.6.
> My control node is RHEL 7.8 with Python 2.7.5. Ansible 2.9.10.
>
> I've tried enabling pipelining in my ansible.cfg and specifying the 
> interpreter as /usr/bin/python, but neither of those helps.
>
> Thanks,
>
> Shawn
>
>
>

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/8a6a73b0-ad4b-4277-a416-94104d208480n%40googlegroups.com.


[ansible-project] problem installing Jitsi meet with ansible

2020-08-27 Thread Oscar Rojas
Excuse me for here can you help me with a configuration in ansible to 
complete a Jitsi-Meet installation in Ubuntu. 

I would like to know how I can install the jitsi meet through ansible using 
LXC container and register the IP address that the container gives me. I 
installed it but it turns out that when placing the ip of the container in 
the web browser it opens jitsi but without audio n video, even though I 
allow it and click to activate them. The problem I found is that the domain 
registered in the installation is not the same one that I put in the web 
browser, which is basically the ip address. My question is how do I square 
this data in my ansible code so that it matches either the local domain or 
the IP address of the container. I am satisfied that at least both coincide 
in the ip address for the audio and video to work.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/74d72bd3-b520-45b6-bb18-04e116ce0130n%40googlegroups.com.


[ansible-project] "module_stderr": "Shared connection to host closed

2020-08-27 Thread Shawn Singh
Hello,

I've got Ansible 2.9 installed on RHEL7.8 trying to run a playbook against 
a host running RHEL6.7.

If I run the playbook as root, all is well.

When I try to connect as a non-privileged account, things fall apart.

If I run the playbook at another account, using become to perform actions 
requiring privilege escalation, things fail when the task to gather facts 
executes.

The exact error looks like:
host | FAILED! => {
"changed": false,
"module_stderr": "Shared connection to host closed.\r\n",
"module_stdout": "\r\n",
"msg": "MODULE FAILURE\nSee stdout/stderr for the exact error",
"rc": 1
}

Again, still running as my non-privileged user:
If I run: ansible all -m setup -i inventory, things work as expected.
If I run: ansible all -m setup -i inventory --become -K, I get the same 
error.

My target is running RHEL 6.7, with Python 2.6.6.
My control node is RHEL 7.8 with Python 2.7.5. Ansible 2.9.10.

I've tried enabling pipelining in my ansible.cfg and specifying the 
interpreter as /usr/bin/python, but neither of those helps.

Thanks,

Shawn


-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/36825399-82e2-468f-8cf5-de6a57e718d2n%40googlegroups.com.


[ansible-project] Ansible vmware module does not have PCI device addition feature

2020-08-27 Thread Ravi Virmani
Hi

I am trying to add PCI device in new or cloned virtual machine but Ansible
vmware module (vmware_guest) does not have parameters to add PCI device in
virtual machine. While adding parameters with any name or keyword like
pci_address, pci_controller, pci_device etc. in playbook, but during
execution ansible is not bothering/reading these parameters and moved on
without any error or warning or changes.

Please help.

changed: [localhost] => {
"changed": true,
"instance": {
"annotation": "",
"current_snapshot": null,
"customvalues": {},
"guest_consolidation_needed": false,
"guest_question": null,
"guest_tools_status": "guestToolsNotRunning",
"guest_tools_version": "10277",
"hw_cluster": "WL5_SYNERGY_vCLU",
"hw_cores_per_socket": 1,
"hw_datastores": [
"wl53par01_ds03"
],
"hw_esxi_host": "10.10.154.53",
"hw_eth0": {
"addresstype": "assigned",
"ipaddresses": null,
"label": "Network adapter 1",
"macaddress": "00:50:56:82:80:60",
"macaddress_dash": "00-50-56-82-80-60",
"portgroup_key": null,
"portgroup_portkey": null,
"summary": "MGMT0"
},
"hw_eth1": {
"addresstype": "assigned",
"ipaddresses": null,
"label": "Network adapter 2",
"macaddress": "00:50:56:82:b9:ba",
"macaddress_dash": "00-50-56-82-b9-ba",
"portgroup_key": null,
"portgroup_portkey": null,
"summary": "HA"
},
"hw_eth2": {
"addresstype": "assigned",
"ipaddresses": null,
"label": "Network adapter 3",
"macaddress": "00:50:56:82:ec:9e",
"macaddress_dash": "00-50-56-82-ec-9e",
"portgroup_key": null,
"portgroup_portkey": null,
"summary": "MGMT1"
},
"hw_eth3": {
"addresstype": "assigned",
"ipaddresses": null,
"label": "SR-IOV network adapter 2",
"macaddress": "00:50:56:82:77:84",
"macaddress_dash": "00-50-56-82-77-84",
"portgroup_key": null,
"portgroup_portkey": null,
"summary": "PKT0_SRIOV"
},
"hw_eth4": {
"addresstype": "assigned",
"ipaddresses": null,
"label": "SR-IOV network adapter 1",
"macaddress": "00:50:56:82:b1:f9",
"macaddress_dash": "00-50-56-82-b1-f9",
"portgroup_key": null,
"portgroup_portkey": null,
"summary": "PKT1_SRIOV"
},
"hw_files": [
"[wl53par01_ds03] NFVISBC_GPU/NFVISBC_GPU.vmx",
"[wl53par01_ds03] NFVISBC_GPU/NFVISBC_GPU.nvram",
"[wl53par01_ds03] NFVISBC_GPU/NFVISBC_GPU.vmsd",
"[wl53par01_ds03] NFVISBC_GPU/NFVISBC_GPU.vmdk"
],
"hw_folder": "/WL5_SYNERGY/vm",
"hw_guest_full_name": null,
"hw_guest_ha_state": null,
"hw_guest_id": null,
"hw_interfaces": [
"eth0",
"eth1",
"eth2",
"eth3",
"eth4"
],
"hw_is_template": false,
"hw_memtotal_mb": 49152,
"hw_name": "NFVISBC_GPU",
"hw_power_status": "poweredOff",
"hw_processor_count": 44,
"hw_product_uuid": "4202226c-2457-4f2f-cb16-f42f5a4500c3",
"hw_version": "vmx-14",
"instance_uuid": "5002631f-b7f8-9f93-4e8a-ea980bf0c66a",
"ipv4": null,
"ipv6": null,
"module_hw": true,
"moid": "vm-2182",
"snapshots": [],
"vimref": "vim.VirtualMachine:vm-2182",
"vnc": {}
},
"invocation": {
"module_args": {
"annotation": null,
"cdrom": [],
"cluster": null,
"convert": null,
"customization": {},
"customization_spec": null,
"customvalues": [],
"datacenter": "WL5_SYNERGY",
"datastore": "wl53par01_ds03",
"disk": [],
"esxi_hostname": "10.10.154.53",
"folder": "/WL5_SYNERGY/vm/",
"force": false,
"guest_id": null,
"hardware": {
"pci_device": "present",
"pciid": ":5f:00.0"
},
"hostname": "10.10.10.214",
"is_template": false,
"linked_clone": false,
"name": "NFVISBC_GPU",
"name_match": "first",
"networks": [],
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"port": 443,
"proxy_host": null,
"proxy_port": null,
"resource_pool": null,
"snapshot_src": null,
"state": "poweredoff",
"state_change_timeout": 0,
"template": "RVISBC_GPU_TEMP",

Re: [ansible-project] Trying to use pexpect ansible module to run interactive script

2020-08-27 Thread Matt Martz
There are a few problems with your task.

1. `Question` as used in the example, is supposed to represent the prompt
or string to match. So you need to remove that.
2. The "questions", prompts, or matches are regex, so you have to escape
characters that have special meaning in regex

responses:
'Postgresql Superuser \(for database creation\) \[default:
postgres\]': 'postgres'
'New Database Username \(for readonly access\) \[default:
postcodesio\]': 'postcodesio'
'Password for new user \[default: secret\]': 'secret'
'Postgresql Host \[default: localhost\]': 'localhost'
'Database Name \[default: postcodesiodb\]': 'postcodesiodb'
'Postgresql Port \[default: 5432\]': '5432'

On Thu, Aug 27, 2020 at 6:22 AM Sebastian Collins <
sebastian.coll...@gmail.com> wrote:

> Hi,
>
> I have composed this ansible task using the pexpect module to run a
> setup.sh script with npm run
>
> - name: Setup postcodesiodb
>   expect:
> echo: yes
> chdir: "/apps/was/postcodes.io"
> command: npm run setup
> timeout: "10"
> responses:
>   Question:
>
> - 'Postgresql Superuser (for database creation) [default: 
> postgres]': 'postgres'
>
> - 'New Database Username (for readonly access) [default: 
> postcodesio]': 'postcodesio'
> - 'Password for new user [default: secret]': 'secret'
> - 'Postgresql Host [default: localhost]': 'localhost'
> - 'Database Name [default: postcodesiodb]': 'postcodesiodb'
> - 'Postgresql Port [default: 5432]': '5432'
>   tags:
> - setup
> - install
> - test
>
>
>
> Below is the only error logging I have but it's failed at the first input
> I am attempting to populate here the postgres Super user. Any ideas how I
> need to pass in these answers and or variables if I don't want to hard
> code? Currently it just looks like it is picking up  "] characters.
>
> Fatal: [hostname]: FAILED! => {"changed": true, "cmd": "npm run setup",
> "delta": "0:02:00.145566", "end": "2020-08-25 21:33:22.107526", "msg":
> "command exceeded timeout", "rc": null, "start": "2020-08-25
> 21:31:21.961960",
> ...
>  "Postgresql Superuser (for database creation) [default: postgres]:"]}
>
> The wording / syntax of the questions when the script is called is exactly
> like this:
> Postgresql Superuser (for database creation) [default: postgres]:
>
>
> I have tried various combinations to frame my inputs e.g.
>
> Question:
> - 'Postgresql Superuser (for database creation) [default: 
> postgres]':
> [postgres]
>
> or
>
> - 'Postgresql Superuser (for database creation) [default: postgres]':
> $postgres
>
> or
>
> - 'Postgresql Superuser (for database creation) [default: postgres]': {
> postgres }
>
> But they all seem to produce the same error message. The pexpect module
> documentation is very limited esp in terms of examples. I am not needing to
> use pexpect if there are other know working solutions to automate this with
> ansible.
>
> Any ideas much appreciated.
>
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/a421440a-8468-49f9-a1fb-6ce22f61a1bfn%40googlegroups.com
> 
> .
>


-- 
Matt Martz
@sivel
sivel.net

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAD8N0v8WaoKReCW0w_9wY8_iW7dhxtQ2d9dqc%3DA12o79BXZmhA%40mail.gmail.com.


[ansible-project] Trying to use pexpect ansible module to run interactive script

2020-08-27 Thread Sebastian Collins
Hi,

I have composed this ansible task using the pexpect module to run a 
setup.sh script with npm run

- name: Setup postcodesiodb
  expect:
echo: yes
chdir: "/apps/was/postcodes.io"
command: npm run setup
timeout: "10"
responses:
  Question: 
- 'Postgresql Superuser (for database creation) [default: 
postgres]': 'postgres'
- 'New Database Username (for readonly access) [default: 
postcodesio]': 'postcodesio'
- 'Password for new user [default: secret]': 'secret'
- 'Postgresql Host [default: localhost]': 'localhost'
- 'Database Name [default: postcodesiodb]': 'postcodesiodb'
- 'Postgresql Port [default: 5432]': '5432'
  tags:
- setup
- install
- test   



Below is the only error logging I have but it's failed at the first input I 
am attempting to populate here the postgres Super user. Any ideas how I 
need to pass in these answers and or variables if I don't want to hard 
code? Currently it just looks like it is picking up  "] characters.
 
Fatal: [hostname]: FAILED! => {"changed": true, "cmd": "npm run setup", 
"delta": "0:02:00.145566", "end": "2020-08-25 21:33:22.107526", "msg": 
"command exceeded timeout", "rc": null, "start": "2020-08-25 
21:31:21.961960",
...
 "Postgresql Superuser (for database creation) [default: postgres]:"]}

The wording / syntax of the questions when the script is called is exactly 
like this:
Postgresql Superuser (for database creation) [default: postgres]:


I have tried various combinations to frame my inputs e.g. 

Question: 
- 'Postgresql Superuser (for database creation) [default: 
postgres]': 
[postgres]

or 

- 'Postgresql Superuser (for database creation) [default: postgres]': 
$postgres

or 

- 'Postgresql Superuser (for database creation) [default: postgres]': { 
postgres }

But they all seem to produce the same error message. The pexpect module 
documentation is very limited esp in terms of examples. I am not needing to 
use pexpect if there are other know working solutions to automate this with 
ansible.

Any ideas much appreciated.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a421440a-8468-49f9-a1fb-6ce22f61a1bfn%40googlegroups.com.


Re: [ansible-project] Re: How to install Ansible on a windows 2012 R server

2020-08-27 Thread surabhy vaishakh
I want to install ansible inside a windows server.  Which will act as
ansible master.

On Thu, Aug 27, 2020, 12:06 PM esxi...@gmail.com  wrote:

> I would suggest use Linux as your control host. You mean you want Ansible
> to manage Windows OS configs ?
>
> On Sunday, August 23, 2020 at 10:49:28 PM UTC-7 surabhy...@gmail.com
> wrote:
>
>> Hello Team,
>>
>> Can any one help me to get steps to install ansible on a windows 2012 R
>> server.
>>
>> Thanks,
>> Surabhy
>>
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/b013f704-9b7b-4784-a243-b4a86a38db0an%40googlegroups.com
> 
> .
>

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CABB7rDc2zV9doLvJ4CYoSfOO6gzAhgku7N0UkQcVacDa1OXKNg%40mail.gmail.com.


[ansible-project] Re: Unable to install anisbile in Ubunut 8.7 Jessie

2020-08-27 Thread Dileep P S
root@controller-node:~# add-apt-repository universe
Error: 'universe' invalid
root@controller-node:~#

Unable to add universe repository also

On Thursday, 27 August 2020 at 12:14:53 UTC+5:30 Dileep P S wrote:

> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>  ansible : Depends: sshpass but it is not installable
> E: Unable to correct problems, you have held broken packages.
> root@controller-node:~#
>
>

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/1a517584-554f-44eb-a6e5-4be16df8c443n%40googlegroups.com.


[ansible-project] Unable to install anisbile in Ubunut 8.7 Jessie

2020-08-27 Thread Dileep P S
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ansible : Depends: sshpass but it is not installable
E: Unable to correct problems, you have held broken packages.
root@controller-node:~#

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/aad73bd2-79de-4e89-8b49-8c84993e000en%40googlegroups.com.


Re: [ansible-project] How to install Ansible on a windows 2012 R server

2020-08-27 Thread Gopal Dhapa
Hi ,

Please use below link.

https://argonsys.com/microsoft-cloud/articles/configuring-ansible-manage-windows-servers-step-step/



Thanks & Regards
Gopal Dhapa

On Mon, Aug 24, 2020 at 11:19 AM surabhy vaishakh 
wrote:

> Hello Team,
>
> Can any one help me to get steps to install ansible on a windows 2012 R
> server.
>
> Thanks,
> Surabhy
>
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/79b0980a-4d3f-41ff-8a4c-8d6b4029c7cdn%40googlegroups.com
> 
> .
>


-- 
Thanks & Regards
Gopal Dhapa

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAFuBnhjBxJz4VPAEe7zNANruxAHboOvAX4uWRaj41gOc872EZw%40mail.gmail.com.


[ansible-project] Re: How to install Ansible on a windows 2012 R server

2020-08-27 Thread esxi...@gmail.com
I would suggest use Linux as your control host. You mean you want Ansible 
to manage Windows OS configs ?

On Sunday, August 23, 2020 at 10:49:28 PM UTC-7 surabhy...@gmail.com wrote:

> Hello Team,
>
> Can any one help me to get steps to install ansible on a windows 2012 R 
> server.
>
> Thanks,
> Surabhy
>

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/b013f704-9b7b-4784-a243-b4a86a38db0an%40googlegroups.com.


Re: [ansible-project] Failed to create a virtual machine : Cannot complete customization

2020-08-27 Thread esxi...@gmail.com
I am using a subnet which is DHCP , hence no need to have IP mentioned

The OS is windows 10 

Thanks for the info, i will investigate on -  waitforcustomization as true  
 

On Wednesday, August 26, 2020 at 7:25:42 PM UTC-7 bansalpiy...@gmail.com 
wrote:

> Dear Friend,
>
> You can remove waitforip because you are not giving network ip .. atleast 
> as per your playbook shown. Instead, you can mention waitforcustomization 
> as true!!
>
> Also, you are not mentioning network ip address/subnet/gateway details... 
> How is it supposed to contact the domain controller ?
>
> Must make sure VMware tools are installed and not corrupted on the 
> template from which You are deploying vm.
>
> Also, give password directive in customisation section for the vm. This 
> will be your vm administrator password. 
> If I may ask... What's the OS version in template ?? 2008r2/2012/2012r2 
> etc ??
>
> Thanks,
> Piyush
>
>
> On Thu, 27 Aug, 2020, 5:35 am esxi...@gmail.com,  
> wrote:
>
>> Hi
>>
>> Any help is much appreciated ..  Here is summary of issue :
>>
>> Module :
>> vmware_guest
>>
>> Error :
>>
>> "msg": "Failed to create a virtual machine : Cannot complete 
>> customization."
>>
>> Ansible Version : 
>> ansible 2.9.10
>>
>> Playbook :
>>
>> ---
>> - hosts: localhost
>>   gather_facts: false
>>   connection: local
>>   vars_files:
>> - ./vars/xxx.yml
>>
>>
>>   tasks:
>> - name: create vm using template
>>   vmware_guest:
>> hostname: "{{ vcenter_server }}"
>> username: "{{ vcenter_user }}"
>> password: "{{ vcenter_pass }}"
>> datacenter: "{{ vcenter_datacenter }}"
>> cluster: "{{ vcenter_cluster }}"
>> template: "{{ vcenter_template }}"
>> validate_certs: no
>> name: "{{ item }}"
>> folder: /xxx
>> state: poweredon
>> wait_for_ip_address: true
>> disk:
>> - size_gb: 80
>>   type: thin
>>   datastore: xxx
>> hardware:
>>   memory_mb: 8192
>>   num_cpus: 4
>>   num_cpu_cores_per_socket: 4
>>   scsi: paravirtual
>> networks:
>> - name: xxx
>>   start_connected: true
>> customization:
>>   domain: xxx
>>   dns_servers: xx
>>   dns_suffix: xxx
>>   joindomain: xxx
>>   autologon: true
>>   domainadmin: "xx"
>>   domainadminpassword: "xx"
>>   hostname: "{{ item }}"
>>   with_items: "{{ servers }}"
>>   
>>   
>>   
>> Issue :
>>
>> VM is created but is power-off & is not joined to domain ..basically 
>> failed custimization
>>
>> - does not show much 
>>
>> Manually if done ie from vCenter UI, works as expected 
>>
>> -- 
>> 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-proje...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/ansible-project/3b7cb677-02fb-4e0c-8b82-dbc9d76aec82n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ef2ff4ef-b549-425c-a0e8-63d5527d5eafn%40googlegroups.com.