essentials

ansible-essentials

An Ansible role that installs essential elements (libraries and packages) for Ubuntu 18.04 (Bionic Beaver).

Requirements

None.

Role Variables

  • essential_libraries defaults to:

    - software-properties-common
    - python-software-properties
    - build-essential
    - libreadline-dev
    - libssl-dev
    - libsqlite3-dev
    - sqlite3
    - libyaml-dev
    - libxml2-dev
    - libxslt1-dev
    - zlib1g-dev
    - apt-transport-https
    - ca-certificates
    
  • essential_packages defaults to

    - curl
    - fail2ban
    - mosh
    - vim
    - git
    - git-core
    - imagemagick
    - ufw
    

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - { role: zaiste.essentials }

License

MIT / BSD

Author Information

Zaiste 2018

About

Essential setup for Ubuntu

Install
ansible-galaxy install zaiste/ansible-essentials
GitHub repository
License
Unknown
Downloads
274
Owner
Occasional JavaScript programmer. On a quest for the Holy Grail of Programming. But first I need to understand Self.