Skip to content

tborealis/ansible-roles

Repository files navigation

Ansible Collection - tomb.roles

Ansible Galaxy collection of roles for provisioning development and production environments. Requires Ansible 2.15 or newer.

Installation

Install the latest version directly from GitHub:

ansible-galaxy collection install git+https://github.com/TomAdam/ansible-roles.git

Usage

Reference the roles using the collection namespace:

- hosts: all
  roles:
    - role: tomb.roles.base

Development

Run make lint to check the collection with Docker:

make lint

The Makefile uses the cytopia/ansible-lint image. If Docker is unavailable, install ansible-lint locally and run it directly:

pip install ansible-lint
ansible-lint

See galaxy.yml for collection metadata and dependencies.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages