summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-15 12:15:46 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-15 17:16:38 +0200
commit09914fe79b9035a187db4de95ff7c4ff2ce678c7 (patch)
tree6a065b76536c42075246d79527b7c45597e9b5e7
parenta284711817069a572673abd424b43a63cea23b66 (diff)
Fix testing to use the configure bootstrap playbook
This is to avoid failing validations, when some variables aren't needed to be configured beforehand to run the bootstrapping of a distro install The bootstrapping process, set up user, network, ssh and password policy and all the other configurations roles doesn't need to be validated or ran in the bootstrapping phase
-rw-r--r--roles/configure/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/configure/tasks/main.yml b/roles/configure/tasks/main.yml
index 040dec3..399017a 100644
--- a/roles/configure/tasks/main.yml
+++ b/roles/configure/tasks/main.yml
@@ -70,7 +70,7 @@
- name: "Run configure playbook using chroot connection"
ansible.builtin.command:
cmd: |
- ansible-playbook site.yml
+ ansible-playbook bootstrap.yml
--limit "{{ hostname }}"
--extra-vars '{"hostname":"{{ hostname }}"}'
--extra-vars "@/opt/ansible-distro-configure/host_vars/{{ hostname }}.yml"