diff --git a/grail.tf b/grail.tf index c91a6cb..ee45ffe 100644 --- a/grail.tf +++ b/grail.tf @@ -18,9 +18,6 @@ resource "proxmox_vm_qemu" "grail" { ipconfig0 = "ip=192.168.0.57/24,gw=192.168.0.1" #ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" - #features { - # nesting = true - #} disks{ scsi{ scsi0{ @@ -57,8 +54,6 @@ resource "proxmox_vm_qemu" "grail" { model = "virtio" bridge = "vmbr0" firewall = false - #ip = "192.168.0.57/24" - #gw = "192.168.0.1" } provisioner "local-exec" { diff --git a/roles/ind/grail/grail-install.yml b/roles/ind/grail/grail-install.yml index 9fd416d..fedb6b3 100644 --- a/roles/ind/grail/grail-install.yml +++ b/roles/ind/grail/grail-install.yml @@ -59,6 +59,13 @@ group: root mode: '0644' + - name: Create /home/grail/ + ansible.builtin.file: + path: /home/grail + owner: grail + group: docker + state: directory + - name: Write docker-compose.yml ansible.builtin.copy: src: docker-compose.yml