An Ansible role to install/configure MAAS
None
---
# 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
None
---
- hosts: maas
vars:
roles:
- role: ansible-maas
tasks:
BSD
Larry Smith Jr.
- @mrlesmithjr
- http://everythingshouldbevirtual.com
- mrlesmithjr [at] gmail.com