feat: add PBinCLI installation and configuration tasks; update EchoIP service to check for updates and clean up files
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 28s
Nix Format Check / check-format (push) Failing after 1m24s
Python Lint Check / check-python (push) Failing after 19s

This commit is contained in:
2025-07-16 00:34:26 +00:00
parent 9b6aa03872
commit 1219c54bf4
4 changed files with 135 additions and 86 deletions

View File

@@ -13,6 +13,9 @@
tags:
- juicefs
# Note: Per-service tags should be set in each service's task file (e.g., privatebin.yml).
# The tags here are static and allow selection by service name.
# To target a specific service, use '--tags services,privatebin' so the include is processed and the inner tag matches.
- name: Include service tasks
ansible.builtin.include_tasks: "services/{{ item.name }}/{{ item.name }}.yml"
loop: "{{ services }}"
@@ -21,6 +24,7 @@
label: "{{ item.name }}"
tags:
- services
vars:
services:
- name: caddy