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