diff options
Diffstat (limited to 'chaos-at-home')
-rw-r--r-- | chaos-at-home/ch-ap.yml | 2 | ||||
-rw-r--r-- | chaos-at-home/ch-router.yml | 2 | ||||
-rw-r--r-- | chaos-at-home/mz-ap.yml | 2 | ||||
-rw-r--r-- | chaos-at-home/mz-router.yml | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/chaos-at-home/ch-ap.yml b/chaos-at-home/ch-ap.yml index 1d3c8903..5dcb5ea2 100644 --- a/chaos-at-home/ch-ap.yml +++ b/chaos-at-home/ch-ap.yml @@ -2,5 +2,7 @@ - name: Basic Setup hosts: chaos-at-home-ap connection: local + gather_facts: no + roles: - role: openwrt/image diff --git a/chaos-at-home/ch-router.yml b/chaos-at-home/ch-router.yml index f61feb15..6543ce8c 100644 --- a/chaos-at-home/ch-router.yml +++ b/chaos-at-home/ch-router.yml @@ -2,5 +2,7 @@ - name: Basic Setup hosts: ch-router connection: local + gather_facts: no + roles: - role: openwrt/image diff --git a/chaos-at-home/mz-ap.yml b/chaos-at-home/mz-ap.yml index ccae1763..869f051d 100644 --- a/chaos-at-home/mz-ap.yml +++ b/chaos-at-home/mz-ap.yml @@ -2,5 +2,7 @@ - name: Basic Setup hosts: mz-ap connection: local + gather_facts: no + roles: - role: openwrt/image diff --git a/chaos-at-home/mz-router.yml b/chaos-at-home/mz-router.yml index 301da764..94646991 100644 --- a/chaos-at-home/mz-router.yml +++ b/chaos-at-home/mz-router.yml @@ -2,6 +2,8 @@ - name: Basic Setup hosts: mz-router connection: local + gather_facts: no + roles: - role: openwrt/image |