ansible-debian-bootstrap
ansible-debian-bootstrap copied to clipboard
Ansible bootstrap role for Debian/Devuan/Ubuntu/Raspbian servers
``` N: Repository 'Debian bookworm' changed its 'non-free component' value from 'non-free' to 'non-free non-free-firmware' N: More information about this can be found online in the Release notes at: https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.html#non-free-split...
Hello, a used feature will be removed soon: [Deprecate ability of lookup plugins to return arbitrary data. Lookup plugins must return lists, failing to do so will be an error...
Add a default variable to let users set other hosts. Currently, I am using the below code. ``` - name: Add hostname to /etc/hosts become: true lineinfile: dest: /etc/hosts regexp:...