Snap
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Snap
As a: UNIX and Linux system administrator
I want to: set up snap
So that: I can quickly install complex packages.
Using the role
Using the role in a playbook
--- - name: Install snap hosts: all tasks: - name: snap is configured import_role: name: devopstoolbox.snap vars: snap_enable_service: true tags: snap
# Install the role ansible-galaxy install devopstoolbox.snap # Run the playbook ansible-playbook snap-playbook.yml
Last update: 2020-02-09