Moving to xenial
This commit is contained in:
@@ -15,5 +15,5 @@ git_email: "jacob.wimer@gmail.com"
|
||||
proxmox_user: "root@pam"
|
||||
proxmox_host: "10.0.0.153"
|
||||
proxmox_password: "{{ lookup('env', 'PROXMOX_PASSWORD') }}"
|
||||
ubuntu_template_vm_name: "ubuntu-server-1404"
|
||||
ubuntu_template_vm_name: "ubuntu-server-1604"
|
||||
dns_server: "10.0.0.204"
|
||||
|
||||
6
hosts
6
hosts
@@ -1,7 +1,6 @@
|
||||
[standard]
|
||||
ns ansible_host=10.0.0.204 hypervisor=rack1 memory=1024 cpus=2
|
||||
nextcloud ansible_host=10.0.0.210 hypervisor=rack1 memory=2048 cpus=2
|
||||
sharedhost ansible_host=10.0.0.209 hypervisor=rack1 memory=4096 cpus=2
|
||||
gitea ansible_host=10.0.0.212 hypervisor=rack1 memory=1024 cpus=2
|
||||
wrestlingdev-test ansible_host=10.0.0.240 hypervisor=rack1 memory=2048 cpus=2
|
||||
|
||||
@@ -26,11 +25,8 @@ swarm-worker-04 ansible_host=10.0.0.222 hypervisor=rack2 memory=4096 cpus=2
|
||||
#vpn ansible_host=10.0.0.203 hypervisor=rack1 memory=1024 cpus=2
|
||||
#haproxy ansible_host=10.0.0.205 hypervisor=rack2 memory=1024 cpus=2
|
||||
#registry ansible_host=10.0.0.221 hypervisor=rack1 memory=2048 cpus=2
|
||||
#elk ansible_host=10.0.0.224 hypervisor=rack2 memory=4096 cpus=2
|
||||
#guacamole ansible_host=10.0.0.202 hypervisor=rack2 memory=2048 cpus=2
|
||||
#fileserver ansible_host=10.0.0.201 hypervisor=rack2 memory=4096 cpus=2
|
||||
#template=10.0.0.211
|
||||
|
||||
# Current consumption
|
||||
# rack1: 25GB
|
||||
# rack2: 25GB
|
||||
# Current consumption
|
||||
@@ -15,9 +15,9 @@
|
||||
clone: "{{ ubuntu_template_vm_name }}"
|
||||
full: no
|
||||
name: '{{ inventory_hostname }}'
|
||||
node: 'rack2'
|
||||
node: 'rack1'
|
||||
target: '{{ hypervisor }}'
|
||||
storage: 'SSD1'
|
||||
storage: 'synology-hdd'
|
||||
format: 'qcow2'
|
||||
timeout: 6000
|
||||
register: cloned
|
||||
|
||||
Reference in New Issue
Block a user