add Final Infrastructure Setup
This commit is contained in:
commit
7733dde658
174 changed files with 204949 additions and 0 deletions
11
infrastructure/ansible/vars/demovm.yml
Normal file
11
infrastructure/ansible/vars/demovm.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
vagrant_hosts:
|
||||
- hostname: "{{ ansible_fqdn }}"
|
||||
name: "{{ ansible_fqdn }}"
|
||||
ip: 127.0.0.1
|
||||
common_ip: 127.0.0.1
|
||||
|
||||
samba_server_ip: 127.0.0.1
|
||||
|
||||
# vim:ft=ansible
|
||||
Loading…
Add table
Add a link
Reference in a new issue