검사 결과 업데이트

This commit is contained in:
ByeonJungHun
2024-01-11 10:53:55 +09:00
parent 4fedf1eb47
commit efdc0d86ba

View File

@@ -25,22 +25,22 @@
dest: "{{ playbook_dir }}/README.md" dest: "{{ playbook_dir }}/README.md"
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
#- name: git push - name: git push
# shell: | shell: |
# pwd pwd
# ls -al ls -al
# git config --global user.email "sa_8001@ex-em.com" git config --global user.email "sa_8001@ex-em.com"
# git config --global user.name "ByeonJungHun" git config --global user.name "ByeonJungHun"
# git clone https://{{ git_user }}:{{ git_key }}github.com/CloudMOA/dsk-iac.git ~/dsk-iac git clone https://{{ git_user }}:{{ git_key }}github.com/CloudMOA/dsk-iac.git ~/dsk-iac
# cp ./README.md ~/dsk-iac/ansible/security_check/README.md cp ./README.md ~/dsk-iac/ansible/security_check/README.md
# cd ~/dsk-iac cd ~/dsk-iac
# cat README.md cat README.md
# pwd pwd
# ls -al ls -al
# git add . git add .
# git commit -m "검사 결과 업데이트" git commit -m "검사 결과 업데이트"
# git push git push
# delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
- debug: - debug:
msg: "결과 확인 : https://github.com/CloudMOA/dsk-iac/tree/main/ansible/security_check" msg: "결과 확인 : https://github.com/CloudMOA/dsk-iac/tree/main/ansible/security_check"