Commit 7b923191 authored by nanahira's avatar nanahira

update dnsmasq things

parent 3e36a23f
......@@ -122,9 +122,14 @@
{% endfor %}
- name: dnsmasq directory
file:
name: '{{ansible_user_dir}}/nextgen-router/services/dnsmasq/smartdns'
name: '{{ansible_user_dir}}/nextgen-router/services/dnsmasq/{{item}}'
state: directory
recurse: true
with_items:
- smartdns
- dnsmasq.d
- misc
- smartdns-cache
- name: dnsmasq docker-compose
copy:
src: ./files/dnsmasq/docker-compose.yml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment