mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update captive_portal.yml
This commit is contained in:
parent
a6b0bceef8
commit
9cbf08cf8f
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
path: /opt/iiab/captive-portal
|
path: /opt/iiab/captive-portal
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: Copy scripts: checkurls, capture-wsgi.py
|
- name: 'Copy scripts: checkurls, capture-wsgi.py'
|
||||||
template:
|
template:
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
dest: /opt/iiab/captive-portal/
|
dest: /opt/iiab/captive-portal/
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
- { src: roles/network/templates/captive-portal/checkurls, mode: '0644' }
|
- { src: roles/network/templates/captive-portal/checkurls, mode: '0644' }
|
||||||
- { src: roles/network/templates/captive-portal/capture-wsgi.py, mode: '0755' }
|
- { src: roles/network/templates/captive-portal/capture-wsgi.py, mode: '0755' }
|
||||||
|
|
||||||
- name: Copy templates: simple.template, mac.template
|
- name: 'Copy templates: simple.template, mac.template'
|
||||||
copy:
|
copy:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: /opt/iiab/captive-portal/
|
dest: /opt/iiab/captive-portal/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue