Alexander Demidov f5b9100bc3 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
2025-11-06 13:05:02 +03:00
2023-12-29 20:05:20 +03:00
2023-01-31 18:48:33 +01:00
2017-11-29 16:27:27 +01:00
2025-11-05 20:23:07 +03:00

Getting Started

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
No description provided
Readme 243 KiB
Languages
Shell 67.8%
HTML 32.2%