An open API service indexing awesome lists of open source software.

https://github.com/victorock/ansible-role-darkbulb

Ansible role to create lab environment
https://github.com/victorock/ansible-role-darkbulb

Last synced: 3 months ago
JSON representation

Ansible role to create lab environment

Awesome Lists containing this project

README

        

Ansible Darkbulb
=========

Simple Role to Deploy Darkbulb Network.

Requirements
------------

```YAML
darkbulb_user: "darkbulb"
darkbulb_homedir: "/home/darkbulb"
darkbulb_ansible: "yes"
darkbulb_cockpit: "yes"
darkbulb_libvirt: yes
darkbulb_vagrant: "no"
darkbulb_virtualbox: "no"
```

Role Variables
--------------

None

Dependencies
------------

None

Example Playbook
----------------

```YAML
- name: "Deploy Ansible Tower by Red Hat"
hosts: darkbulb
become: true

roles:
- victorock.darkbulb
```

License
-------

GPLv3

Author Information
------------------

Victor da Costa