mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
install helper script
This commit is contained in:
parent
ce47c8e7b1
commit
21dcbcaf4f
1 changed files with 7 additions and 1 deletions
|
@ -23,12 +23,18 @@
|
||||||
name: iiab-admin
|
name: iiab-admin
|
||||||
#when: iiab_admin_install # Flag might be created in future?
|
#when: iiab_admin_install # Flag might be created in future?
|
||||||
|
|
||||||
- name: Copy iiab-apps-to-be-installed from {{ iiab_dir }} to /usr/bin/
|
- name: Copy iiab-apps-to-be-installed from {{ iiab_dir }}/scripts to /usr/bin/
|
||||||
copy:
|
copy:
|
||||||
src: "{{ iiab_dir }}/scripts/iiab-apps-to-be-installed" # /opt/iiab/iiab
|
src: "{{ iiab_dir }}/scripts/iiab-apps-to-be-installed" # /opt/iiab/iiab
|
||||||
dest: /usr/bin/
|
dest: /usr/bin/
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
|
||||||
|
- name: Copy iiab-network from {{ iiab_dir }}/scripts to /usr/local/bin/
|
||||||
|
copy:
|
||||||
|
src: "{{ iiab_dir }}/scripts/iiab-network"
|
||||||
|
dest: /usr/local/bin/
|
||||||
|
mode: '0755'
|
||||||
|
|
||||||
- name: Install ~12 network/wifi/related packages + Squid if necessary + configure /etc/sysctl.conf -- full configuration LATER in 'network', after Stage 9
|
- name: Install ~12 network/wifi/related packages + Squid if necessary + configure /etc/sysctl.conf -- full configuration LATER in 'network', after Stage 9
|
||||||
include_tasks: roles/network/tasks/install.yml
|
include_tasks: roles/network/tasks/install.yml
|
||||||
when: network_install and network_installed is undefined
|
when: network_install and network_installed is undefined
|
||||||
|
|
Loading…
Reference in a new issue