From 54e5783394a2bff2b785b63a28ba44436c97d51d Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 13 Jan 2023 11:42:54 -0800 Subject: config: add zfs on linux --- clarkzjw.ca/config/atlas/role.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 clarkzjw.ca/config/atlas/role.yaml (limited to 'clarkzjw.ca/config/atlas/role.yaml') diff --git a/clarkzjw.ca/config/atlas/role.yaml b/clarkzjw.ca/config/atlas/role.yaml new file mode 100644 index 0000000..ab3fca5 --- /dev/null +++ b/clarkzjw.ca/config/atlas/role.yaml @@ -0,0 +1,3 @@ +- hosts: "{{ target }}" + roles: + - role: "{{ role }}" -- cgit v1.2.3