bbb84079df7fdac692326ed39c2fcb0a52552b8a
* automatic detect php version and set php extension (for =>8 php version without installing gd, because Debian 11 need libgd3 fix for that) * mapping tld hostname for non-www redirection moved to conf.d and copy that file to remote machine with others existing map-files * some features in this commit not to be a tested in real environment
Getting Started
Create symlink for ansible hosts
sudo ln -s $(realpath hosts) /etc/ansible/hosts
Modify your ~/.ssh/config
Host debian10.dedic106-dhcp.dimti.ru
Port 22242
Install needed ansible galaxy collections
ansible-galaxy install -g -f -r requirements.yml
Usage
Ping
ansible debian10 -m ping -u root
Playbook
ansible-playbook anygroup.yml
Playbook group only tag
ansible-playbook anygroup.yml -t nginx
Description
Languages
Shell
67.8%
HTML
32.2%