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
- 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
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.
- AAROC.certificates
Apache-2.0
Bruce Becker @brucellino