Giter Site home page Giter Site logo

k4ved / cloud-deploy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ansible-content-lab/cloud-deploy

0.0 0.0 0.0 12.17 MB

Governing Self-Service On-Demand Cloud Provisioning (AWS and GCP)

CSS 0.59% Python 93.94% HTML 1.23% Shell 0.62% Dockerfile 0.15% HCL 3.47%

cloud-deploy's Introduction

Governing Self-Service On-Demand Cloud Provisioning

Whether they know it or not, everyone in the enterprise organization is taking advantage of public cloud to do their jobs, and in many cases the infrastructure they use is provisioned on-demand. This lowers costs and increases business agility.

End-users that are more directly using public cloud to get work done may not have expertise in the cloud console and/or API(and in most cases should not be given access anyhow), but still need to be given a simple interface to set up and tear down on-demand workloads when needed. How can we do this?

Combining peer-reviewed, Infrastructure-as-Code automation, least-privilege user access, and simple GUI interfaces, you can empower these end-users to set up the on-demand workloads that allow them to complete the tasks at hand. Examples include:

  • Setting up a sandbox environment for testing purposes
  • Implementing disaster recovery of an application
  • Setting up infrastructure for on-demand data processing

This repository contains an 'art-of-the-possible' demonstration of this very concept. Ansible playbooks are run to accomplish the following:

  • Create a virtual private cloud with a public subnet in either AWS or GCP
  • Create a number of Red Hat Enterprise Linux instances, with the following attributes:
    • Includes a set of pre-defined users, each with privilege-escalation rights and that must create a new password upon first login.
    • Hosts an Apache webserver and dynamically generated index.html page.
    • Is registered with Red Hat Insights
  • Create a container-based secrets engine that holds static SSH private keys for the predefined linux user passwords

A visual representation of the final product can be seen here:

Cloud Infrastructure

The Ansible playbooks are implemented with the following Ansible Tower Workflow Template (for separation of responsibilities and error handling):

Cloud Provisioning Workflow

Finally, the end-user can accomplish all of this with a simplified interface, such as a ServiceNow catalog item:

ServiceNow Catalog Item

Let's walk through the Ansible playbooks and 3rd-party integration instructions in this repository to see how this is accomplished.

Table Of Contents

cloud-deploy's People

Contributors

michaelford85 avatar

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.