# ansible-maas **Repository Path**: mtpdx/ansible-maas ## Basic Information - **Project Name**: ansible-maas - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-19 - **Last Updated**: 2022-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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. - [@mrlesmithjr] - http://everythingshouldbevirtual.com - mrlesmithjr [at] gmail.com [@mrlesmithjr]: [Ansible]: [MAAS]: