You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
shnee 833352fda8 Moved AWS network resources into a aws-network module. 4 years ago
modules Moved AWS network resources into a aws-network module. 4 years ago
.gitignore Tested with centos 7 image. 4 years ago
.terraform.lock.hcl Single AWS node is working. 4 years ago
README.md Setting keys and password with cloud-init working. 4 years ago
cloud_init.cfg Setting passwords and keys working via variables. 4 years ago
example.tfvars Single AWS node is working. 4 years ago
get-vm-ips.sh Added outputs for IPs. 4 years ago
main.tf Moved AWS network resources into a aws-network module. 4 years ago
network_config.cfg Add example configs from libvirt provider. 4 years ago
variables.tf Single AWS node is working. 4 years ago

README.md

Dependencies

TODO REM add libvirt provider libvirt provider depends on mkisofs

security_driver = none for ubuntu host, link github issue. https://github.com/dmacvicar/terraform-provider-libvirt/issues/546

Other

Create a password hash.

python3 -c 'import crypt; print(crypt.crypt("test", crypt.mksalt(crypt.METHOD_SHA512)))'