Giter VIP home page Giter VIP logo

isam-ansible's Introduction

1. index

2. isam-ansible

https://hub.docker.com/r/mludocker/isam-ansible/dockerfile

This will install and config the centos machine for the use of ansible and IBM tools

3. OS

  • CentOS 7 Supported
  • CentOS 8 Supported

4. Overview

This script is built on top of CentOS 7, it will install the Ansible and the ISAM Python module, ISAM Ansible module, and ISAM Ansible Roles.

The goal is to allow a user to run ISAM Ansible playbook quickly.

5. Pre-Requisites

You need to have a installed CentOS 7 machine.

6. Run

Download:

git clone https://github.com/CoolZeroNL/isam-ansible.git
cd isam-ansible
./00-run.sh

7. Usage

8. Usage:

8.1. Create your inventories files.

inventories/
    └── test
        ├── group_vars
        │   ├── all
        │   │   ├── vars.yml
        │   │   └── vault.yml
        │   └── boulder.yml
        ├── hosts
        └── host_vars
            ├── 192.168.198.144
            │   ├── vars.yml
            │   └── vault.yml
            ├── 192.168.198.145
            │   ├── vars.yml
            │   └── vault.yml
            └── 192.168.198.153
                ├── vars.yml
                └── vault.yml

or Clone Private Inventories

cd ~
git clone https://github.com/CoolZeroNL/isam-ansible-inventories.git

9. edit inventories files

edit the vars.yml and vault.yml files

10. run

cd ~/isam-ansible-playbook-sample
ansible-playbook -i ../isam-ansible-inventories/inventories/local base/activate_modules.yml

11. Orginal sample from isam-ansible-playbook-sample:

cd ~/isam-ansible-playbook-sample
ansible-playbook -i inventories/test base/activate_modules.yml

12. Callback plugin:

This is the debug plugin from ansible, just added field log to the key to parse the content.

For each Failed line this plugin will check if there is headers are, input data, text in line. If so, this line will be a other color.

isam-ansible's People

Contributors

coolzeronl avatar cluster-status avatar

Watchers

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