/ansible-role-theforeman

IaC: with Ansible for TheForeman

GNU General Public License v3.0GPL-3.0

Ansible Galaxy Build Status


IaC: withAnsible role to install and configure Foreman


Description

Requirements

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.theforeman
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.theforeman/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - theforeman
...

Licence