pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit c3238310900a513e3206cf2678cc8aaa5e3eb4a1
parent 17fdfc05e2e039c81c050e16c8a773888ced8a9d
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 10 May 2024 16:44:46 +0100

cluster_fu

Diffstat:
Mentry/cluster_fu.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entry/cluster_fu.md b/entry/cluster_fu.md @@ -593,7 +593,7 @@ ssh -P lab pyratebeard@testvm ``` ## contain your excitement -For creating LXC (not LXD) containers the only OpenTofu modules I could find were for Proxmox or [Incus][20]. I have not been able to look into the new Incus project at the time of writing so for now I went with using Ansible's [LXC Container][21] module. +For creating LXC (not LXD) containers the only (active and working) OpenTofu/Terraform modules I could find were for Proxmox or [Incus][20]. I have not been able to look into the new Incus project at the time of writing so for now I went with using Ansible's [LXC Container][21] module. On _pigley_ I installed LXC and the required Python package for use with Ansible ```