Add Podman deployment configuration
This commit is contained in:
8
dev/podman.yml
Normal file
8
dev/podman.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Install Podman server
|
||||
hosts: all
|
||||
become: true
|
||||
vars_files:
|
||||
- host_vars/podman.yml
|
||||
roles:
|
||||
- base
|
||||
- podman
|
||||
Reference in New Issue
Block a user