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

14 lines (13 loc) 353 B
--- all: children: desktop: children: ubuntu-desktop: hosts: workstation: ansible_host: localhost ansible_connection: local ansible_become_pass: '{{ admin_password }}' ansible_python_interpreter: python3 ansible_user: '{{ admin_username }}'