Add note about reduced configurations work
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
671e92cd0b
commit
5786a60678
11
README.md
11
README.md
@ -71,6 +71,17 @@ $ export MOLECULE_NO_LOG=False # not so verbose, helpful
|
||||
$ export MOLECULE_DEBUG=True # very verbose, last ditch effort
|
||||
```
|
||||
|
||||
## Only use the `molecule.yml` for configuration
|
||||
|
||||
It is being worked on that it is possible to remove all the files except the
|
||||
`molecule.yml` scenario file in your scenario directory. This is useful when
|
||||
you only require this plugin to do the default behaviour each time. It is also
|
||||
useful to reduce maintenance effort for migration of configurations. This
|
||||
plugin currently embeds the `create.yml` and `destroy.yml` playbooks. All other
|
||||
playbooks (e.g. prepare, cleanup) can be created as needed and Molecule will
|
||||
pick them up and run them. Embedding the `converge.yml` awaits [this feature
|
||||
request](https://github.com/ansible-community/molecule/issues/2675).
|
||||
|
||||
## Mirroring
|
||||
|
||||
Issues will be responded to on both issue trackers.
|
||||
|
Loading…
Reference in New Issue
Block a user