Skip to content

Commit

Permalink
convert markdown to rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Nov 17, 2014
1 parent 7147b8e commit 0d5ca52
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.md

This file was deleted.

27 changes: 27 additions & 0 deletions README.rst
@@ -0,0 +1,27 @@
Ansible
=======

Run ``ansible-playbook -i prod-hosts -s site.yml`` to configure the production site.

Development
-----------

During development, you may create a ``dev-hosts`` file containing your test hosts, and an unencrypted ``dev-secrets.yml`` file containing any necessary (cleartext) secrets.
Then run ``ansible-playbook -s site.yml`` to test your changes.

Secrets
-------

Secrets are stored in ``secrets.yml`` in the top-level directory, which is encrypted with `ansible-vault <http://docs.ansible.com/playbooks_vault.html>`__.
To run Ansible with these production secrets, you will need to supply a shared vault password.

All secrets are loaded into Ansible variables.
By convention, these variables should be named with the prefix ``secret_``.

You can edit the secrets with ``ansible-vault edit secrets.yml``.

Other files
===========

- buildbot.asc - Buildbot Release Team Keyring
- scripts/ - some scripts not under configuration management yet

0 comments on commit 0d5ca52

Please sign in to comment.