-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new section for uninstalling (#453)
- Loading branch information
Showing
3 changed files
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
downstream/modules/platform/proc-uninstalling-containerized-aap.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
:_content-type: PROCEDURE | ||
|
||
[id="uninstalling-containerized-aap_{context}"] | ||
= Uninstalling containerized {PlatformNameShort} | ||
|
||
[role="_abstract"] | ||
|
||
|
||
To uninstall a containerized deployment, execute the *uninstall.yml* playbook. | ||
---- | ||
$ ansible-playbook -i inventory ansible.containerized_installer.uninstall | ||
---- | ||
|
||
This will stop all systemd units and containers and then delete all resources used by the containerized installer such as: | ||
|
||
* config and data directories/files | ||
* systemd unit files | ||
* podman containers and images | ||
* RPM packages | ||
|
||
To keep container images, you can set the *container_keep_images* variable to true. | ||
---- | ||
$ ansible-playbook -i inventory ansible.containerized_installer.uninstall -e container_keep_images=true | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters