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) 311 B
--- all: children: raspberry: hosts: raspi: ansible_host: '{{ hosts[host_id].hostname }}' ansible_port: '{{ ssh_port }}' ansible_password: '{{ admin_password }}' ansible_user: '{{ admin_username }}' ansible_sudo_pass: '{{ admin_password }}'