ansible patch

This commit is contained in:
변정훈
2023-06-30 13:41:23 +09:00
parent e860399a09
commit fb84c38eb3

View File

@@ -6,10 +6,10 @@
- name: git clone ipcheck.sh - name: git clone ipcheck.sh
git: git:
repo: https://github.com/ByeonJungHun/IP-Check-List.git repo: https://{{ user }}:{{ token }}@github.com/ByeonJungHun/IP-Check-List.git
dest: /home/jh dest: /home/jh
single_branch: yes single_branch: yes
version: main version: main
#- name: ipcheck shell start - name: ipcheck shell start
# shell: sh {{ role_path }}/files/ipcheck.sh shell: sh /home/jh/ipcheck.sh