Aplyca.Essentials

Ansible Role: Essentials

Build Status Circle CI

Ansible Role that installs and configure essential software on Debian/Ubuntu.

Requirements

Use hash behavior for variables in ansible.cfg

Installation

Using Ansible Galaxy:

ansible-galaxy install aplyca.Essentials

You can add this role as a dependency for other roles, add the role to the meta/main.yml file of your own role:

dependencies:
  - { role: aplyca.Essentials }

Default Installed Packages

  • rsync
  • lynx
  • bash
  • curl
  • wget
  • git
  • acl
  • ntp

Role Variables

See default variables: https://github.com/Aplyca/ansible-role-essentials/blob/master/defaults/main.yml

Dependencies

None.

Testing

Use Vagrant to test the role:

cd tests;
vagrant box add ubuntu/trusty64;
vagrant up;

License

MIT / BSD

Author Information

Mauricio Sánchez from Aplyca SAS (http://www.aplyca.com)

About

Essentials for Debian/Ubuntu.

Install
ansible-galaxy install Aplyca.Essentials
GitHub repository
License
mit
Downloads
166
Owner
Creating Solutions for the Modern Web