The problem is solved.
The problem is in my ansible y have upgrade version and work!!!

El martes, 18 de diciembre de 2018, 11:53:16 (UTC-3), lalo andres escribió:
>
> Hello,
> im trying to using a groups vars out side of inventory, but not working
>
> my file struct:
>
> [image: Capture.PNG]
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> work this form:
>
> eco-sql-dev.ini
> [win-mssql]
> lab-sql1.DOMAIN.cl
>
> [win-mssql:vars]
>
> [email protected]
> ansible_password=PASS
> ansible_port=5986
> ansible_connection=winrm
> ansible_winrm_server_cert_validation=ignore
> ansible_winrm_transport=kerberos
> ansible_winrm_service=HOST
>
>
> not work this form
>
> eco-sql-dev.ini
> [win-mssql]
> lab-sql1.DOMAIN.cl
>
> groups_vars/win-mssql.ini
> [email protected]
> ansible_password=PASS
> ansible_port=5986
> ansible_connection=winrm
> ansible_winrm_server_cert_validation=ignore
> ansible_winrm_transport=kerberos
> ansible_winrm_service=HOST
>
> command to test
>
> ansible all -i /etc/ansible/_inventories/staging/eco-SQL-dev.ini -m 
> win_ping -vvvv
>
>
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/cdb5abff-c5a8-41a6-8815-b87c74f63b6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to