imfreedom/email-ansible

Merging
draft
2020-10-09, Richard Laager
aaf3100d3f19
Merging
  • +19 -0
    README.md
  • +1 -1
    ansible.cfg
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/README.md Fri Oct 09 04:34:13 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
    +```
    +
    +
    --- a/ansible.cfg Fri Oct 09 04:32:07 2020 -0500
    +++ b/ansible.cfg Fri Oct 09 04:34:13 2020 -0500
    @@ -215,7 +215,7 @@
    # don't like cows? that's unfortunate.
    # set to 1 if you don't want cowsay support or export ANSIBLE_NOCOWS=1
    -#nocows = 1
    +nocows = 1
    # set which cowsay stencil you'd like to use by default. When set to 'random',
    # a random stencil will be selected for each task. The selection will be filtered