diff options
| author | spmfox <spmfox@foxwd.com> | 2025-04-15 15:00:52 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-04-15 15:00:52 -0400 |
| commit | 33af7561882425e6e1a2d3ed56e46f2c5a10033f (patch) | |
| tree | cdac4a3e31162c5f75d7517d14c246289a34edf4 /containers.yml | |
| parent | 422bc9712219fdd4d4719fc98218c76c2a7e86bc (diff) | |
support for remote jobs, support for more host config, quadlet logic tweaking
Diffstat (limited to 'containers.yml')
| -rw-r--r-- | containers.yml | 16 |
1 files changed, 0 insertions, 16 deletions
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" |
