1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/roles/9-local-addons/README.rst

25 lines
924 B
ReStructuredText
Raw Normal View History

2018-02-13 00:43:48 +00:00
=====================
9-local-addons README
=====================
2017-05-27 18:09:50 +00:00
2018-02-13 00:43:48 +00:00
This 9th stage is a placeholder for roles/tasks/server apps 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 server apps.
2017-05-27 18:09:50 +00:00
Development
-----------
2018-02-13 00:43:48 +00:00
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 building from there!
2017-05-27 18:09:50 +00:00
Packaging
---------
2018-02-13 00:43:48 +00:00
Add your role into the main.yml file in the tasks directory of the 9-local-addons role.
It will then get installed as part of the next Ansible run (e.g. "cd /opt/iiab/iiab" and then "./iiab-install --reinstall").
2017-05-27 18:09:50 +00:00
More Info
---------
2017-10-27 06:04:55 +00:00
Have a look at https://github.com/iiab/iiab/wiki/IIAB-Architecture (offline at http://box/info/IIAB-Architecture.html) for more detailed information.