Giter Site home page Giter Site logo

bradtumy / ansible-forgeops Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 39 KB

Use this playbook to have Ansible install forgeops on your local workstation where you have minikube running (or where you can install minikube).

License: Apache License 2.0

ansible forgeops

ansible-forgeops's Introduction

ansible-forgeops

ForgeOps is a collection of ForgeRock resources to help you get started in the cloud. These resources demonstrate how to deploy the ForgeRock Identity Platform on Kubernetes.

Use this playbook to have Ansible install forgeops on your local workstation where you have minikube running (or where you can install minikube).

Prerequisites

Note: I have tried to install most of these libraries during the pre_tasks stage in this playbook. At a minimum install Homebrew and Ansible yourself and then see if the playbook will install everything else. I will update this note as I have the time to do more testing. YMMV.

On Host Machine: (e.g. your laptop)

Install packages required by ForgeRock ()

  • brew cask install docker
  • brew cask install virtualbox
  • brew install kubernetes-cli
  • brew install skaffold
  • brew install kustomize
  • brew install kubectx
  • brew install minikube

How to use

clone this repo to your localhost

Customize the environment

Modify the inventory file "hosts" with the specific values for your enviroment. You'll likely only need to change dev_home_dir and namespace.

Usage

You can run these playbooks like this:

ansible-playbook -i ./hosts start_forgeops_install.yml
ansible-playbook -i ./hosts destroy_forgeops.yml

Manual Configuration

Make sure you update your /etc/hosts with the ip from "minikube ip" Output: 192.168.100.101

cat /etc/hosts 192.168.100.101 my-namespace.iam.example.com

Important Notes

  • You may need to wait a few minutes for the services to finish starting before the console will load in a browser

ansible-forgeops's People

Contributors

bradtumy avatar

Stargazers

 avatar

Watchers

 avatar

ansible-forgeops's Issues

Add task for hostname resolution

The playbook should update the /etc/hosts file with the IP that is returned when the following command is run: "minikube ip"

e.g.
192.168.99.105 my-namespace.iam.example.com

Create Playbook to deploy ForgeOps with Kubernetes on Virtualbox VMs

As a DevOps engineer I would like the ability to use Ansible to deploy ForgeOps to either Minikube or Kubernetes on Virtualbox VMs.

Acceptance Criteria:

  • Use Vagrant to build VMs
  • Use Ansible to install K8
  • Use Ansible to deploy ForgeOps to K8 infrastructure
  • When running the playbook I can select minikube or kubernetes as my infrastructure

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.