diff options
author | binary <me@rgoncalves.se> | 2021-02-14 12:14:21 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-02-14 12:14:21 +0100 |
commit | ba2e9935348edb13814b75a4822fe5d4dc8ba47a (patch) | |
tree | 22e7cc53d3a44e2d784f696692fb8feb341fae16 | |
parent | 3b003c10fc6aa3a2a60eac27cbef94c3c8c284e7 (diff) | |
download | infrastructure-ba2e9935348edb13814b75a4822fe5d4dc8ba47a.tar.gz |
Add localhost host for variables purpose
-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 |