Initial commit
This commit is contained in:
commit
7335a8decf
7 changed files with 62 additions and 0 deletions
5
example_playbook.yml
Normal file
5
example_playbook.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- hosts: my.machine.tld
|
||||
roles:
|
||||
- dnsmasq
|
||||
vars:
|
||||
dnsmasq_upstream_server: "208.67.222.220"
|
Loading…
Add table
Add a link
Reference in a new issue