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

11 lines (9 loc) 269 B
--- - name: Ensure Python is installed chocolatey.chocolatey.win_chocolatey: name: python state: present - name: "Ensure {{ app_name }} is installed" chocolatey.chocolatey.win_chocolatey: name: googler state: "{{ app_state | default('present') }}"