mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
9-local-addons: Python 2.7 incl pip, Python interface to iiab.env, Captive Portal
This commit is contained in:
parent
59a3298061
commit
2173bb07d1
1 changed files with 5 additions and 5 deletions
|
@ -9,21 +9,21 @@
|
||||||
when: internetarchive_install | bool
|
when: internetarchive_install | bool
|
||||||
tags: internetarchive
|
tags: internetarchive
|
||||||
|
|
||||||
# until porting is complete
|
# Until porting complete (@jvonau)
|
||||||
- name: Install python-2.7
|
- name: 'Install Python 2.7 packages: python, python-pip'
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- python
|
- python
|
||||||
- python-pip
|
- python-pip # Used by Admin Console
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# used by iiab-update-map supplied by osm-vector-maps
|
# Used by iiab-update-map, supplied by osm-vector-maps
|
||||||
- name: Create a Python interface to iiab.env
|
- name: Create a Python interface to iiab.env
|
||||||
template:
|
template:
|
||||||
src: roles/1-prep/templates/iiab_env.py.j2
|
src: roles/1-prep/templates/iiab_env.py.j2
|
||||||
dest: /etc/iiab/iiab_env.py
|
dest: /etc/iiab/iiab_env.py
|
||||||
|
|
||||||
- name: Installing captive portal
|
- name: CAPTIVE PORTAL
|
||||||
include_tasks: roles/captive-portal/tasks/main.yml
|
include_tasks: roles/captive-portal/tasks/main.yml
|
||||||
when: captive_portal_install | bool
|
when: captive_portal_install | bool
|
||||||
tags: base, captive-portal, network, domain
|
tags: base, captive-portal, network, domain
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue