imfreedom/email-ansible

Add a simple readme
draft
2020-10-09, Gary Kramlich
5ec23b1ba467
Parents 98939b6615ba
Children aaf3100d3f19
Add a simple readme
  • +19 -0
    README.md
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/README.md Fri Oct 09 01:12:40 2020 -0500
    @@ -0,0 +1,19 @@
    +# Instant Messaging Freedom Email Ansible
    +
    +This repository contains the ansible configuration for running our email
    +server.
    +
    +# Setup
    +
    +Before you can run this ansible script, you need to creat a password named
    +`vault_password` in the repository root with the proper vault password.
    +
    +# Running
    +
    +You can run ansible with the following command:
    +
    +```
    +$ ansible-playbook mail_servers.yaml
    +```
    +
    +