Update ansible_python_interpreter var and add ansible_host var in inventory

This commit is contained in:
Jérémy Dubois 2021-06-01 09:48:48 +02:00
parent 8cd6b0bda6
commit 59c8b9b62f
1 changed files with 2 additions and 2 deletions

4
hosts
View File

@ -1,5 +1,5 @@
[openbsd]
foo.example.com
foo.example.com ansible_host=192.0.2.1
[openbsd:vars]
ansible_python_interpreter=/usr/local/bin/python3
ansible_python_interpreter=/usr/local/bin/python3.9