14 lines
276 B
YAML
14 lines
276 B
YAML
---
|
|
- 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
|