diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-04 17:09:00 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-04 18:47:42 +0000 |
commit | 39a003aaca64af6ee57cc9f24e782d7dc1047c17 (patch) | |
tree | f4a0caf7bb0c0b46ae1124ce17a1bcc1a18cedb6 /host_vars/localhost.yml | |
parent | ce061ee4ce308bb7ee04c1df1e91792ff11b1ba6 (diff) | |
download | rules-39a003aaca64af6ee57cc9f24e782d7dc1047c17.tar.gz |
inventory: Add per host and group files
Diffstat (limited to 'host_vars/localhost.yml')
-rw-r--r-- | host_vars/localhost.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml new file mode 100644 index 0000000..5bb76b0 --- /dev/null +++ b/host_vars/localhost.yml @@ -0,0 +1,2 @@ +ansible_host: 127.0.0.1 +ansible_connection: local |