mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
network/tasks/enable_services.yml: Install iiab-internet-on|off from template
This commit is contained in:
parent
53ebc17e14
commit
eeefe546e7
1 changed files with 4 additions and 4 deletions
|
@ -207,14 +207,14 @@
|
||||||
|
|
||||||
- name: Install iiab-internet-on|off
|
- name: Install iiab-internet-on|off
|
||||||
template:
|
template:
|
||||||
src: "{{ item.src }}"
|
src: "{{ item }}"
|
||||||
dest: "{{ item.dest }}"
|
dest: /usr/bin/
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0755
|
mode: 0755
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'gateway/iiab-internet-on', dest: '/usr/bin/iiab-internet-on' }
|
- gateway/iiab-internet-on
|
||||||
- { src: 'gateway/iiab-internet-off', dest: '/usr/bin/iiab-internet-off' }
|
- gateway/iiab-internet-off
|
||||||
|
|
||||||
- name: Add 'squid' variable values to {{ iiab_ini_file }}
|
- name: Add 'squid' variable values to {{ iiab_ini_file }}
|
||||||
ini_file:
|
ini_file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue