ontic.exim
Ontic Exim 
Branch | Build | Galaxy | Release |
---|---|---|---|
master |
Introduction
This role helps you install Exim on RedHat/CentOS and Debian/Ubuntu Linux servers.
Requirements
Name | Version |
---|---|
None | N/A |
Installation
We recommend using Ansible Galaxy to install this role, as it will automatically handle any dependencies. Here are some other options.
1.1 Downloading
You can download the project files as a .zip
file and extract them into your ./roles/
directory.
1.2 Cloning
You can clone the project into your ./roles/
directory.
1.3 Ansible Galaxy
The easiest way to install this role is from the command line:
$ ansible-galaxy install ontic.exim
If you need to install several roles, you can use a requirements.yml
file with the ansible-galaxy CLI:
- src: ontic.exim
$ ansible-galaxy install -r requirements.yml
Alternatively, you can specify the source in your requirements.yml
file like this:
- src: git+https://github.com/ontic/ansible-role-exim.git
version: master
name: ontic.exim
2.1 Enabling
To enable the role, add it to your playbook file:
- name: Example web server
hosts: web_servers
roles:
- { role: ontic.exim }
Documentation
You can find the complete documentation in the docs directory.
Contributors
Here are the people who have contributed to this project. If you want to help out, feel free to make a pull request or submit an issue.
License
This project is licensed under the BSD License. See the LICENSE file for more information.