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

11 lines (10 loc) 315 B
--- # @action Ensures Reboot # Sets up Autostart scripts to run on reboot to resume configuration # @action Ensures Reboot # Reboots the system - name: Include tasks based on the operating system become: true block: - include_tasks: "local-{{ ansible_os_family }}.yml" when: ansible_connection == 'local'