amtega.ocs_agent
Ansible OCS Agent Role
This is an Ansible role to install and set up the OCS Inventory agent.
Role Variables
You can find a list of all the default variables for this role in defaults/main.yml
.
Example Playbook
Here is a simple example of a playbook:
---
- hosts: all
roles:
- amtega.ocs_agent
Testing
Testing is done using Molecule with Podman virtual machines.
cd amtega.ocs_agent
molecule test --all
License
Copyright (C) 2022 AMTEGA - Xunta de Galicia
This role is free software: you can share and/or change it under the rules of:
GNU General Public License version 3, or any later version; or the European Union Public License, Version 1.2 or any future approved versions.
This role is provided with the hope that it will be useful, but WITHOUT ANY WARRANTY; not even the implied warranty of being suitable for a specific purpose. See the GNU General Public License or the European Union Public License for more information.
Author Information
- José Enrique Mourón Regueira
- Juan Antonio Valiño García
ansible-galaxy install amtega.ocs_agent