1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

/usr/bin/iiab-summary: Concise/quick view of any IIAB in ~20 lines

This commit is contained in:
root 2022-06-28 08:58:41 -04:00
parent 6404c71859
commit 9370f59a44
2 changed files with 71 additions and 2 deletions

View file

@ -23,11 +23,14 @@
name: iiab-admin
#when: iiab_admin_install # Flag might be created in future?
- name: Copy /opt/iiab/iiab/scripts/iiab-apps-to-be-installed to /usr/bin/
- name: Copy iiab-summary & iiab-apps-to-be-installed from /opt/iiab/iiab/scripts/ to /usr/bin/
copy:
src: "{{ iiab_dir }}/scripts/iiab-apps-to-be-installed"
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
include_tasks: roles/network/tasks/dnsmasq.yml