mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
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
This commit is contained in:
parent
4a7076a0ef
commit
429aa04ce5
7 changed files with 62 additions and 15 deletions
|
|
@ -8,6 +8,8 @@
|
|||
first_run: False
|
||||
rpi_model: none
|
||||
xo_model: none
|
||||
do_upgrade: False
|
||||
do_reinstall: False
|
||||
gw_active: False
|
||||
internet_available: False
|
||||
discovered_wan_iface: none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue