diff options
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 |