Added the "install_wireguard" role

This commit is contained in:
2024-05-12 13:16:42 +02:00
parent cdd7baf40e
commit 1edaaff9c9
18 changed files with 429 additions and 39 deletions

View File

@@ -19,6 +19,9 @@ roles_path = ./roles
# See :ref:`callback_plugins` for a list of available options.
stdout_callback = yaml
# (string) Temporary directory to use on targets when executing tasks.
remote_tmp=/tmp/.ansible_tmp
[connection]
# (boolean) This is a global option, each connection plugin can override either by having more specific options or not supporting pipelining at all.
# Pipelining, if supported by the connection plugin, reduces the number of network operations required to execute a module on the remote server, by executing many Ansible modules without actual file transfer.