diff options
author | binary <me@rgoncalves.se> | 2020-12-27 12:22:59 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-27 12:22:59 +0100 |
commit | 2e60bc4a0a465df5068c0c541fb19df9b3d4c846 (patch) | |
tree | 23e8c21be848105138ee2e4a0b5037fe9b22ddf2 /host_vars | |
parent | 5f6043cf14f34db40d350188ae40b7e7f7a40b81 (diff) | |
download | infrastructure-2e60bc4a0a465df5068c0c541fb19df9b3d4c846.tar.gz |
Sync keys and config with new hostname
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/bentonite.yml | 6 | ||||
-rw-r--r-- | host_vars/graphite.yml | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/host_vars/bentonite.yml b/host_vars/bentonite.yml deleted file mode 100644 index d615df9..0000000 --- a/host_vars/bentonite.yml +++ /dev/null @@ -1,6 +0,0 @@ -ansible_host: bentonite -ip: - in: 10.10.0.81 - out: 192.168.5.81 - -virtual: false diff --git a/host_vars/graphite.yml b/host_vars/graphite.yml deleted file mode 100644 index 7ee35ed..0000000 --- a/host_vars/graphite.yml +++ /dev/null @@ -1,6 +0,0 @@ -ansible_host: graphite -ip: - in: 10.10.0.80 - out: 192.168.5.80 - -virtual: false |