Switched to full mesh
This commit is contained in:
parent
519067f28e
commit
92f7731963
@ -152,7 +152,7 @@
|
|||||||
dest=/srv/tunneldigger
|
dest=/srv/tunneldigger
|
||||||
register: tunneldigger
|
register: tunneldigger
|
||||||
when: aptupdates.changed
|
when: aptupdates.changed
|
||||||
when: ffswitch is undefined
|
# when: ffswitch is undefined
|
||||||
- name: Configure tunneldigger
|
- name: Configure tunneldigger
|
||||||
command: "{{item}}"
|
command: "{{item}}"
|
||||||
with_items:
|
with_items:
|
||||||
@ -190,25 +190,25 @@
|
|||||||
copy: src=./files/{{ item }} dest=/opt/freifunk owner=root group=root mode=0500
|
copy: src=./files/{{ item }} dest=/opt/freifunk owner=root group=root mode=0500
|
||||||
with_items: check_gw_script
|
with_items: check_gw_script
|
||||||
register: check_gw
|
register: check_gw
|
||||||
when: ffswitch is undefined
|
# when: ffswitch is undefined
|
||||||
- name: Add cron job with check gateway script
|
- name: Add cron job with check gateway script
|
||||||
cron: name=check_gw job="/opt/freifunk/keepalive.sh > /dev/null 2>&1" user="root"
|
cron: name=check_gw job="/opt/freifunk/keepalive.sh > /dev/null 2>&1" user="root"
|
||||||
when: check_gw.changed
|
when: check_gw.changed
|
||||||
when: ffswitch is undefined
|
# when: ffswitch is undefined
|
||||||
- name: Copy dhcpd template file
|
- name: Copy dhcpd template file
|
||||||
template: src=./files/dhcpd.conf.j2 dest=/etc/dhcp/dhcpd.conf owner=root group=root mode=0444
|
template: src=./files/dhcpd.conf.j2 dest=/etc/dhcp/dhcpd.conf owner=root group=root mode=0444
|
||||||
when: ffswitch is undefined
|
# when: ffswitch is undefined
|
||||||
- name: Add cron backbone script
|
- name: Add cron backbone script
|
||||||
cron: name=backbone special_time=reboot job="/opt/freifunk/l2tp_backbone.sh"
|
cron: name=backbone special_time=reboot job="/opt/freifunk/l2tp_backbone.sh"
|
||||||
- name: Add cron startup script
|
- name: Add cron startup script
|
||||||
cron: name=startup special_time=reboot job="/opt/freifunk/sn_startup.sh"
|
cron: name=startup special_time=reboot job="/opt/freifunk/sn_startup.sh"
|
||||||
- name: Copy backbone script
|
- name: Copy backbone script
|
||||||
template: src=./files/l2tp_backbone.sh.j2 dest=/opt/freifunk/l2tp_backbone.sh owner=root group=root mode=0544
|
template: src=./files/l2tp_backbone.sh.j2 dest=/opt/freifunk/l2tp_backbone.sh owner=root group=root mode=0544
|
||||||
when: ffswitch is undefined
|
# when: ffswitch is undefined
|
||||||
- name: Copy backbone script
|
# - name: Copy backbone script
|
||||||
template: src=./files/l2tp_backbone_ffswitch.sh.j2 dest=/opt/freifunk/l2tp_backbone.sh owner=root group=root mode=0544
|
# template: src=./files/l2tp_backbone_ffswitch.sh.j2 dest=/opt/freifunk/l2tp_backbone.sh owner=root group=root mode=0544
|
||||||
when: ffswitch is defined
|
# when: ffswitch is defined
|
||||||
register: ffswitchl2tp
|
# register: ffswitchl2tp
|
||||||
- name: Collectd template file
|
- name: Collectd template file
|
||||||
template: src=./files/collectd.conf.j2 dest=/etc/collectd/collectd.conf owner=root group=root mode=0444
|
template: src=./files/collectd.conf.j2 dest=/etc/collectd/collectd.conf owner=root group=root mode=0444
|
||||||
register: collectd
|
register: collectd
|
||||||
@ -223,16 +223,16 @@
|
|||||||
- name: Copy secondary zone file
|
- name: Copy secondary zone file
|
||||||
copy: src=./files/{{ item }} dest=/etc/bind owner=root group=bind mode=644
|
copy: src=./files/{{ item }} dest=/etc/bind owner=root group=bind mode=644
|
||||||
with_items: bind_zone_fftdf
|
with_items: bind_zone_fftdf
|
||||||
when: ffswitch is undefined
|
# when: ffswitch is undefined
|
||||||
- name: Bind9, activate fftdf zone
|
- name: Bind9, activate fftdf zone
|
||||||
lineinfile: dest=/etc/bind/named.conf line='include "/etc/bind/named.conf.fftdf";' state=present
|
lineinfile: dest=/etc/bind/named.conf line='include "/etc/bind/named.conf.fftdf";' state=present
|
||||||
when: ffswitch is undefined
|
# when: ffswitch is undefined
|
||||||
- name: Copy option template
|
- name: Copy option template
|
||||||
template: src=./files/named.conf.options.j2 dest=/etc/bind/named.conf.options owner=root group=bind mode=644
|
template: src=./files/named.conf.options.j2 dest=/etc/bind/named.conf.options owner=root group=bind mode=644
|
||||||
when: ffswitch is undefined
|
# when: ffswitch is undefined
|
||||||
- name: Copy radvd config template
|
- name: Copy radvd config template
|
||||||
template: src=./files/radvd.conf.j2 dest=/etc/radvd.conf owner=radvd group=root mode=0444
|
template: src=./files/radvd.conf.j2 dest=/etc/radvd.conf owner=radvd group=root mode=0444
|
||||||
when: ffswitch is undefined
|
# when: ffswitch is undefined
|
||||||
- name: Alfed message
|
- name: Alfed message
|
||||||
template: src=./files/alfred.sh.j2 dest=/opt/freifunk/alfred.sh owner=root group=root mode=0544
|
template: src=./files/alfred.sh.j2 dest=/opt/freifunk/alfred.sh owner=root group=root mode=0544
|
||||||
- name: Add cron job with alfred info script
|
- name: Add cron job with alfred info script
|
||||||
@ -243,7 +243,7 @@
|
|||||||
poll: 0
|
poll: 0
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
when: tunneldigger.changed
|
when: tunneldigger.changed
|
||||||
when: ffswitchl2tp.changed
|
# when: ffswitchl2tp.changed
|
||||||
- name: Wirte version information
|
- name: Wirte version information
|
||||||
shell: touch /etc/sn_version && echo {{ snversion }} > /etc/sn_version
|
shell: touch /etc/sn_version && echo {{ snversion }} > /etc/sn_version
|
||||||
- name: waiting for server to come back
|
- name: waiting for server to come back
|
||||||
|
Loading…
Reference in New Issue
Block a user