module_alpine_postinstall/README.rst

24 lines
421 B
ReStructuredText

Terraform module to post install a alpine VM
Description
-----------
* add service sshd
* disable service crond
Usage
-----
In the root terraform add::
module "postinstall" {
source = "git::https://git.dalembert.upmc.fr/terraform/module_alpine_postinstall"
connection_ip = var.eth0_ip
connection_private_key = file(var.pm_private_key)
}
.. vim: spelllang=fr: