minimum tools after alpine fresh installed
Go to file
Patrick CAO HUU THIEN 5cc2b90c99 add less to default binaries 2023-01-23 15:53:16 +01:00
.gitignore module alpine postinstall 2022-11-28 15:06:16 +01:00
README.rst change source to git depot; disable service crond 2022-12-14 15:40:43 +01:00
main.tf add less to default binaries 2023-01-23 15:53:16 +01:00
variables.tf module alpine postinstall 2022-11-28 15:06:16 +01:00

README.rst

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: