Add podman to oci-nodes
This commit is contained in:
parent
efd813252a
commit
5d4b7e88a0
3 changed files with 9 additions and 0 deletions
|
@ -11,3 +11,4 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
- podman
|
||||||
|
|
3
roles/podman/meta/main.yml
Normal file
3
roles/podman/meta/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- {role: nginx/server}
|
5
roles/podman/tasks/main.yml
Normal file
5
roles/podman/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
- name: install packages
|
||||||
|
package:
|
||||||
|
name: podman
|
||||||
|
state: installed
|
Loading…
Add table
Reference in a new issue