ansible patch
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
start_ip="10.10.43.100"
|
||||
end_ip="10.10.43.253"
|
||||
end_ip="10.10.43.130"
|
||||
|
||||
echo "마지막 수행 시간 : $(date +%Y-%m-%d-%r)<br><br>" > README.md
|
||||
echo "|IP Address     |Check Result     |" >> README.md
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
args:
|
||||
chdir: /runner/project
|
||||
|
||||
#- name: git remote add
|
||||
# shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git
|
||||
# args:
|
||||
# chdir: /runner/project
|
||||
- name: git remote add
|
||||
shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git
|
||||
args:
|
||||
chdir: /runner/project
|
||||
|
||||
- name: git add
|
||||
shell: git add .
|
||||
|
||||
Reference in New Issue
Block a user