Compare commits
9 Commits
a8f9c1b19d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d435f761a1 | |||
| a6d58bfcc4 | |||
| 2bc143a162 | |||
| ff872d45cd | |||
| 24ff0ea9e3 | |||
| 86630fa0c2 | |||
| 4d6526d3c3 | |||
| 76b8a48bb7 | |||
| 90f7f187cd |
@@ -2,7 +2,7 @@ name: Run ansible playbooks
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '@daily'
|
- cron: "@daily"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user