Skip to content

digitalis-io/ansible-role-coackroachdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

This role is a companion for the blog post https://medium.com/@serg-digitalis/cockroachdb-a-devops-story-a8b5389213da

Requirements

Install dependencies first with

ansible-galaxy install -r requirements.yml

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: all
  name: install cockroachdb
  become: true
  gather_facts: true
  any_errors_fatal: true

  roles:
    - name: ansible-role-cockroachdb

License

Apache

Author Information

https://digitalis.io

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages