set -e - again

This commit is contained in:
sirkubax 2017-10-20 21:42:16 +02:00
parent a090f8fd0a
commit 1f035686ef

View File

@ -376,10 +376,7 @@ It can perform roling-deployment (without Ansible), can integrate with clouds,
#### Jenkins #### Jenkins
For my 'business cases' I use Jenkins - it has a 'cron', jobs can be binded into 'pipelines'. For my 'business cases' I use Jenkins - it has a 'cron', jobs can be binded into 'pipelines'.
### become-user, become #### become-user, become
### ansible - dynamic in AWS
### create instance in AWS
### create env in AWS
## Tips and tricks ## Tips and tricks
@ -470,3 +467,6 @@ But ansible is way more! It provides an execution plans, an API, library, callba
# vault # vault
# roles # roles
#### ansible - dynamic in AWS
#### create instance in AWS
#### create env in AWS