Tsunami/README.md
GnomeZworc e7b507f566
Add terraform installation link
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2022-07-01 19:24:22 +02:00

33 lines
657 B
Markdown

# Tsunami
**Netbox + XO + Terraform + Ansible = The best deployment kit**
## Configuration
[Install terraform](https://www.terraform.io/downloads)
replace your variables:
```bash
# copy password template
cp passwd.auto.tfvars.example passwd.auto.tfvars
# edit with your infra passwords
nano passwd.auto.tfvars
# set your template vm network interface
nano cloud_network_config.tftpl
# create a prefix with IP you want to use on netbox, and set your vm variables
nano variables.auto.tfvars
```
You can add your playbook in the folder playbooks/ and use them in variables.auto.tfvars
## Run
```bash
terraform init
terraform plan
terraform apply
```