ontic.prince
Ontic Prince 
Branch | Build | Galaxy | Release |
---|---|---|---|
master |
Introduction
This role installs Prince on RedHat/CentOS and Debian/Ubuntu Linux servers.
Requirements
Name | Version |
---|---|
None | N/A |
Installation
We recommend installing this role using Ansible Galaxy to automatically handle dependencies. Here are a few alternatives as well.
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 module is via the command line:
$ ansible-galaxy install ontic.prince
If you have multiple roles to install, you can use a requirements.yml
file with the ansible-galaxy command.
- src: ontic.prince
$ ansible-galaxy install -r requirements.yml
You can also specify the repository in your requirements.yml
file like this:
- src: git+https://github.com/ontic/ansible-role-prince.git
version: master
name: ontic.prince
2.1 Enabling
To enable the role in your playbook file, use the following example:
- name: Example web server
hosts: web_servers
roles:
- { role: ontic.prince }
Documentation
You can find complete documentation in the docs directory.
Contributors
Here are the individuals who have contributed to this project. If you want to contribute, feel free to make a pull request or submit an issue.
License
This project is licensed under the BSD License. For more details, see the LICENSE file.