mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Add podman import/export containers modules (#297)
This commit is contained in:
parent
ff4e26bbac
commit
53338e7ec0
10 changed files with 643 additions and 13 deletions
8
ci/playbooks/containers/podman_export.yml
Normal file
8
ci/playbooks/containers/podman_export.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: podman_export
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"
|
||||
8
ci/playbooks/containers/podman_import.yml
Normal file
8
ci/playbooks/containers/podman_import.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: podman_import
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue