HenryGP / om_ansible

Minimalistic, disposable Ops Manager environment with Ansible
19 stars 17 forks source link

OM Ansible

Minimalistic, disposable Ops Manager environment with Ansible.

Quickstart

  1. 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
  2. Start using om_ansible:
    1. Usage with Docker
    2. Usage with Vagrant

Infrastructure

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

Access to UIs

Once the infrastructure has been provisioned, the following UIs can be accessed:

Further information and resources

Please refer to this repository's wiki page for more details.