mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Notags (#73)
* bulk change use_cache/no_network->internet_available * bulk change use_cache/no_network->internet_available * remove unuseful debug statements * remove download tags * appendix has_internet_connection * ubuntu dhcpd needs to connect to br0
This commit is contained in:
parent
4462652deb
commit
30f4dfc1af
39 changed files with 50 additions and 232 deletions
|
|
@ -1,15 +1,11 @@
|
|||
- name: check pip is installed
|
||||
package: name=python-pip
|
||||
state=present
|
||||
tags:
|
||||
- download
|
||||
|
||||
- name: download xs-authserver from pypi
|
||||
pip: name=xs-authserver
|
||||
extra_args="--download {{ pip_packages_dir }}"
|
||||
when: not {{ use_cache }} and not {{ no_network }}
|
||||
tags:
|
||||
- download2
|
||||
when: internet_available
|
||||
|
||||
- name: install xs-authserver from pypi
|
||||
pip: name=xs-authserver
|
||||
|
|
@ -18,8 +14,6 @@
|
|||
- name: install gunicorn
|
||||
package: name=python-gunicorn
|
||||
state=present
|
||||
tags:
|
||||
- download
|
||||
|
||||
- name: Configure xs-authserver
|
||||
template: backup=yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue