mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Add podman pod and pod info modules (#81)
This commit is contained in:
parent
3726e2a1c7
commit
efae6e0b9c
15 changed files with 2296 additions and 0 deletions
8
ci/playbooks/containers/podman_pod.yml
Normal file
8
ci/playbooks/containers/podman_pod.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: podman_pod
|
||||
vars:
|
||||
idem_image: idempotency_test
|
||||
6
ci/playbooks/containers/podman_pod_info.yml
Normal file
6
ci/playbooks/containers/podman_pod_info.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: podman_pod_info
|
||||
|
|
@ -61,6 +61,7 @@
|
|||
- buildah
|
||||
- git
|
||||
- vim
|
||||
- dnsmasq
|
||||
|
||||
- name: Remove virtualenv if need
|
||||
file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue