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