dgnest.common

Ansible Role Common

GitHub tag Build Status GitHub issues GitHub license

Requirements

  • Linux
    • none
  • OSX
    • none

Role Variables

The default role variables in defaults/main.yml are:

---
# defaults file for common

Dependencies

none

Example Playbook

See the examples directory.

To run this playbook with default settings, create a basic playbook like this:

- hosts: servers
  roles:
     - common

To install a specific version:

- hosts: servers
  roles:
     - { role: dgnest.common }

To install packages pip:

common_pip_packages:
  - name: celery
    version: 4.0.2

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

Made with :heart: :coffee: and :pizza: by dgnest

About

Ansible role to install Common

Install
ansible-galaxy install dgnest.common
GitHub repository
License
mit
Downloads
1.5k
Owner
A collaborative platform of open source hardware projects.