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-local.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 containers-local.yml (limited to 'containers-local.yml') diff --git a/containers-local.yml b/containers-local.yml new file mode 100644 index 0000000..313afc0 --- /dev/null +++ b/containers-local.yml @@ -0,0 +1,4 @@ +- hosts: localhost + tasks: + - ansible.builtin.import_role: + name: "containers" -- cgit