summaryrefslogtreecommitdiff
path: root/roles/setup_batman/tasks/main.yml
blob: c3e83726526c7fe08ba17ed1e4d97744d698716d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
- name: load batman-adv kernel module at boot
  copy:
      src: modules-load.d_batman.conf
      dest: /etc/modules-load.d/batman.conf

- name: install batctl
  pacman:
      name: batctl
      state: present

- name: name ffmyk routing table
  lineinfile:
      path: /etc/iproute2/rt_tables
      line: 42 ffmyk

- name: copy ffmyk iproute config script
  copy:
      src: ffmyk-iproute.sh
      dest: /usr/local/bin/ffmyk-iproute.sh
      mode: 0744

- name: add netctl config
  template:
      src: netctl_bat0.j2
      dest: /etc/netctl/bat0