| diff --git a/docs/man/man1/juicer-admin.1.asciidoc.in b/docs/man/man1/juicer-admin.1.asciidoc.in | |
| index 8cf0b0b..10b01d8 100644 | |
| --- a/docs/man/man1/juicer-admin.1.asciidoc.in | |
| +++ b/docs/man/man1/juicer-admin.1.asciidoc.in | |
| @@ -5,6 +5,8 @@ juicer-admin(1) | |
| :man version: %VERSION% | |
| :man manual: Pulp repos and release carts | |
| +## WTF IS GOING ON IN HERE? | |
| + |
| #!/usr/bin/env python | |
| import click | |
| from glob import glob | |
| import graphviz as gv | |
| import os | |
| import sys | |
| import yaml | |
| ''' Generate a directed graph of ansible role dependencies. |
This is a short guide explaining how to deploy and manage custom certificates via openshift-ansible. These custom certificates will be served for public facing UI/API.
1. Set up
NOTE: I'm running ansible from the first master so I'm creating the certificates in /root/ on my first master. The certificates will be copied to the masters (within /etc/origin/master/named_certificates/) by ansible. I could create them on my local system and run ansible from my local system instead.
1.1 Create CA Certificate
This is a short guide explaining how to deploy and manage custom certificates via openshift-ansible. These custom certificates will be served for public facing UI/API.
1. Set up
NOTE: I'm running ansible from the first master so I'm creating the certificates in /root/ on my first master. The certificates will be copied to the masters (within /etc/origin/master/named_certificates/) by ansible. I could create them on my local system and run ansible from my local system instead.
1.1 Create CA Certificate
This is a short guide explaining how to deploy and manage custom certificates via openshift-ansible. These custom certificates will be served for public facing UI/API.
1. Set up
NOTE: I'm running ansible from the first master so I'm creating the certificates in /root/ on my first master. The certificates will be copied to the masters (within /etc/origin/master/named_certificates/) by ansible. I could create them on my local system and run ansible from my local system instead.
1.1 Create CA Certificate
Edit your network and add your domain (<domain name='example.com' localOnly='yes'/>) to the network definition. All of your hosts using this network must have hostnames (hostnamectl set-hostname) within the domain.
sudo virsh net-edit default
<network>
<name>default</name>
a4879b25-1c92-49d6-986b-e9e2cde27678