3
0
forked from jakub/ansible

Refactor inventory and playbook for Nextcloud maintenance: update host configuration and streamline health check tasks

This commit is contained in:
fencl
2025-10-03 14:49:30 +02:00
parent 76fde11ad9
commit 5c74f10f37
3 changed files with 102 additions and 178 deletions

3
host_vars/portainer.yml Normal file
View File

@@ -0,0 +1,3 @@
ansible_user: howard
ansible_password: "{{ portainer_pass }}"
ansible_ssh_common_args: "-o ProxyJump=root@192.168.69.2"