Commit db3ea7cd authored by root's avatar root

\(0_0)/

parent 6bb4afc1
---
- hosts: all
remote_user: user
become: yes
become_method: su
vars:
swig_dir: ~/swig
rina_dir: ~/rina
#remote_user: user
#become: yes
#become_method: su
tasks:
- name: test
ping:
......@@ -24,4 +28,29 @@
- protobuf-compiler
- libprotobuf-dev
- libnl-genl-3-dev
- libnl-3-dev
- libnl-3-dev
- libpcre3-dev
- vlan
- yodl
- bison
- name: SWIG
git: repo=https://github.com/swig/swig.git
dest={{ swig_dir }}
- name: SWIG COMPILE
shell: cd {{ swig_dir }};{{ item }}
with_items:
- ./autogen.sh
- ./configure
- make
- make install
- make clean
- name: RINA
git: repo=https://github.com/IRATI/stack.git
dest={{ rina_dir }}
- shell: cd {{ rina_dir }};git pull --tags
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment