Skip to content

Commit

Permalink
Add Installation Guide with Ansible
Browse files Browse the repository at this point in the history
Provide additional installation options by using Ansible with https://github.com/alvistack/ansible-role-podman from source code.

Fixes containers/podman#5773

Signed-off-by: Wong Hoi Sing Edison <[email protected]>
  • Loading branch information
hswong3i committed May 28, 2020
1 parent 249a143 commit 0b75954
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 0b75954

Please sign in to comment.