downloader updates
This commit is contained in:
@@ -22,15 +22,6 @@ resource "proxmox_lxc" "downloader" {
|
|||||||
size = "42G"
|
size = "42G"
|
||||||
}
|
}
|
||||||
|
|
||||||
mountpoint{
|
|
||||||
key = "0"
|
|
||||||
slot = 0
|
|
||||||
storage = "Ceph"
|
|
||||||
mp = "/data"
|
|
||||||
# 1.2TB, terraform plugin is setting it to Ms
|
|
||||||
size = "1258292M"
|
|
||||||
}
|
|
||||||
|
|
||||||
network {
|
network {
|
||||||
name = "eth0"
|
name = "eth0"
|
||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
|
|||||||
@@ -22,6 +22,14 @@
|
|||||||
- name: setup-restic.yml - setup restic
|
- name: setup-restic.yml - setup restic
|
||||||
import_tasks: ../../lib/setup-restic.yml
|
import_tasks: ../../lib/setup-restic.yml
|
||||||
|
|
||||||
|
- name: Mount NFS share
|
||||||
|
ansible.posix.mount:
|
||||||
|
src: "192.168.0.42:/watari/Downloads/"
|
||||||
|
path: "/data/"
|
||||||
|
fstype: "nfs"
|
||||||
|
opts: "defaults"
|
||||||
|
state: "mounted"
|
||||||
|
|
||||||
- name: Create grail user
|
- name: Create grail user
|
||||||
user:
|
user:
|
||||||
name: grail
|
name: grail
|
||||||
|
|||||||
Reference in New Issue
Block a user