Commit 55c0facb authored by nanahira's avatar nanahira

add things for nextgen

parent d65d846e
Pipeline #1580 passed with stages
in 3 minutes and 27 seconds
...@@ -9,6 +9,7 @@ dns: ...@@ -9,6 +9,7 @@ dns:
name: dnsmasq name: dnsmasq
children: children:
dns-in-docker: dns-in-docker:
dns-in-nextgen:
hosts: hosts:
meiko: meiko:
ansible_ssh_host: 192.168.3.233 ansible_ssh_host: 192.168.3.233
...@@ -90,9 +91,23 @@ dns-in-docker: ...@@ -90,9 +91,23 @@ dns-in-docker:
ansible_ssh_host: 10.198.35.1 ansible_ssh_host: 10.198.35.1
ansible_ssh_user: mathweb ansible_ssh_user: mathweb
ipset: true ipset: true
south.mycard.moe:
ipset: true
ansible_python_interpreter: python3
water: water:
ansible_ssh_host: 10.198.0.53 ansible_ssh_host: 10.198.0.53
ansible_python_interpreter: python3 ansible_python_interpreter: python3
dns-in-nextgen:
vars:
ansible_ssh_user: root
ipset: false
target_path: ~/nextgen-router/services/dnsmasq/dnsmasq.d
become_in_rsync: false
handlers:
- type: docker
path: ~/nextgen-router/services/dnsmasq
services:
- dnsmasq
hosts:
south.mycard.moe:
ipset: true
ansible_python_interpreter: python3
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