1
0
Fork 0
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:
A Holt 2021-04-13 00:31:33 -04:00 committed by GitHub
parent 53ebc17e14
commit eeefe546e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,14 +207,14 @@
- name: Install iiab-internet-on|off
template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
src: "{{ item }}"
dest: /usr/bin/
owner: root
group: root
mode: 0755
with_items:
- { src: 'gateway/iiab-internet-on', dest: '/usr/bin/iiab-internet-on' }
- { src: 'gateway/iiab-internet-off', dest: '/usr/bin/iiab-internet-off' }
- gateway/iiab-internet-on
- gateway/iiab-internet-off
- name: Add 'squid' variable values to {{ iiab_ini_file }}
ini_file: