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:
|
||||
schedule:
|
||||
- cron: '@daily'
|
||||
- cron: "@daily"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
---
|
||||
ungrouped:
|
||||
hosts:
|
||||
ovh:
|
||||
ansible_host: 139.99.47.225
|
||||
ansible_user: debian
|
||||
ansible_port: 222
|
||||
omv:
|
||||
ansible_host: 192.168.1.4
|
||||
ansible_user: root
|
||||
@@ -13,8 +17,8 @@ ungrouped:
|
||||
ansible:
|
||||
ansible_host: 192.168.1.29
|
||||
ansible_user: akshun
|
||||
nginx:
|
||||
ansible_host: 192.168.1.22
|
||||
portfolio:
|
||||
ansible_host: 192.168.1.9
|
||||
ansible_user: akshun
|
||||
|
||||
kube:
|
||||
|
||||
Reference in New Issue
Block a user