diff options
author | EuAndreh <eu@euandre.org> | 2019-06-10 16:01:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-10 16:01:26 -0300 |
commit | 2292283dca4a2c525d9d93c99a605f926e93585a (patch) | |
tree | 79bf5d59dc009dee51442c02306f1b7397344b6d /.gitignore | |
parent | Disable $DESTROY_VOLUME operational toggle (diff) | |
download | toph-2292283dca4a2c525d9d93c99a605f926e93585a.tar.gz toph-2292283dca4a2c525d9d93c99a605f926e93585a.tar.xz |
Send logs via email after finishing provision.sh
The email will be send for both sucessfull and failed runs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,4 +12,7 @@ /user-data.sh /scripts/box/create-backup.sh /scripts/box/restore-backup.sh -/generated-known-hosts.txt
\ No newline at end of file +/generated-known-hosts.txt + +# Logs +/ansible-logs.txt
\ No newline at end of file |