ip check update

This commit is contained in:
변정훈
2023-06-30 10:53:21 +09:00
parent 4b5394b721
commit a2618ccc28
3 changed files with 13 additions and 5 deletions

View File

@@ -2,3 +2,12 @@
- name: ipcheck shell start
shell: sh {{ role_path }}/files/ipcheck.sh
#when: inventory_hostname == group['bastion'][0]
- name: git add
shell: git add .
- name: git commit
shell: git commit -m "ip check update"
- name: git push
shell: git push -u origin main