All Projects → mrlesmithjr → ansible-maas

mrlesmithjr / ansible-maas

Licence: other
No description or website provided.

Projects that are alternatives of or similar to ansible-maas

Foreman
an application that automates the lifecycle of servers
Stars: ✭ 2,102 (+9909.52%)
Mutual labels:  maas
python-libmaas
Official python client library for MAAS
Stars: ✭ 45 (+114.29%)
Mutual labels:  maas
maas-wakeonlan-driver
Patch the WoL Driver in MAAS 2.2+
Stars: ✭ 15 (-28.57%)
Mutual labels:  maas
ansible-rabbitmq
Ansible role to install and configure RabbitMQ server.
Stars: ✭ 22 (+4.76%)
Mutual labels:  maas
maasta
MAAS Terraform Ansible
Stars: ✭ 132 (+528.57%)
Mutual labels:  maas
vboxpower
VirtualBox Power Driver for MAAS
Stars: ✭ 107 (+409.52%)
Mutual labels:  maas
maas-ui
The UI for MAAS (metal-as-a-service)
Stars: ✭ 20 (-4.76%)
Mutual labels:  maas

Role Name

An Ansible role to install/configure MAAS

Requirements

None

Role Variables

---
# defaults file for ansible-maas
maas_adminusers:
  - username: 'root'
    email: 'admin@{{ maas_dns_domain }}'
    password: 'r00tm3'
maas_dns_domain: 'vagrant.local'
maas_region_controller: '192.168.250.10'
maas_region_controller_url: 'http://{{ maas_region_controller }}:5240/MAAS'
maas_repo: 'ppa:maas/stable'

# Defines if maas user should generate ssh keys
# Usable for remote KVM/libvirt power actions
maas_setup_user: false

maas_single_node_install: true

Dependencies

None

Example Playbook

---
- hosts: maas
  vars:
  roles:
    - role: ansible-maas
  tasks:

License

BSD

Author Information

Larry Smith Jr.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].