any.software.actual-podman: added role
This commit is contained in:
parent
40905a5cbe
commit
44154d337f
5 changed files with 49 additions and 0 deletions
19
roles/any.software.actual-podman/tasks/main.yml
Normal file
19
roles/any.software.actual-podman/tasks/main.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
- name: Ensure Quadlet files are present
|
||||
ansible.builtin.template:
|
||||
src: "actual.container.j2"
|
||||
dest: "/home/debian/.config/containers/systemd/actual.container"
|
||||
mode: '0755'
|
||||
owner: 'debian'
|
||||
group: 'debian'
|
||||
notify: 'restart actual'
|
||||
|
||||
- name: Ensure Caddyfile is present
|
||||
ansible.builtin.copy:
|
||||
src: 'actual.Caddyfile'
|
||||
dest: '/etc/caddy/actual.Caddyfile'
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
become: true
|
||||
notify: reload caddy
|
||||
Loading…
Add table
Add a link
Reference in a new issue