extrasahne
This commit is contained in:
parent
e530b3dba2
commit
a001d5b8b5
3 changed files with 16 additions and 0 deletions
9
ffmwu-meshing.yml
Executable file
9
ffmwu-meshing.yml
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/ansible-playbook
|
||||
---
|
||||
|
||||
- hosts: meshing-srv
|
||||
remote_user: admin
|
||||
strategy: linear
|
||||
|
||||
roles:
|
||||
- ffmwu-meshing
|
6
inventory/host_vars/extrasahne.freifunk-mwu.de
Normal file
6
inventory/host_vars/extrasahne.freifunk-mwu.de
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
ansible_managed_server: True
|
||||
ansible_managed_meshing: True
|
||||
|
||||
fastd_alias: gw_extrasahne
|
|
@ -6,6 +6,7 @@ wasserfloh.freifunk-mwu.de
|
|||
ingwer.freifunk-mwu.de # (Debian)
|
||||
#mettigel.freifunk-mwu.de
|
||||
#parmesan.freifunk-mwu.de
|
||||
extrasahne.freifunk-mwu.de require_dns=False # (Debian 8) FIXME: set IPv6
|
||||
|
||||
[meshing-srv:children]
|
||||
gates
|
||||
|
|
Loading…
Reference in a new issue