Coder Social home page Coder Social logo

rhsummit2017's Introduction

RH Summit 2017 Roles and Playbooks

This repository hosts all playbooks and roles used for the button push RH MGMT demo done at RH Summit 2017.

Requirements

  • Ansible 2.2.1
  • Ansible vault file in group_vars/all/vault
  • Ansible Tower License
  • Satelite 6 Manifest
  • AWS cli
  • Private key for ec2 instances
  • CFME image for AWS

How is this executed

$ ansible-playbook buildrhmgmt.yaml --private-key=ldomb.pem --vault-password-file=../vaultpass -vv

A video of the full run can be found here: http://bit.ly/2oQwxxF

Dependencies

All modules and dependencies can be found in this repository

Example Playbook


- name: build ec2 instance
   hosts: localhost
   connection: local
   gather_facts: false
   user: root

   vars_files:
      - "group_vars/all/vars"
      - "group_vars/all/vault"
   roles:
      - { role: manage-ec2-instances }

- name: create tower
   hosts: tag_Type_ansibletower
   become: yes
   remote_user: ec2-user
   become_method: sudo
   gather_facts: true
   vars_files:
      - "group_vars/all/vars"
      - "group_vars/all/vault"
   roles:
      - { role: buildansibletower }

License

GPL3

Author Information

Laurent Domb @ Red Hat Inc.

rhsummit2017's People

Contributors

ldomb avatar

Stargazers

Eric McLeroy avatar A.W.MyHR avatar

Watchers

James Cloos avatar  avatar Nicholas Chia 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.