@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
18 lines (15 loc) • 447 B
YAML
- name: 'Ensure {{ app_name }} is installed'
chocolatey.chocolatey.win_chocolatey:
name: hyper
state: "{{ app_state | default('present') }}"
- name: 'Ensure the {{ app_name }} shortcut is at the top level of the Start Menu'
include_role:
name: professormanhattan.startmenu
- name: Ensure Fira Code font is installed
include_role:
name: helpers/fontinstall
vars:
fonts:
- fira code
when: install_fira_code