homeserver/roles/geerlingguy.ansible/defaults/main.yml
mg 4098803311 Rolle aktualisiert: ansible (#466)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #466
2023-02-17 11:49:21 +01:00

12 lines
304 B
YAML

---
ansible_default_release: ""
# Valid options include: 'package' or 'pip'.
ansible_install_method: package
# Used only if ansible_install_method is 'pip'. If empty, defaults to latest.
ansible_install_version_pip: ''
# Which extra arguments should be gived to pip
ansible_install_pip_extra_args: ''