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
|
||||
tags: internetarchive
|
||||
|
||||
# until porting is complete
|
||||
- name: Install python-2.7
|
||||
# Until porting complete (@jvonau)
|
||||
- name: 'Install Python 2.7 packages: python, python-pip'
|
||||
package:
|
||||
name:
|
||||
- python
|
||||
- python-pip
|
||||
- python-pip # Used by Admin Console
|
||||
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
|
||||
template:
|
||||
src: roles/1-prep/templates/iiab_env.py.j2
|
||||
dest: /etc/iiab/iiab_env.py
|
||||
|
||||
- name: Installing captive portal
|
||||
- name: CAPTIVE PORTAL
|
||||
include_tasks: roles/captive-portal/tasks/main.yml
|
||||
when: captive_portal_install | bool
|
||||
tags: base, captive-portal, network, domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue