Skip to content

Commit

Permalink
Update and document Ansible requirements (#39)
Browse files Browse the repository at this point in the history
* Update required Ansible to 2.14 and above

Signed-off-by: Ygal Blum <[email protected]>

* Add a Requirements section to the collection README

Signed-off-by: Ygal Blum <[email protected]>

---------

Signed-off-by: Ygal Blum <[email protected]>
  • Loading branch information
ygalblum authored Dec 14, 2023
1 parent 739c261 commit ddb7367
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

A reliable snapshot/rollback capability is a key feature required to enable the success of RHEL In-place Upgrade automation solutions. Without it, users will be wary of using the solution because of the potential risk that their applications may not function properly after the OS upgrade. Including automation so that snapshot creation happens right before the OS upgrade reduces this risk. If there are any application issues uncovered after the OS upgrade, a rollback playbook can be executed to instantly revert the environment back to the original state as it was before the upgrade. Application teams will no longer have an excuse not to use in-place upgrades to bring their RHEL estate into compliance.

## Requirements

### Ansible Version

This collection requires ansible from version `2.14.0` and above

### Collections

This collection depends on the following collections

```yaml
- "community.general": "*"
```
## Roles
These are the roles included in the collection. Follow the links below to see the detailed documentation and example playbooks for each role.
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.11.0'
requires_ansible: '>=2.14.0'

0 comments on commit ddb7367

Please sign in to comment.