Skip to content

overops/overops-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - overops.overops_collection

Repo containing various ansible roles for installing OverOps Components.

Installation

To install the collection with the ansible-galaxy command:

# Build from source
$ ansible-galaxy collection build ./overops-collection

Install from an archive:

$ ansible-galaxy collection install overops-overops_collection-1.0.0.tar.gz -p ./collections

Example usage

Each role contains a readme that explains the use of the role and variables within. In order to use any role within the installed collection make sure to include the overops.overops_collection in the collections section in the playbook:

---
- hosts: localhost
  collections:
    - overops.overops_collection

  roles:
    - overops_server
  vars:
    daemon_user: 'overops'
    daemon_group: 'overops'

About

OverOps Ansible Collection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages