1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 12:12:12 +00:00

Update README.rst

This commit is contained in:
A Holt 2018-02-13 10:50:49 -05:00 committed by GitHub
parent 49fa37b8a4
commit e33a9ddf59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,19 +2,19 @@
9-local-addons README
=====================
This 9th stage is a placeholder for roles/tasks/server apps that are locally developed -- or of an experimental nature.
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 server apps.
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 building from there!
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 role into the main.yml file in the tasks directory of the 9-local-addons role.
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").