aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-10 16:01:26 -0300
committerEuAndreh <eu@euandre.org>2019-06-10 16:01:26 -0300
commit2292283dca4a2c525d9d93c99a605f926e93585a (patch)
tree79bf5d59dc009dee51442c02306f1b7397344b6d /.gitignore
parentDisable $DESTROY_VOLUME operational toggle (diff)
downloadtoph-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--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7fc8c05..c509eb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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