From e47ae78cfe17371ce240e134fd66f01ed120ffee Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:32 +0200 Subject: Remove configure dependency on other roles and add ubuntu support --- roles/configure/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/configure/README.md') diff --git a/roles/configure/README.md b/roles/configure/README.md index dfab439..0430791 100644 --- a/roles/configure/README.md +++ b/roles/configure/README.md @@ -9,12 +9,12 @@ This role configures the bootstrapped distro installation basic networking funct ## Role Variables - `configure_playbooks_path` the root directory of the distro-configure playbooks +- `partiton_root` dictionary with the required `mount_path` - `hostname` the hostname variable defined in bootstrap role -- `mnt_root_path` the mount root path fact defined in bootstrap role ## Internals - Install ansible on live environment - Copy `ansible-distro-configure` playbook (via archive because it's waaaay faster) -- Update the `ansible-distro-configure` inventory to configure chroot (`mnt_root_path`) +- Update the `ansible-distro-configure` inventory to configure chroot (`partition_root.mount_path`) - Run the `ansible-distro-configure` playbook for desired `hostname` -- cgit v1.2.3