From 8ef16f8f8a583360099ef4a7cbd93b470190a277 Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 14 Jul 2023 19:13:13 +0200 Subject: [PATCH] Add note about included cloud-init packages in ansible --- pages/02.linux/guides/debian-create-new-template/default.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/02.linux/guides/debian-create-new-template/default.en.md b/pages/02.linux/guides/debian-create-new-template/default.en.md index cd93684..f23ebe4 100644 --- a/pages/02.linux/guides/debian-create-new-template/default.en.md +++ b/pages/02.linux/guides/debian-create-new-template/default.en.md @@ -37,6 +37,8 @@ Reboot after the installation completes. ## Cloud-init +_Note: Cloud-init packages are included in my base Ansible configuration_ + Install Cloud-init to use its configurations. On debian the required packages are `cloud-init` and `cloud-initramfs-growroot`