Роль для настройки сервера майнкрафт под Alpine Linux
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AlpMine/ansible.cfg

12 lines
207 B

[defaults]
inventory = inventory
library = library
vault_password_file = ./.ansible_vault_pass
[privilege_escalation]
become = true
become_method = su
become_user = root
[ssh_connection]
scp_if_ssh=True