diff options
-rw-r--r-- | host_vars/localhost.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |