Coder Social home page Coder Social logo

ebrucucen / lunchbox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bbaassssiiee/lunchbox

0.0 1.0 0.0 1.58 MB

Demonstrate the use of Ansible in a workshop

Home Page: https://github.com/bbaassssiiee/lunchbox/wiki

License: MIT License

Makefile 0.01% HTML 99.68% Python 0.28% Shell 0.01% Ruby 0.03%

lunchbox's Introduction

# lunchbox is a training about Ansible.

The lessons are in the directory 'workshop', follow them to get an introduction, and a working setup.

# lunchbox is an example of an Ansible directory tree using best practices.

# To launch the site you need VMs in virtualbox, to prepare

    vagrant init dockpack/centos6 


# To run the provisioner
    ansible-playbook --ask-vault-pass site.yml

  "The vault password is 'password'."

# To run the security audit against the DISA STIG benchmark
		ansible-playbook audit.yml

# IMPORTING EXISTING INVENTORY FILES AND HOST/GROUP VARS INTO TOWER
===================================================================
To import an existing static inventory and the accompanying host
and group vars into Tower, your inventory should be in a structure
that looks similar to the following:

inventory/
|-- group_vars
|   `-- mygroup
|-- host_vars
|   `-- myhost
`-- hosts

To import these hosts and vars, run the tower-manage command:
cd /var/lib/awx/projects/_5__lunchbox/
tower-manage inventory_import --source=inventory/ \
   --inventory-name="My Tower Inventory"

lunchbox's People

Contributors

bbaassssiiee avatar

Watchers

 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.