diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-06 20:10:25 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-07 20:24:51 +0000 |
commit | 333eff6a0aeefcbf573bbf5e725fc27b5b4cb9f6 (patch) | |
tree | 1f06800c26e23bb272af02d45fe4d73f4f2a091e /roles/vmm/templates/hostname.j2 | |
parent | 4e542a8e15596421a9120cf700f0d4d12dbf6688 (diff) | |
download | rules-333eff6a0aeefcbf573bbf5e725fc27b5b4cb9f6.tar.gz |
roles/vmm: Setup and create vms on openbsd
Diffstat (limited to 'roles/vmm/templates/hostname.j2')
-rw-r--r-- | roles/vmm/templates/hostname.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/vmm/templates/hostname.j2 b/roles/vmm/templates/hostname.j2 new file mode 100644 index 0000000..68b989a --- /dev/null +++ b/roles/vmm/templates/hostname.j2 @@ -0,0 +1 @@ +add {{ vmm.switch.interface_host }} |