@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
13 lines (11 loc) • 316 B
YAML
- name: "Ensure {{ app_name }} is installed"
pip:
name: awscli
state: "{{ app_state | default('latest') }}"
- name: "Ensure .bashrc includes {{ app_name }}'s completion"
include_tasks: bashrc-Linux.yml
loop: "{{ user_configs }}"
loop_control:
label: "{{ user.username }}"
loop_var: user