Compare commits

...

9 Commits

Author SHA1 Message Date
d435f761a1 add cron trigger
All checks were successful
Run ansible playbooks / update-proxmox (push) Successful in 36s
Run ansible playbooks / prune-images (push) Successful in 40s
Run ansible playbooks / update-packages (push) Successful in 35s
2025-11-27 13:33:51 +00:00
a6d58bfcc4 change port for ovh 2025-11-27 17:11:28 +05:30
2bc143a162 remove nginx 2025-11-27 16:47:33 +05:30
ff872d45cd add ovh and portfolio 2025-11-27 16:45:13 +05:30
24ff0ea9e3 Update .gitea/workflows/playbooks.yml 2025-10-31 06:40:38 +05:30
86630fa0c2 Update .gitea/workflows/playbooks.yml 2025-10-31 06:38:48 +05:30
4d6526d3c3 Update .gitea/workflows/playbooks.yml 2025-10-31 06:30:30 +05:30
76b8a48bb7 Update .gitea/workflows/playbooks.yml 2025-10-31 06:30:06 +05:30
90f7f187cd Update .gitea/workflows/playbooks.yml 2025-10-31 05:51:58 +05:30
2 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: Run ansible playbooks
on: on:
schedule: schedule:
- cron: '@daily' - cron: "@daily"
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -1,6 +1,10 @@
--- ---
ungrouped: ungrouped:
hosts: hosts:
ovh:
ansible_host: 139.99.47.225
ansible_user: debian
ansible_port: 222
omv: omv:
ansible_host: 192.168.1.4 ansible_host: 192.168.1.4
ansible_user: root ansible_user: root
@@ -13,8 +17,8 @@ ungrouped:
ansible: ansible:
ansible_host: 192.168.1.29 ansible_host: 192.168.1.29
ansible_user: akshun ansible_user: akshun
nginx: portfolio:
ansible_host: 192.168.1.22 ansible_host: 192.168.1.9
ansible_user: akshun ansible_user: akshun
kube: kube: