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/ansible.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 clarkzjw.ca/config/atlas/ansible.cfg (limited to 'clarkzjw.ca/config/atlas/ansible.cfg') diff --git a/clarkzjw.ca/config/atlas/ansible.cfg b/clarkzjw.ca/config/atlas/ansible.cfg new file mode 100644 index 0000000..9ad35f3 --- /dev/null +++ b/clarkzjw.ca/config/atlas/ansible.cfg @@ -0,0 +1,14 @@ +[defaults] +host_key_checking = True +transport = ssh +remote_user = clarkzjw +roles_path = roles +inventory = inventory +force_color = True +interpreter_python = auto_silent + +[connection] +pipelining = True + +[privilege_escalation] +become = True -- cgit v1.2.3