From 72ad56a20584d01bc2dd2189214ac6c5b32220bb Mon Sep 17 00:00:00 2001 From: Cory Hawkless Date: Fri, 5 Mar 2021 23:10:53 +1030 Subject: [PATCH] Add readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9f96b..696ebf2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + +[![Build Status](https://drone.hawkless.id.au/api/badges/coryHawkvelt/ansible-libvirtsecret/status.svg)](https://drone.hawkless.id.au/coryHawkvelt/ansible-libvirtsecret) + # ansible-libvirtsecret This is intended to be used an an Ansible role Used to deploy libvirt secret for allowing libvirt to connect to ceph @@ -9,4 +12,3 @@ rbd_secret_key Example to create ceph creds: ceph auth get-or-create client.openstack -o ceph.client.openstack.keyring ceph auth caps client.openstack mon 'allow r' osd "allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rx pool=images" -