From 33af7561882425e6e1a2d3ed56e46f2c5a10033f Mon Sep 17 00:00:00 2001 From: spmfox Date: Tue, 15 Apr 2025 15:00:52 -0400 Subject: support for remote jobs, support for more host config, quadlet logic tweaking --- containers.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 containers.yml (limited to 'containers.yml') diff --git a/containers.yml b/containers.yml deleted file mode 100644 index 5697a8a..0000000 --- a/containers.yml +++ /dev/null @@ -1,16 +0,0 @@ -- hosts: localhost - gather_facts: false - tasks: - - name: Add localhost to all group if no hosts are defined - ansible.builtin.add_host: - name: localhost - ansible_connection: "local" - when: groups['all'] | length == 0 - tags: - - always - - -- hosts: all - tasks: - - ansible.builtin.import_role: - name: "containers" -- cgit