diff --git a/getting-started/installation.md b/getting-started/installation.md index 2faeea69..7cad3cfb 100644 --- a/getting-started/installation.md +++ b/getting-started/installation.md @@ -213,6 +213,21 @@ There are many [packages](https://packages.ubuntu.com/search?keywords=libpod&sea with the libpod prefix available already on Ubuntu. However, those are unrelated to this project. +#### [Ansible](https://www.ansible.com/) + +An [Ansible Role](https://github.com/alvistack/ansible-role-podman) is also available to automate the above steps: + +``` bash +sudo su - +mkdir -p ~/.ansible/roles +cd ~/.ansible/roles +git clone https://github.com/alvistack/ansible-role-podman.git podman +cd ~/.ansible/roles/podman +pip3 install --upgrade --ignore-installed --requirement requirements.txt +molecule converge +molecule verify +``` + ### Installing development versions of Podman #### [Amazon Linux 2](https://aws.amazon.com/amazon-linux-2/)