Playbooks for debian server
- commons packages
- git
- composer
- mysql
- nginx
- apache
- php (for apache)
- php-fpm
- nodejs
- ntp client
- openvpn
- logwatch
- fail2ban
- zsh
(Check for more on the roles directory)
ansible-playbook playbook.yml -i hosts --user username --ask-pass --ask-sudo-pass
ansible-playbook run_role.yml -i 'hostname1,[hostname2, ...]' -e "ROLE={rolename}" --user {username} [--ask-pass] [--become] [--ask-become-pass]
Please note that at least one comma is required inside the -i arg. Example: -i '192.168.1.10,'