Atom Editor

Document Control

TODO:

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

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

User Story: Atom

As a: Software Developer

I want to: install the Atom IDE and desired plugins

So that: write code efficiently.

Using the role

Using the role in a playbook
---
- name: Install atom
  hosts: all

  tasks:
    - name: atom is configured
      import_role:
        name: devopstoolbox.atom
      tags: atom
# Install the role
ansible-galaxy install devopstoolbox.atom

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

Last update: 2020-02-09