diff options
author | sirkubax <muszynski@so1.net> | 2017-10-20 23:29:13 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-10-20 23:29:13 +0200 |
commit | 1a935188969deac50f30fe356422d8003188afbb (patch) | |
tree | 51e369d161c50cc5e8520f989765a6bccb0cba78 /ansible.html.markdown | |
parent | 340f30f3410602e649c224eb9804f826d2fc8e0e (diff) |
set -e - again
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index d3a0fb34..91442dbf 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -171,10 +171,12 @@ pre_tasks: #### We would use repository with *ready to use* examples We would clone the repository +This example install ansible in `virtualenv` so it is independend from a system. You need to init it with `source environment.sh` command + ```bash $ git colone git@github.com:sirkubax/ansible-for-learnXinYminutes.git -$ cd ansible-for-learnXinYminutes -$ source environment.sh +user@host:~/$ cd ansible-for-learnXinYminutes +user@host:~/ansible-for-learnXinYminutes$ source environment.sh $ $ # First lets execute the simple_playbook.yml (venv) user@host:~/ansible-for-learnXinYminutes$ ansible-playbook playbook/simple_playbook.yml |