diff --git a/group_vars/all b/group_vars/all index d43097b..8568819 100644 --- a/group_vars/all +++ b/group_vars/all @@ -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" diff --git a/hosts b/hosts index 7499473..ed4c87c 100644 --- a/hosts +++ b/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 \ No newline at end of file +# Current consumption \ No newline at end of file diff --git a/playbooks/kvm.yml b/playbooks/kvm.yml index 5565998..342f839 100644 --- a/playbooks/kvm.yml +++ b/playbooks/kvm.yml @@ -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