switched from batman-adv 2014.3.0 to master
This commit is contained in:
parent
51cc01a485
commit
a95c34a156
@ -29,7 +29,6 @@
|
|||||||
- ebtables
|
- ebtables
|
||||||
- python-virtualenv
|
- python-virtualenv
|
||||||
- iptables-persistent
|
- iptables-persistent
|
||||||
# - batctl
|
|
||||||
- iftop
|
- iftop
|
||||||
- screen
|
- screen
|
||||||
- bridge-utils
|
- bridge-utils
|
||||||
@ -70,9 +69,9 @@
|
|||||||
apt_repository: repo='deb http://http.debian.net/debian jessie-backports main' state=present
|
apt_repository: repo='deb http://http.debian.net/debian jessie-backports main' state=present
|
||||||
- name: Update apt cache
|
- name: Update apt cache
|
||||||
apt: update_cache=yes
|
apt: update_cache=yes
|
||||||
- name: Install new kernel
|
# - name: Install new kernel
|
||||||
apt: name=linux-image-4.2.0-0.bpo.1-amd64 state=present
|
# apt: name=linux-image-4.2.0-0.bpo.1-amd64 state=present
|
||||||
register: kernel4
|
# register: kernel4
|
||||||
- name: Gathering facts
|
- name: Gathering facts
|
||||||
setup:
|
setup:
|
||||||
- name: Set IPv4 in hostfile
|
- name: Set IPv4 in hostfile
|
||||||
@ -136,6 +135,7 @@
|
|||||||
register: getbatctl
|
register: getbatctl
|
||||||
- name: Install batctl
|
- name: Install batctl
|
||||||
shell: cd /tmp/batctl && git checkout master && make && make install
|
shell: cd /tmp/batctl && git checkout master && make && make install
|
||||||
|
# shell: cd /tmp/batctl && git checkout v2014.3.0 && make && make install
|
||||||
when: getbatctl.changed
|
when: getbatctl.changed
|
||||||
- name: Get alfred
|
- name: Get alfred
|
||||||
git: repo=http://git.open-mesh.org/alfred.git
|
git: repo=http://git.open-mesh.org/alfred.git
|
||||||
@ -236,7 +236,7 @@
|
|||||||
local_action:
|
local_action:
|
||||||
module: slack
|
module: slack
|
||||||
token: "{{ slack_token }}"
|
token: "{{ slack_token }}"
|
||||||
msg: "{{ inventory_hostname }} completed"
|
msg: "{{ inventory_hostname }} completed with branch testing"
|
||||||
channel: "#technik"
|
channel: "#technik"
|
||||||
username: "Ansible on {{ inventory_hostname }}"
|
username: "Ansible on {{ inventory_hostname }}"
|
||||||
parse: 'none'
|
parse: 'none'
|
||||||
|
Loading…
Reference in New Issue
Block a user