Skip to content

dustinliddick/ansible-collection-roles

 
 

Repository files navigation

Ansible Collection - robertdebock.roles

A collection of roles found on robertdebock.nl.

Using roles in this collection.

  1. Install the collection:
ansible-galaxy collection install robertdebock.roles

You can also list a collection in requirements.yml:

---
collections:
  - name: robertdebock.roles
  1. Include roles in your playbooks:
---
- name: make a great machine
  hosts: all
  tasks:
    - name: bootstrap
      import_role:
        name: robertdebock.roles.bootstrap

About

A collection of roles found on robertdebock.nl.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 99.6%
  • Other 0.4%