diff options
Diffstat (limited to 'playbooks/labdns.yml')
-rw-r--r-- | playbooks/labdns.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/labdns.yml b/playbooks/labdns.yml new file mode 100644 index 0000000..59e09ec --- /dev/null +++ b/playbooks/labdns.yml @@ -0,0 +1,7 @@ +--- + +- name: labdns setup + hosts: labdns + become: true + roles: + - labdns |