Initial import; migrate some roles from irl.wip
This commit is contained in:
commit
2ba6c6691b
44 changed files with 1573 additions and 0 deletions
18
roles/baseline/README.md
Normal file
18
roles/baseline/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# sr2c.core.baseline
|
||||
|
||||
Configure an SR2 virtual machine.
|
||||
|
||||
## Disk Partitions and Encryption
|
||||
|
||||
Creates a new LVM volume group on `baseline_second_disk_device` with logical volumes for:
|
||||
|
||||
| Mountpoint | Default Size | Encrypted |
|
||||
|----------------|-----------------|-----------|
|
||||
| /var | 5GiB | No |
|
||||
| /var/log | 5GiB | No |
|
||||
| /var/log/audit | 5GiB | No |
|
||||
| /var/tmp | 5GiB | No |
|
||||
| /home | Remaining space | Yes |
|
||||
|
||||
It is assumed that `/home` is empty and that no migration of data need occur. Data under `/var` will be migrated for
|
||||
each partition.
|
||||
Loading…
Add table
Add a link
Reference in a new issue