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 (8 loc) 264 B
--- - name: Perform per-user tasks become: true become_method: "{{ 'runas' if ansible_os_family == 'Windows' else 'sudo' }}" become_user: "{{ user.username }}" block: - include_tasks: "user-{{ ansible_os_family }}.yml" when: user.username is defined