Now configuring magic-router as well
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
state: restarted
|
||||
|
||||
tasks:
|
||||
|
||||
- name: "fix dns"
|
||||
import_tasks: tasks/fix-dns-resolution.yaml
|
||||
|
||||
- name: "do apt stuff"
|
||||
import_tasks: tasks/apt.yaml
|
||||
|
||||
@@ -24,8 +28,9 @@
|
||||
- name: "clean motd"
|
||||
import_tasks: tasks/clean-motd.yaml
|
||||
|
||||
- name: "fix dns"
|
||||
import_tasks: tasks/fix-dns-resolution.yaml
|
||||
|
||||
- name: "setup static route"
|
||||
import_tasks: tasks/setup-static-route.yaml
|
||||
import_tasks: tasks/setup-static-route.yaml
|
||||
|
||||
- name: "setup router stuff"
|
||||
import_tasks: tasks/enable-routing.yaml
|
||||
when: ansible_host == "magic-router"
|
||||
Reference in New Issue
Block a user