mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-21 14:02:02 +02:00
set -e - again
This commit is contained in:
@@ -176,15 +176,14 @@ $ git colone git@github.com:sirkubax/ansible-for-learnXinYminutes.git
|
|||||||
$ cd ansible-for-learnXinYminutes
|
$ cd ansible-for-learnXinYminutes
|
||||||
$ source environment.sh
|
$ source environment.sh
|
||||||
$
|
$
|
||||||
$# First lets execute the simple_playbook.yml
|
$ # First lets execute the simple_playbook.yml
|
||||||
(venv) user@host:~/ansible-for-learnXinYminutes$ ansible-playbook playbook/simple_playbook.yml
|
(venv) user@host:~/ansible-for-learnXinYminutes$ ansible-playbook playbook/simple_playbook.yml
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ source environment.sh
|
$ source environment.sh
|
||||||
$
|
$ # Now we would run the above playbook with roles
|
||||||
$# Now we would run the above playbook with roles
|
|
||||||
(venv) user@host:~/ansible-for-learnXinYminutes$ ansible-playbook playbooks/role_example.yml
|
(venv) user@host:~/ansible-for-learnXinYminutes$ ansible-playbook playbooks/role_example.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user