aboutsummaryrefslogtreecommitdiff
blob: a69cfeca76b65f4c4a363581a13aa39d20c38960 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Gentoo Infra fast installing

Host with 2x NVME:
```
ansible-playbook -i NEWBOX.gentoo.org, -e hostname=NEWBOX -e puppet_autosign_token=... install_gentoo.yml  --verbose -e @group_vars/nvme-host.yml
```

Host with 2x SCSI/SAS/SATA:
```
ansible-playbook -i NEWBOX.gentoo.org, -e hostname=NEWBOX -e puppet_autosign_token=... install_gentoo.yml  --verbose -e @group_vars/scsi-host.yml
```