1
0
Fork 0
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:
A Holt 2019-11-03 10:52:49 -05:00 committed by GitHub
parent 59a3298061
commit 2173bb07d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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