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

13 lines (12 loc) 353 B
--- all: children: desktop: hosts: malaptop: ansible_host: '{{ hosts[host_id].hostname }}' ansible_connection: local ansible_password: '{{ admin_password }}' ansible_python_interpreter: python3 ansible_sudo_pass: '{{ admin_password }}' ansible_user: '{{ admin_username }}'