ansible patch

This commit is contained in:
변정훈
2023-06-30 12:00:12 +09:00
parent bfa85ce5f9
commit b86191664f
2 changed files with 5 additions and 5 deletions

View File

@@ -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&emsp;&emsp;&emsp;&emsp;&emsp;|Check Result&emsp;&emsp;&emsp;&emsp;&emsp;|" >> README.md echo "|IP Address&emsp;&emsp;&emsp;&emsp;&emsp;|Check Result&emsp;&emsp;&emsp;&emsp;&emsp;|" >> README.md

View File

@@ -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 .