1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
iiab/roles/9-local-addons
Jerry Vonau 429aa04ce5
Infastructure for proper versioning. (#2500)
* each major role change can be recorded in upgrade_roles with a bump in iiab_revision to denote the addition

* test source for https://github.com/iiab/iiab-factory/pull/134

* keep iiab_revision with role name

* gitea

* introduce $INSTALLED_RELEASE $INSTALLED_REVISION into ansible

* set informational 'do_facts'

* 7.1.5-premap tag as starting point for iiab_revision 0

* no notes at all - use underscore for role name to match what is in iiab_state.yml

* use installed_revision trigger do_upgrade

do_reinstall will denote a major upgrade path in the future
2020-09-17 07:15:55 -07:00
..
tasks Infastructure for proper versioning. (#2500) 2020-09-17 07:15:55 -07:00
README.rst Update README.rst 2018-02-13 10:50:49 -05:00

=====================
9-local-addons README
=====================

This 9th stage is a placeholder for server apps (roles, tasks or otherwise) that are locally developed -- or of an experimental nature.

As in the case of 6-generic-apps, 7-edu-apps, and 8-mgmt-tools: this stage is intended to install user-facing or operator-facing server apps.

Development
-----------

Consider creating your own Ansible role to add essential functionality to Internet-in-a-Box.  You can copy any role you find within /opt/iiab/iiab/roles, and build from there!

Packaging
---------

Add your Ansible role into /opt/iiab/iiab/roles/9-local-addons/tasks/main.yml

It will then get installed as part of the next Ansible run (e.g. "cd /opt/iiab/iiab" and then "./iiab-install --reinstall").

More Info
---------

Have a look at https://github.com/iiab/iiab/wiki/IIAB-Architecture (offline at http://box/info/IIAB-Architecture.html) for more detailed information.