module_alpine_postinstall/README.rst

24 lines
421 B
ReStructuredText
Raw Permalink Normal View History

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