Add WireGuard routing and Podman playbook
This commit is contained in:
7
playbooks/podman.yml
Normal file
7
playbooks/podman.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Install Podman server
|
||||
hosts: "{{ PLAYBOOK_HOST | default('none') }}"
|
||||
become: true
|
||||
roles:
|
||||
- base
|
||||
- proxy
|
||||
- podman
|
||||
Reference in New Issue
Block a user