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 ⛽🔥🤤

12 lines (11 loc) 320 B
--- all: children: ubuntu-desktop: hosts: nuc: ansible_become_password: '{{ admin_password }}' ansible_host: '{{ hosts[host_id].hostname }}' ansible_port: '{{ ssh_port }}' ansible_password: '{{ admin_password }}' ansible_user: '{{ admin_username }}'