initial commit

This commit is contained in:
hybris 2019-01-22 13:10:16 +01:00
commit ee4a13c926
13 changed files with 571 additions and 0 deletions

4
roles/dns/tasks/main.yml Normal file
View file

@ -0,0 +1,4 @@
- name: copy dns configuration
copy:
src: ../files/resolv.conf
dest: /etc/resolv.conf