diff options
author | sirkubax <muszynski@so1.net> | 2017-10-20 21:42:16 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-10-20 21:42:16 +0200 |
commit | 1f035686ef8f6605d8e43c1c6138bae10c4f9b0d (patch) | |
tree | eb3b1cc06145645962538b3fae5dfdcf923ff89f | |
parent | a090f8fd0af03ca558d57392a60edf6aa7184f4f (diff) |
set -e - again
-rw-r--r-- | ansible.html.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 699e4419..e17e543f 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -376,10 +376,7 @@ It can perform roling-deployment (without Ansible), can integrate with clouds, #### Jenkins For my 'business cases' I use Jenkins - it has a 'cron', jobs can be binded into 'pipelines'. -### become-user, become -### ansible - dynamic in AWS -### create instance in AWS -### create env in AWS +#### become-user, become ## Tips and tricks @@ -470,3 +467,6 @@ But ansible is way more! It provides an execution plans, an API, library, callba # vault # roles +#### ansible - dynamic in AWS +#### create instance in AWS +#### create env in AWS |