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 2097964fc4 * try to automatic install yadm and direnv if not presented on target system 2 days ago
data/db-dumps + sample configs for nginx-proxy lxc instance 1 year ago
group_vars + change starship command prompt sign for non privileged user in separate yadm playbook 4 weeks ago
manala + nginx, php-fpm and octobercms playbooks 2 years ago
playbooks * try to automatic install yadm and direnv if not presented on target system 2 days ago
role/defaults + debops: apache with pki, mariadb_server, php7.4 with extensions, mariadb client role with secret 2 years ago
roles + example system unit file 10 months ago
secret + debops: apache with pki, mariadb_server, php7.4 with extensions, mariadb client role with secret 2 years ago
vars * quotable used variables in nginx vars config 4 months ago
.gitignore + debops: apache with pki, mariadb_server, php7.4 with extensions, mariadb client role with secret 2 years ago
LICENSE Initial commit 7 years ago
README.md + add install requirements example to readme 10 months ago
ansible.cfg + sample configs for nginx-proxy lxc instance 1 year ago
anygroup.yml + install nginx via apt 2 years ago
hosts * usage shared run playbook script extended with user doc 7 months ago
ping.yml * conditional logic for nginx www redirect 2 years ago
requirements.yml + nginx, php-fpm and octobercms playbooks 2 years ago
run-lxc-playbook.sh + yadm initialization for non priveleged and existing users 7 months ago
run-playbook.sh * use appropriate php version both for php and apache installations 6 months ago
run-site-playbook.sh * use appropriate php version both for php and apache installations 6 months 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