Use maximal acceptable ansible version vor correctly worked debops roles (with legacy buildin.include functions)

Set to currently newest version of debops
Use newest python version
Native way for create pma nginx config symlink
Correct disable local nginx host - appropriate dict item name field for preventing errors
This commit is contained in:
2025-11-06 13:05:02 +03:00
parent 2a1dc74039
commit f5b9100bc3
6 changed files with 15 additions and 12 deletions

9
hosts
View File

@ -9,16 +9,17 @@
# - You can enter hostnames or ip addresses
# - A hostname/ip can be a member of multiple groups
# Check ansible facts: ansible all -m setup -a 'filter=ansible_domain' -e lxc_host=IP_ADDRESS
[lxc_templates]
#debian10 ansible_host=debian10.dedic106-dhcp.dimti.ru ansible_user=root
#debian10 ansible_host='{{ lxc_host }}' ansible_port=22230
debian10 ansible_host='{{ lxc_host }}'
[anygroup]
server1 ansible_host=192.168.0.1
server2 ansible_host=192.168.0.2
server3 ansible_host=192.168.0.3
server4 ansible_host=192.168.0.4
#server1 ansible_host=192.168.0.1
#server2 ansible_host=192.168.0.2
#server3 ansible_host=192.168.0.3
#server4 ansible_host=192.168.0.4
# Add your own groups here. Hosts can be added to multiple groups like so:
# [anothergroup]