ansible-bootstrap-ubuntu icon indicating copy to clipboard operation
ansible-bootstrap-ubuntu copied to clipboard

Ansible scripts for bootstrapping and securing an Ubuntu server (locale, fail2ban, firewall, lock down sudo, prevent root and password login, ...)

Results 2 ansible-bootstrap-ubuntu issues
Sort by recently updated
recently updated
newest added

Didn't work on my machine as sshd went away too fast also I wanted to check for shutdown _and_ startup

In your documentation it reads to execute `ansible-playbook bootstrap.yml --ask-sudo` but I'm finding I need to add `--user admin` to both the `bootstrap` and `reboot` for it to work. Is...