Commit 7b923191 authored by nanahira's avatar nanahira

update dnsmasq things

parent 3e36a23f
...@@ -122,9 +122,14 @@ ...@@ -122,9 +122,14 @@
{% endfor %} {% endfor %}
- name: dnsmasq directory - name: dnsmasq directory
file: file:
name: '{{ansible_user_dir}}/nextgen-router/services/dnsmasq/smartdns' name: '{{ansible_user_dir}}/nextgen-router/services/dnsmasq/{{item}}'
state: directory state: directory
recurse: true recurse: true
with_items:
- smartdns
- dnsmasq.d
- misc
- smartdns-cache
- name: dnsmasq docker-compose - name: dnsmasq docker-compose
copy: copy:
src: ./files/dnsmasq/docker-compose.yml 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