From ba2e9935348edb13814b75a4822fe5d4dc8ba47a Mon Sep 17 00:00:00 2001 From: binary Date: Sun, 14 Feb 2021 12:14:21 +0100 Subject: Add localhost host for variables purpose --- host_vars/localhost.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 host_vars/localhost.yml (limited to 'host_vars') diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml new file mode 100644 index 0000000..5429944 --- /dev/null +++ b/host_vars/localhost.yml @@ -0,0 +1,6 @@ + +# host ~~ localhost + +--- + +ansible_host: 127.0.0.1 -- cgit v1.2.3