Minimalistic, disposable Ops Manager environment with Ansible.
- Create a local directory to use as home for OM Ansible and clone this repository into that directory:
mkdir ~/om_ansible git clone https://github.com/HenryGP/om_ansible ~/om_ansible
- Start using om_ansible:
The default infrastructure consists of the following components:
Host | IP address | Role |
---|---|---|
omserver.omansible.int | 192.168.1.100 | Ops Manager server + Application DB |
n[1-3].omansible.int | 192.168.1.10[1-2] | client with Automation installed |
bkp.omansible.int | 192.168.1.103 | S3 storage |
provisioner.omansible.int* | 192.168.1.99 | Ansible provisioner |
ldapserver.omansible.int* | 192.168.1.104 | OpenLDAP server |
kmip.omansible.int* | 192.168.1.105 | KMIP server |
* only available if using Docker
Once the infrastructure has been provisioned, the following UIs can be accessed:
- Ops Manager UI:
- URL: http://localhost:8080 or https://omserver.omansible.int:8443 if https for Ops Manager was enabled. (you would need to setup an alias in your etc/hosts to allow TLS/SSL certificate validation to succeed).
- User: admin
- Password: Password1!
- S3 minio UI: http://localhost:9090
- Access key: minio
- Secret key: miniostorage
Please refer to this repository's wiki page for more details.