Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikepruett3/ansible-role-redcloak
Ansible role to install Red Cloak ATP on Linux Servers.
https://github.com/mikepruett3/ansible-role-redcloak
Last synced: about 1 month ago
JSON representation
Ansible role to install Red Cloak ATP on Linux Servers.
- Host: GitHub
- URL: https://github.com/mikepruett3/ansible-role-redcloak
- Owner: mikepruett3
- License: mit
- Created: 2022-03-25T17:37:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T18:38:58.000Z (8 months ago)
- Last Synced: 2024-04-29T19:48:17.344Z (8 months ago)
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role: Red Cloak ATP
=========Ansible role to install Red Cloak ATP on Linux Servers.
Requirements
------------The role does not require anything to run on RHEL or Debian and its derivatives.
Role Variables
--------------Available variables are listed below, along with default values (see ```defaults/main.yml```):
``` yaml
software_url: "http://www.example.org"
package_name: "redcloak-1.2.15.0_x86_64.rpm"
``````software_url``` **(Required)** The URL that hosts the Installer package. This should be either **http** or **https**.
```package_name``` **(Required)** The Installer package name.
Role variables can be stored with the ```hosts.yaml``` file, or in the main variables file.
Dependencies
------------None.
Example Playbook
----------------``` yaml
- hosts: servers
roles:
- role: mikepruett3.redcloak
```License
-------MIT
Author Information
------------------Role created by [mikepruett3](https://github.com/mikepruett3) on [Github.com](https://github.com/mikepruett3/ansible-role-redcloak)