mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab-summary - update on the fly
This commit is contained in:
parent
6d38dd6317
commit
afa45d3f55
2 changed files with 5 additions and 11 deletions
|
@ -32,11 +32,14 @@
|
||||||
|
|
||||||
# Copies the latest/known version of iiab-diagnostics into /usr/bin (so it can
|
# Copies the latest/known version of iiab-diagnostics into /usr/bin (so it can
|
||||||
# be run even if local source tree /opt/iiab/iiab is deleted to conserve disk).
|
# be run even if local source tree /opt/iiab/iiab is deleted to conserve disk).
|
||||||
- name: Copy /opt/iiab/iiab/scripts/iiab-diagnostics to /usr/bin/
|
- name: Copy iiab-summary & iiab-diagnostics from /opt/iiab/iiab/scripts/ to /usr/bin/
|
||||||
copy:
|
copy:
|
||||||
src: "{{ iiab_dir }}/scripts/iiab-diagnostics"
|
src: "{{ iiab_dir }}/scripts/{{ item }}"
|
||||||
dest: /usr/bin/
|
dest: /usr/bin/
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
with_items:
|
||||||
|
- iiab-summary
|
||||||
|
- iiab-diagnostics
|
||||||
|
|
||||||
- name: Create globally-writable directory /etc/iiab/diag (0777) so non-root users can run 'iiab-diagnostics'
|
- name: Create globally-writable directory /etc/iiab/diag (0777) so non-root users can run 'iiab-diagnostics'
|
||||||
file:
|
file:
|
||||||
|
|
|
@ -23,15 +23,6 @@
|
||||||
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-summary & iiab-apps-to-be-installed from /opt/iiab/iiab/scripts/ to /usr/bin/
|
|
||||||
copy:
|
|
||||||
src: "{{ iiab_dir }}/scripts/{{ item }}"
|
|
||||||
dest: /usr/bin/
|
|
||||||
mode: '0755'
|
|
||||||
with_items:
|
|
||||||
- iiab-summary
|
|
||||||
- iiab-apps-to-be-installed
|
|
||||||
|
|
||||||
- name: Install dnsmasq -- configure LATER in 'network', after Stage 9
|
- name: Install dnsmasq -- configure LATER in 'network', after Stage 9
|
||||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||||
#when: dnsmasq_install # Flag might be used in future?
|
#when: dnsmasq_install # Flag might be used in future?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue