From 7f03acd7b74fc96ee8fb10dc5becd758b080455b Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 13 Jan 2023 12:48:13 -0800 Subject: ansible: add tailscale, samba --- clarkzjw.ca/config/atlas/inventory/atlas.yaml | 1 - clarkzjw.ca/config/atlas/inventory/hosts.yaml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 clarkzjw.ca/config/atlas/inventory/atlas.yaml create mode 100644 clarkzjw.ca/config/atlas/inventory/hosts.yaml (limited to 'clarkzjw.ca/config/atlas/inventory') diff --git a/clarkzjw.ca/config/atlas/inventory/atlas.yaml b/clarkzjw.ca/config/atlas/inventory/atlas.yaml deleted file mode 100644 index ef8830e..0000000 --- a/clarkzjw.ca/config/atlas/inventory/atlas.yaml +++ /dev/null @@ -1 +0,0 @@ -atlas diff --git a/clarkzjw.ca/config/atlas/inventory/hosts.yaml b/clarkzjw.ca/config/atlas/inventory/hosts.yaml new file mode 100644 index 0000000..98becce --- /dev/null +++ b/clarkzjw.ca/config/atlas/inventory/hosts.yaml @@ -0,0 +1,5 @@ +all: + hosts: + atlas: + vars: + ansible_ssh_common_args: "-J pve" \ No newline at end of file -- cgit v1.2.3