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

8 lines (7 loc) 162 B
--- - name: Configure Swarm become: true become_user: "{{ ansible_user }}" block: - include_tasks: "config-Linux.yml" when: ansible_system == 'Linux'