Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
17ee6ae363 Update gitea/gitea Docker tag to v1.22.6 2024-12-14 05:01:07 +00:00
2 changed files with 2 additions and 6 deletions

View File

@ -83,16 +83,10 @@
src: assets/{{ inventory_hostname }}/compose.yml.j2
dest: /root/docker/compose.yml
backup: true
- name: Pull images
ansible.builtin.shell: docker compose pull
args:
chdir: /root/docker
- name: Run Docker
ansible.builtin.shell: docker compose up -d --remove-orphans
args:
chdir: /root/docker
- name: Prune images
ansible.builtin.shell: docker image prune -f
- name: Local server Wireguard
hosts:

View File

@ -11,6 +11,8 @@ docker:
ansible_ssh_user: root
docker-int:
ansible_ssh_user: root
git:
ansible_ssh_user: root
basementpi:
ansible_host: 10.11.1.10
ansible_ssh_user: root