Commit 6bbdb5f7 authored by nanahira's avatar nanahira

pull dnsmasq only

parent be5a9ac3
......@@ -7,14 +7,6 @@
- macvlan
- bonding
- 8021q
docker_images:
- oznu/cloudflare-ddns
- git-registry.mycard.moe/nanahira/docker-dhcpv6-client
- git-registry.mycard.moe/nanahira/gateway-selector
- git-registry.mycard.moe/nanahira/tr069-daemon
- git-registry.mycard.moe/nanahira/dnsmasq
- git-registry.mycard.moe/nanahira/docker-bird
- git-registry.mycard.moe/nanahira/docker-lldp
tasks:
- name: apt
apt:
......@@ -35,11 +27,10 @@
{{module}}
{% endfor %}
notify: load_modules
- name: pull docker images
- name: pull dnsmasq image first
docker_image:
name: '{{item}}'
name: git-registry.mycard.moe/nanahira/dnsmasq
source: pull
with_items: '{{docker_images}}'
handlers:
- name: load_modules
shell: 'modprobe {{item}}'
......
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