Apkawa / ansible-role-template

A template for new roles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Role Name

Build Status

Ansible role Ansible role downloads Ansible role quality

A brief description of the role goes here.

Requirements

None

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - role: ansible-role-

License

MIT

Author Information

Apkawa

Contributing

  1. Install docker
  2. Install pipenv
  3. Initialize pipenv:
    pipenv install --dev
    
  4. Run tests
    pipenv run -- tox -e centos7
    

About

A template for new roles


Languages

Language:Python 100.0%