https://github.com/wluisaraujo/ansible-role-theforeman
IaC: with Ansible for TheForeman
https://github.com/wluisaraujo/ansible-role-theforeman
ansible ansible-role foreman orchestration theforeman
Last synced: 4 months ago
JSON representation
IaC: with Ansible for TheForeman
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-theforeman
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2018-04-06T15:17:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T19:12:21.000Z (about 6 years ago)
- Last Synced: 2025-03-12T04:29:56.718Z (8 months ago)
- Topics: ansible, ansible-role, foreman, orchestration, theforeman
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/wluisaraujo/iac-ansible-theforeman) [](https://travis-ci.org/wluisaraujo/ansible-role-theforeman)
---
# IaC: with[Ansible](https://www.ansible.com) role to install and configure [Foreman](https://www.theforeman.org/)
------------
Description
------------
*
Requirements
------------
*
Installation
------------
```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.theforeman
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.theforeman/requirements.txt
```
Role Variables
--------------
[defaults/main.yml](defaults/main.yml)
Dependencies
------------
* None
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars:
- name: value
roles:
- theforeman
...
```
----------------
[](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)