e4e8c0998f
* add jinja2 extension 'jinja2.ext.do' to ansible.cfg * add host kichererbse.freifunk-mwu.de * add new server_type 'mesh-service' and new host group 'ffmwu-mesh-services' * use new loopback and anycast networks * add role wireguard * add role wireguard as dependency for roles network-routing + service-bird * add playbook 'mesh-services'
16 lines
361 B
INI
16 lines
361 B
INI
[defaults]
|
|
inventory = ./inventory
|
|
retry_files_enabled = False
|
|
remote_tmp = $HOME/ansible_tmp
|
|
remote_user = admin
|
|
ansible_managed = Ansible managed - don't edit this file!
|
|
roles_path = ./roles
|
|
stdout_callback = yaml
|
|
bin_ansible_callbacks = True
|
|
jinja2_extensions = jinja2.ext.do
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|