Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
31
box/provisioning/roles/geerlingguy.postfix/README.md
Normal file
31
box/provisioning/roles/geerlingguy.postfix/README.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Ansible Role: Postfix
|
||||
|
||||
[](https://travis-ci.org/geerlingguy/ansible-role-postfix)
|
||||
|
||||
Installs postfix on RedHat/CentOS or Debian/Ubuntu.
|
||||
|
||||
## Requirements
|
||||
|
||||
If you're using this as an SMTP relay server, you will need to do that on your own, and open TCP port 25 in your server firewall.
|
||||
|
||||
## Role Variables
|
||||
|
||||
None.
|
||||
|
||||
## Dependencies
|
||||
|
||||
None.
|
||||
|
||||
## Example Playbook
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
- { role: geerlingguy.postfix }
|
||||
|
||||
## License
|
||||
|
||||
MIT / BSD
|
||||
|
||||
## Author Information
|
||||
|
||||
This role was created in 2014 by [Jeff Geerling](http://jeffgeerling.com/), author of [Ansible for DevOps](http://ansiblefordevops.com/).
|
Loading…
Add table
Add a link
Reference in a new issue