Old ansible configuration for servers
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Chris Smith 5202e720a2 Specify DFBnc version. vor 8 Jahren
common-roles @ 781f9e3417 Specify DFBnc version. vor 8 Jahren
data Update SSH keys. vor 8 Jahren
inventories Remove do1. vor 8 Jahren
local-roles Update config for ds-tools. vor 8 Jahren
playbooks Specify DFBnc version. vor 8 Jahren
vars Update config for ds-tools. vor 8 Jahren
.gitignore Add encrypted vars for ds-tools. vor 9 Jahren
.gitmodules Move shared roles submodule to common-roles. vor 9 Jahren
README.md Add encrypted vars for ds-tools. vor 9 Jahren
ansible.cfg Add Juliet role. vor 9 Jahren

README.md

Ansible config

This repo contains the ansible playbooks and config used to provision my own servers.

Most of the interesting stuff is found in the roles contained in the DMDirc/ansible-roles repo.

To run all of the playbooks:

ansible-playbook -i inventories/inventory.yml -u root \
                 --vault-password-file=.vault-password playbooks/all.yml