amtega.cobbler
Ansible Cobbler Role
This is an Ansible role to set up a Cobbler server.
Role Variables
You can find all the default variables for this role in defaults/main.yml
. This role sets up the following information:
cobbler_distros_artifacts
: This includes distro artifacts in the format described by theamtega.artifact
role.
Example Playbook
Here is a simple example of how to use it in a playbook:
---
- name: Cobbler Sample
hosts: localhost
roles:
- amtega.cobbler
Testing
To test, we use Molecule with Vagrant virtual machines.
Run this command:
cd amtega.cobbler
molecule test --all
License
Copyright (C) 2022 AMTEGA - Xunta de Galicia
This role is free software. You can share or change it under the terms of:
GNU General Public License version 3, or any later version, or the European Union Public License (EUPL), Version 1.2 or later versions approved by the European Commission.
This role is provided hoping it will be useful, but WITHOUT ANY WARRANTY; not even the implied warranty of being fit for a specific purpose. Check the GNU General Public License or European Union Public License for more information.
Author Information
- Juan Antonio Valiño García
- José Enrique Mourón Regueira