File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ matrix:
13
13
fast_finish : true
14
14
env :
15
15
- LXC_DISTRO=debian LXC_RELEASE=jessie
16
+ - LXC_DISTRO=debian LXC_RELEASE=stretch
16
17
- LXC_DISTRO=ubuntu LXC_RELEASE=xenial
17
18
- LXC_DISTRO=centos LXC_RELEASE=7
18
19
before_cache :
@@ -27,7 +28,7 @@ install:
27
28
- sudo apt-get install -y expect-dev
28
29
- pip install ansible
29
30
- ansible --version
30
- - printf '[defaults]\nroles_path=../\ncallback_whitelist=profile_tasks' >ansible.cfg
31
+ - printf '[defaults]\nroles_path=../\ncallback_whitelist=profile_tasks\nforks=10\npipelining=True ' >ansible.cfg
31
32
- ansible-galaxy install lae.travis-lxc
32
33
- ansible-playbook -vvv tests/install.yml -i tests/inventory
33
34
script :
Original file line number Diff line number Diff line change
1
+ ---
2
+ netbox_packages :
3
+ - libxml2-dev
4
+ - libxslt1-dev
5
+ - libffi-dev
6
+ - graphviz
7
+ - libpq-dev
8
+ - libssl-dev
9
+ netbox_python2_packages :
10
+ - python2.7
11
+ - python-dev
12
+ - python-pip
13
+ netbox_python2_binary : /usr/bin/python2.7
14
+ netbox_pip2_binary : /usr/bin/pip2
15
+ netbox_python3_packages :
16
+ - python3.5
17
+ - python3.5-dev
18
+ - python3-pip
19
+ netbox_python3_binary : /usr/bin/python3.5
20
+ netbox_pip3_binary : /usr/bin/pip3
21
+ netbox_ldap_packages :
22
+ - libldap2-dev
23
+ - libsasl2-dev
24
+ - libssl-dev
You can’t perform that action at this time.
0 commit comments