Compare commits

...

4 Commits

Author SHA1 Message Date
35c60a8d32 build
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2025-12-17 10:46:51 +01:00
75baca1c9e build 2025-12-17 10:40:02 +01:00
5e305ed95f build 2025-12-17 10:38:39 +01:00
4d909bdda2 build 2025-12-17 10:32:03 +01:00
2 changed files with 6 additions and 13 deletions

View File

@@ -1,24 +1,17 @@
- name: Upgrade
become: "{{ false if inventory_hostname == 'nas.home.lan' else true }}"
block:
# - name: Hold kubeadm
# ansible.builtin.dpkg_selections:
# name:
# - docker-ce
# - docker-compose-plugin
# - docker-ce-rootless-extras
# - docker-ce-cli
# - docker-buildx-plugin
# selection: hold
- name: Include facts
ansible.builtin.include_role:
name: "setup"
when: ansible_facts.architecture is not defined
- name: Add several users
ansible.builtin.shell:
cmd: |
apt-mark hold docker-ce docker-compose-plugin docker-ce-rootless-extras docker-ce-cli docker-buildx-plugin
register: logo
changed_when: "logo.rc == 0"
when: inventory_hostname != 'morefine.home.lan'
when: inventory_hostname not in ['morefine.home.lan','rack.home.lan', 'rpi5.home.lan']
- name: Upgrade the full OS
ansible.builtin.apt:

View File

@@ -322,4 +322,4 @@
community.docker.docker_plugin:
plugin_name: grafana/loki-docker-driver
alias: loki
state: present
state: enable