mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
update
This commit is contained in:
parent
ca0e3475a0
commit
71ce506fc9
@ -347,6 +347,16 @@ Some static content
|
|||||||
```
|
```
|
||||||
Jinja may have some limitations, but it is a powerfull tool that you might like.
|
Jinja may have some limitations, but it is a powerfull tool that you might like.
|
||||||
|
|
||||||
|
Please examine this simple example that install apache2 and generate index.html from the template
|
||||||
|
"playbooks/roles/simple_apache_role/templates/index.html"
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ source environment.sh
|
||||||
|
$ # Now we would run the above playbook with roles
|
||||||
|
(venv) user@host:~/ansible-for-learnXinYminutes$ ansible-playbook playbooks/simple_role.yml --tags apache2
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
#### Jinja2 CLI
|
#### Jinja2 CLI
|
||||||
You can use the jinja in the CLI too
|
You can use the jinja in the CLI too
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user