Basic setup for workstation
- Ubuntu 24.04 LTS or later
- Ansible
9.2+ - ansbile collection
ansible.posix 1.5.4+ - ansbile collection
community.general 8.3.0+
With apt
sudo apt install ansible
ansible-galaxy collection install ansible.posix
ansible-galaxy collection install community.generalrun ansible directly:
ansible-playbook -i "localhost," -c local --ask-become-pass default.ymlor use a shortcut
./default.sh (all|<role>) [list]