ServerOk dbe052d6d3 updated letsencrypt renew cronjob 8 mesi fa
..
data b09046d6aa updated 4 anni fa
roles b4cb2a7fb4 added apache role 10 mesi fa
.gitignore f008b2be84 updated 4 anni fa
ansible.cfg 5fc5ca0157 updated 4 anni fa
apache.yaml b4cb2a7fb4 added apache role 10 mesi fa
basic.yaml 1d21da7ded insall sysstat 4 anni fa
book-01.yml 60533fa8dd added ansible, ssh-hosts-allow 8 anni fa
book-uname.yml 60533fa8dd added ansible, ssh-hosts-allow 8 anni fa
cpanel-license.sh 4cfa3aa0e4 updated 6 anni fa
cpanel-update-reboot.yml 5fc5ca0157 updated 4 anni fa
cpanel-version.sh 60533fa8dd added ansible, ssh-hosts-allow 8 anni fa
exim-bpc.sh 85d957a6d8 updated 7 anni fa
monit.yaml 082582cd79 added custom monit config for mysql as mysql8 don't have a paid file on ubuntu 20.04 4 anni fa
nginx.yaml dc194afcbd added nginx install playbook 3 anni fa
phpmyadmin-apache.yaml f4316c4caf updated 1 anno fa
phpmyadmin-nginx.yaml a2ad5ee3e9 updated 3 anni fa
readme.txt dbe052d6d3 updated letsencrypt renew cronjob 8 mesi fa
sysstat.yml 1d21da7ded insall sysstat 4 anni fa
test.sh b2bc1654f5 updated 4 anni fa
ubuntu-20-apache.yaml f4316c4caf updated 1 anno fa
ubuntu-20-nginx.yaml 8376f539ad updated 3 anni fa
uname.sh 41b58b6486 updated. 7 anni fa
update-cpanel-servers.sh 1d584c7611 updated 7 anni fa
update-cpanel-servers.yml f008b2be84 updated 4 anni fa
update-cpanel-servers.yml-reboot 0cc710d7df updated 4 anni fa
update-ubuntu.yml 0cc710d7df updated 4 anni fa
uptime.sh 1d584c7611 updated 7 anni fa

readme.txt

To setup nginx/php74 on Ubuntu 20.04

ansible-playbook -i servers.txt setup.yaml

phpMyAdmin install on nginx debian/Ubuntu

ansible-playbook -i servers.txt phpmyadmin.yaml

ansible-playbook -i inventory/cpanel-servers.txt update-cpanel-servers.yml

ansible-playbook -i servers.txt --ask-pass phpmyadmin-apache.yaml

ansible all -u root -i servers.txt -a "systemctl restart php7.4-fpm"

ansible all -u root -i inventory.txt -a "uptime"