my ansible version is 2.4.2 [CEntos 7] 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/a5b98b29-c647-442a-ba72-9d90841b6f62%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
