UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

15 lines (13 loc) 230 B
--- - name: Install dependencies become: true apt: name: - postgresql - python3 - python3-pip state: present - name: Install MAAS snap package become: true community.general.snap: name: maas