AAROC / AAROC.regional-apel-server

Ansible role for the Regional APEL server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Role Name

Adds a APEL server service to your Ansible Container project. Run the following commands to install the service:

# Set the working directory to your Ansible Container project root
$ cd myprojoect

# Install the service
$ ansible-container install AAROC.APEL-server

Requirements

  • Ansible Container
  • An existing Ansible Container project. To create a project, simply run the following:
    # Create an empty project directory
    $ mkdir myproject
    
    # Set the working directory to the new directory
    $ cd myproject
    
    # Initialize the project
    $ ansible-contiainer init
    

Role Variables

There are some default variables in defaults - take particular care to override the version of the apel server and ssm packages if you want test stuff.

Dependencies

  • AAROC.certificates

License

Apache-2.0

Author Information

Bruce Becker @brucellino

About

Ansible role for the Regional APEL server

License:Apache License 2.0


Languages

Language:Jinja 85.3%Language:Python 14.7%