This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-playbooks-lxd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add external ip to host_vars
master
Markus Katharina Brechtel
3 years ago
parent
a0b281d7de
commit
c459694b8f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save