What's changed
- Improve role name resolution and store the resolved role info appropriately
Play.roles_info
is moved to RoleInPlay.role_info
so that each resolved role info can be easy to use
- Add RAM-related scripts
gen_ram_subset.py
to make a subset of an existing RAM data by copying some specified collections only
gen_ram_slim.py
to reduce data size of an existing RAM data (the generated ram-slim will have only module-related data)
- Fix issues around RuleResult when multiple nodes have the same
name
string
Contributors
@rurikudo
@yuji-watanabe-jp
@hirokuni-kitahara