summaryrefslogtreecommitdiffstats
path: root/roles/configure
AgeCommit message (Collapse)AuthorFilesLines
2 daysFix inventory creation for distro-configure new structureAhmed Abdelhalim1-8/+10
2026-06-30Fix calling homelab group and removing cdrom repo from liveISOAhmed Abdelhalim1-0/+1
2026-05-07Add testing for ubuntu 26.4Ahmed Abdelhalim1-0/+1
2026-05-07Remove company URLAhmed Abdelhalim1-1/+0
2026-03-04Fix playbook nameAhmed Abdelhalim1-1/+1
2026-02-04Adapt playbook to ansible 2.24+Ahmed Abdelhalim1-2/+2
2026-01-11Install pipAhmed Abdelhalim4-31/+41
After giving up on fixing the usage of ansible.builtin.pip on live environment. I ended up having to setup pip manually and using it with ansible commands to setup ansible-core on live environment to run the configuration playbook No idea why it started failing on the first place, was working 2 days ago!!!
2025-09-15Fix testing to use the configure bootstrap playbookAhmed Abdelhalim1-1/+1
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
2025-08-11Refactor configure role to use hostname instead of virtual group nameAhmed Abdelhalim1-2/+2
2025-08-11Minor fixes to raspberry config and playbook configsAhmed Abdelhalim1-0/+3
2025-08-11Remove configure dependency on other roles and add ubuntu supportAhmed Abdelhalim5-13/+29
2025-08-11Fix linting issuesAhmed Abdelhalim1-2/+2
2025-08-11Add configure role on arch w/testingAhmed Abdelhalim5-0/+134