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 8ab6822d16 Add encrypted vars for ds-tools. vor 9 Jahren
common-roles @ 5ce7db0a9b Submodule update. vor 9 Jahren
data New key for attic vor 9 Jahren
inventories Add basic ds-tools config. vor 9 Jahren
local-roles Add basic ds-tools config. vor 9 Jahren
playbooks Add encrypted vars for ds-tools. vor 9 Jahren
vars Add encrypted vars for ds-tools. vor 9 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