You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dimti 6186ab94e0 * use appropriate php version both for php and apache installations 1 week ago
data/db-dumps + sample configs for nginx-proxy lxc instance 7 months ago
group_vars + latest extensions - deployed nginx, apache, php 74 & 81, nvm, automatic databases import and phpmyadmin with nginx basic auth 6 months ago
manala + nginx, php-fpm and octobercms playbooks 1 year ago
playbooks * use appropriate php version both for php and apache installations 1 week ago
role/defaults + debops: apache with pki, mariadb_server, php7.4 with extensions, mariadb client role with secret 1 year ago
roles + example system unit file 4 months ago
secret + debops: apache with pki, mariadb_server, php7.4 with extensions, mariadb client role with secret 1 year ago
vars * use appropriate php version both for php and apache installations 1 week ago
.gitignore + debops: apache with pki, mariadb_server, php7.4 with extensions, mariadb client role with secret 1 year ago
LICENSE Initial commit 7 years ago
README.md + add install requirements example to readme 4 months ago
ansible.cfg + sample configs for nginx-proxy lxc instance 7 months ago
anygroup.yml + install nginx via apt 1 year ago
hosts * usage shared run playbook script extended with user doc 3 weeks ago
ping.yml * conditional logic for nginx www redirect 1 year ago
requirements.yml + nginx, php-fpm and octobercms playbooks 1 year ago
run-lxc-playbook.sh + yadm initialization for non priveleged and existing users 1 month ago
run-playbook.sh * use appropriate php version both for php and apache installations 1 week ago
run-site-playbook.sh * use appropriate php version both for php and apache installations 1 week ago

README.md

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