File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- ## Resource module models and scaffolder
1
+ ## Resource module builder
2
2
3
- ### To do
3
+ ### Overview
4
4
5
- 1 ) Improve the model schema
6
- 2 ) Add the example files to the doc string
7
- 3 ) Document the model keys
5
+ The resource module builder is an Ansible playbook that helps developers scaffold and maintain an Ansible network resource modules.
6
+
7
+ ** Capabilities**
8
+ - Use a defined model to scaffold a resource module directory layout and initial class files.
9
+ - Scaffold either an ansible role or collection.
10
+ - Subsequent uses of RMB will only replace the module arspec and file containing the module doc string.
11
+ - Complex examples can be stored along side the model in the same directory
12
+ - Maintain the model as the source of truth for the module and use RMB to update the source files as needed.
8
13
9
14
10
15
### Usage
You can’t perform that action at this time.
0 commit comments