Files
ansible/ansible.cfg
Sivert V. Sæther a70d58f3f7 Ansible god!
Big rework!
Control stuffs with variables!
We still should do some movei'n around of roles before extending
features.
2022-03-23 02:03:04 +01:00

8 lines
176 B
INI

[defaults]
ansible_become_exe = doas
interpreter_python = python3
private_key_file = ~/.ssh/id_rsa
inventory = servers.ini
remote_user = siv
[privilege_escalation]
become = yes