mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
tweaking
This commit is contained in:
parent
ebffec9b0f
commit
0488849a37
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ fi
|
||||||
# Run Ansible Playbook
|
# Run Ansible Playbook
|
||||||
echo "### Now running T-Pot Ansible Installation Playbook ..."
|
echo "### Now running T-Pot Ansible Installation Playbook ..."
|
||||||
echo
|
echo
|
||||||
rm ${HOME}/install_tpot.log
|
rm ${HOME}/install_tpot.log > /dev/null 2>&1
|
||||||
ANSIBLE_LOG_PATH=${HOME}/install_tpot.log ansible-playbook ${myANSIBLE_TPOT_PLAYBOOK} -i 127.0.0.1, -c local --tags "${myANSIBLE_TAG}" ${myANSIBLE_BECOME_OPTION}
|
ANSIBLE_LOG_PATH=${HOME}/install_tpot.log ansible-playbook ${myANSIBLE_TPOT_PLAYBOOK} -i 127.0.0.1, -c local --tags "${myANSIBLE_TAG}" ${myANSIBLE_BECOME_OPTION}
|
||||||
|
|
||||||
# Something went wrong
|
# Something went wrong
|
||||||
|
|
|
@ -79,7 +79,7 @@ fi
|
||||||
# Run Ansible Playbook
|
# Run Ansible Playbook
|
||||||
echo "### Now running T-Pot Ansible Uninstallation Playbook ..."
|
echo "### Now running T-Pot Ansible Uninstallation Playbook ..."
|
||||||
echo
|
echo
|
||||||
rm ${HOME}/uninstall_tpot.log
|
rm ${HOME}/uninstall_tpot.log > /dev/null 2>&1
|
||||||
ANSIBLE_LOG_PATH=${HOME}/uninstall_tpot.log ansible-playbook ${myANSIBLE_TPOT_PLAYBOOK} -i 127.0.0.1, -c local --tags "${myANSIBLE_TAG}" ${myANSIBLE_BECOME_OPTION}
|
ANSIBLE_LOG_PATH=${HOME}/uninstall_tpot.log ansible-playbook ${myANSIBLE_TPOT_PLAYBOOK} -i 127.0.0.1, -c local --tags "${myANSIBLE_TAG}" ${myANSIBLE_BECOME_OPTION}
|
||||||
|
|
||||||
# Something went wrong
|
# Something went wrong
|
||||||
|
|
Loading…
Reference in a new issue