A secure, easy to setup and portable private cloud solution powered by Red Hat Ansible and OpenShift.
The qubinode-installer deploys Red Hat Identity Manager (IdM) in a VM.
The attributes for the DNS server VM are defined in samples/all.yml under IDM DNS Server. The samples/all.yml is copied to playbooks/vars/all.yml when the installer is executed. Some of the key attributes are listed below.
These should not be changed without understanding the ramifications:
These values are either set during the install or can be set by the user:
The IdM server can be deployed by executing.
./qubinode-installer -m idm
This in turn executes the function qubinode_vm_manager which then excutes the following:
You can remove the IdM server with.
ansible-playbook playbooks/deploy-dns-server.yml --extra-vars "vm_teardown=true"
This deletes the IdM server from the inventory/hosts file, /etc/resolv.conf on the KVM host and /etc/host on the KVM host.
Your ssh-key was copied to IdM vm if you didn’t have one it was generated for you.
ssh qbn-dns01
The web console
You can view this password by runing this command.
ansible-vault edit playbooks/vars/vault.yml