Initial commit - Uptime kuma
This commit is contained in:
commit
50a0859318
9 changed files with 109 additions and 0 deletions
9
ansible.cfg
Normal file
9
ansible.cfg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[defaults]
|
||||
roles_path = ./roles
|
||||
inventory = ./hosts.ini
|
||||
|
||||
remote_tmp = $HOME/.ansible/tmp
|
||||
local_tmp = $HOME/.ansible/tmp
|
||||
|
||||
remote_user = root
|
||||
pipelining = True
|
||||
Reference in a new issue