Browse Source

add external ip to host_vars

master
parent
commit
c459694b8f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      containers.yaml

+ 1
- 0
containers.yaml View File

@@ -49,6 +49,7 @@
content:
ansible_host: "{{ssh_ip}}"
ssh_ip: "{{ssh_ip}}"
external_ip: "{{ssh_ip}}"
dest: "{{inventory_dir}}/host_vars/{{inventory_hostname}}/lxd_host.auto.json"
- import_role:
name: root_user


Loading…
Cancel
Save