diff options
author | binary <me@rgoncalves.se> | 2020-11-19 14:12:45 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-19 14:12:45 +0100 |
commit | 97f201deb22f11acc22dda5368c365701b5caa5f (patch) | |
tree | 82ea50e4a6d405a08459f22f0763d7a9618073a4 /host_vars | |
parent | 036024a564120ea9dd9da2a8136f09275c6b46a8 (diff) | |
download | infrastructure-97f201deb22f11acc22dda5368c365701b5caa5f.tar.gz |
Refactor hosts with more vars
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/dcontroller.yml | 2 | ||||
-rw-r--r-- | host_vars/emb0.yml | 2 | ||||
-rw-r--r-- | host_vars/stack0.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/host_vars/dcontroller.yml b/host_vars/dcontroller.yml index b891cc2..8f537c0 100644 --- a/host_vars/dcontroller.yml +++ b/host_vars/dcontroller.yml @@ -1,4 +1,4 @@ -hostname: dcontroller +ansible_host: dcontroller virtual: true ip: diff --git a/host_vars/emb0.yml b/host_vars/emb0.yml index d135429..51388f5 100644 --- a/host_vars/emb0.yml +++ b/host_vars/emb0.yml @@ -1,4 +1,4 @@ -hostname: emb0 +ansible_host: emb0 virtual: false ip: diff --git a/host_vars/stack0.yml b/host_vars/stack0.yml index 051908b..9c27f26 100644 --- a/host_vars/stack0.yml +++ b/host_vars/stack0.yml @@ -1,4 +1,4 @@ -hostname: stack0 +ansible_host: stack0 ip: in: 10.10.0.40 out: 192.168.5.40 |