@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
16 lines (14 loc) • 431 B
YAML
- name: "Ensure {{ app_name }} is installed"
environment:
PATH: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:{{ ansible_env.PATH }}
community.general.npm:
name: google-font-installer
global: true
state: "{{ app_state | default('present') }}"
- name: Cycle through the list of fonts to install
include_tasks: font-Linux.yml
loop: "{{ fonts }}"
loop_control:
label: "{{ font }}"
loop_var: font