Snap

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

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: crivetimihai.snap
      vars:
        snap_enable_service: true
      tags: snap
# Install the role
ansible-galaxy install crivetimihai.snap

# Run the playbook
ansible-playbook snap-playbook.yml

Last update: 2020-02-03