Old ansible configuration for servers
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Chris Smith 5202e720a2 Specify DFBnc version. il y a 8 ans
common-roles @ 781f9e3417 Specify DFBnc version. il y a 8 ans
data Update SSH keys. il y a 8 ans
inventories Remove do1. il y a 8 ans
local-roles Update config for ds-tools. il y a 8 ans
playbooks Specify DFBnc version. il y a 8 ans
vars Update config for ds-tools. il y a 8 ans
.gitignore Add encrypted vars for ds-tools. il y a 9 ans
.gitmodules Move shared roles submodule to common-roles. il y a 9 ans
README.md Add encrypted vars for ds-tools. il y a 9 ans
ansible.cfg Add Juliet role. il y a 9 ans

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