Нет описания

Jason DeTiberus 7c90cacef0 refactor firewall management into new role 10 лет назад
bin 2a8f7ab951 Merge branch 'master' into tower_install 10 лет назад
filter_plugins 2272985a2d Add filters to oo_collect filter so that we can pick and choose what we want to receive back based on more than a single attribute. 10 лет назад
inventory 753173b40d Add flexible destination format string to ec2.py 10 лет назад
lib 6a4398ec92 Merge pull request #73 from lhuard1A/fix_aws_cluster_list 10 лет назад
playbooks 828161e22b Correct syntax error of missing quotes 10 лет назад
roles 7c90cacef0 refactor firewall management into new role 10 лет назад
test 6c3ec50a43 Updated with more tests 10 лет назад
.gitignore 34ac7b11c7 changed multi_ec2.py to print the json result string instead of the python pretty print string. 10 лет назад
LICENSE.md fd788c250c Update LICENSE.md 10 лет назад
README.md 5090e93a9a Allows it to run on OSX 10 лет назад
README_AWS.md 5090e93a9a Allows it to run on OSX 10 лет назад
README_GCE.md 7d74d19132 - Rename minion to node 10 лет назад
cloud.rb 5f9c7eb2d2 Added atomic aws host to cloud.rb 10 лет назад
cluster.sh 7d74d19132 - Rename minion to node 10 лет назад

README.md

openshift-online-ansible

This repo contains OpenShift Ansible code.

Setup

  • Install base dependencies:

    • Fedora: yum install -y ansible rubygem-thor rubygem-parseconfig util-linux
    • OSX:

      # Install ansible and python 2
      brew install ansible python
      # Required ruby gems
      gem install thor parseconfig
      
  • Setup for a specific cloud:

  • Directory Structure:

    • cloud.rb - light wrapper around Ansible
    • cluster.sh - easily create OpenShift 3 clusters
    • filter_plugins/ - custom filters used to manipulate data in Ansible
    • inventory/ - houses Ansible dynamic inventory scripts
    • lib/ - library components of cloud.rb
    • playbooks/ - houses host-type Ansible playbooks (launch, config, destroy, vars)
    • roles/ - shareable Ansible tasks