Skip to content

Commit

Permalink
Syntax highlight duh
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 21, 2023
1 parent 00e50fd commit d672470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This role installs nginx and configures hosts.
Use in tasks is straightforward, just pass the same arguments as a list:
```
```yml
- include_role:
name: noobient.nginx
vars:
Expand All @@ -77,7 +77,7 @@ Use in tasks is straightforward, just pass the same arguments as a list:
Use via playbooks is also possible:
```
```yml
# hosts
[webservers]
websrv1.contoso.com
Expand Down Expand Up @@ -109,7 +109,7 @@ name with `role: `. You can use any internal variable name you want, and define
the passed variable wherever you see fit, e.g., `group_vars`, `host_vars`, etc.
All you have to ensure is you pass it to the role as `nginx_batch`.

```
```yml
# host_vars/websrv1.contoso.com.yml:
random_variable_name:
- { domain: foo1.com, mode: static, path: /data/content/foo1.com }
Expand Down

0 comments on commit d672470

Please sign in to comment.