Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 465 Bytes

brianreumere.server

Overview

This is a collection of roles to configure servers. See roles for details.

Example

Install the collection:

ansible-galaxy collection install brianreumere.server

Or include it in a requirements.yml file:

collections:
  - name: brianreumere.server
    version: ">=1.0.0,<2.0.0"
    source: https://galaxy.ansible.com

And install it:

ansible-galaxy collection install -r requirements.yml