Old ansible configuration for servers
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Chris Smith d5e731a693 Remove do1. 8 gadus atpakaļ
common-roles @ 28898eafa8 Submodule update 8 gadus atpakaļ
data Update SSH keys. 8 gadus atpakaļ
inventories Remove do1. 8 gadus atpakaļ
local-roles DS updates 8 gadus atpakaļ
playbooks Add encrypted vars for ds-tools. 9 gadus atpakaļ
vars DS updates 8 gadus atpakaļ
.gitignore Add encrypted vars for ds-tools. 9 gadus atpakaļ
.gitmodules Move shared roles submodule to common-roles. 9 gadus atpakaļ
README.md Add encrypted vars for ds-tools. 9 gadus atpakaļ
ansible.cfg Add Juliet role. 9 gadus atpakaļ

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