1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
ansible_linux_desktop_setup/ansible.cfg

14 lines
239 B
INI
Raw Normal View History

2018-11-17 21:19:09 +01:00
[defaults]
2022-06-18 14:40:06 +02:00
inventory = ./inventory.py
2022-07-16 00:36:15 +02:00
retry_files_enabled = false
nocows = true
transport = local
2022-07-16 02:27:32 +02:00
interpreter_python = /usr/bin/python3
2018-11-17 21:19:09 +01:00
[privilege_escalation]
2024-04-17 16:07:19 +02:00
become_method = su
2019-02-19 19:03:40 +01:00
become_user = root
2023-04-13 23:10:00 +02:00
[passwordstore_lookup]
2023-05-19 16:02:35 +02:00
backend = gopass