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

9 lines (7 loc) 203 B
--- - name: Ensure dependencies for building from source are installed package: name: "{{ arch_source_deps }}" state: present - name: Run generic Linux tasks include_tasks: source-Linux.yml