Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am chrishultin on github.
  • I am chrishultin (https://keybase.io/chrishultin) on keybase.
  • I have a public key ASB6U-T-kfFNTM-Q14MnvRnbb0q__CNkh6H5jzo4iadmgQo

To claim this, I am signing this object:

---
- hosts: all
become: yes
tasks:
# On CentOS, epel-release is available in the default repositories. Therefore,
# ius-release can just resolve the dependency automatically. On RHEL (or other
# RHEL clones) you will need to explicitly install epel-release first. This
# task can be moved to it's own play if you want to be able to require it
magnum_config_overrides:
certificates:
cert_manager_type: local
storage_path: '/var/lib/magnum/certificates/'
description: 'Create an instance of Redis on the RackConnect enabled network (redis
v2.8.13)
'
heat_template_version: '2013-05-23'
outputs:
private_key:
description: SSH Private Key
value:
get_attr: [ssh_key, private_key]