Giter Club home page Giter Club logo

adithyakhamithkar / ansible-playbooks Goto Github PK

View Code? Open in Web Editor NEW
699.0 42.0 667.0 314.52 MB

Ansible playbook collection that have been written for Ubuntu. Some of the playbooks are Elasticsearch, Mesos, AWS, MySql, Sensu, Nginx etc..

Home Page: http://adithyakhamithkar.github.io/ansible-playbooks

License: MIT License

Shell 33.75% Ruby 7.84% HTML 10.69% Python 46.87% HCL 0.59% Dockerfile 0.26%
ansible-playbooks mysql nginx docker elasticsearch aws-ec2 aws-s3 aws-iam digitalocean ubuntu

ansible-playbooks's People

Contributors

adithyakhamithkar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible-playbooks's Issues

Executing playbook encountered an error

ansible-playbook --syntax-check create-user.yml -e "hosts=test user_name=test"
ERROR! The field 'hosts' has an invalid value, which includes an undefined variable. The error was: 'inventory' is undefined

The error appears to be in '/etc/ansible/create-user.yml': line 5, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:


  • hosts: '{{inventory}}'
    ^ here
    We could be wrong, but this one looks like it might be an issue with
    missing quotes. Always quote template expression brackets when they
    start a value. For instance:

    with_items:
    - {{ foo }}

Should be written as:

with_items:
  - "{{ foo }}"

/etc/init.d/glassfish: not found

Hi Adithya,

During the execution of glassfish role script, I got the following error in Start Glassfish task:
"stderr": "/bin/sh: 1: /etc/init.d/glassfish: not found".
Even though the glassfish script file is in /etc/init.d/.

CII Best Practices: Static code analysis

Hi

I am going though the CII Best Practices criteria for the DebOps Project and I found your project (edit: has been deleted from https://bestpractices.coreinfrastructure.org/, ID 167 2 hours after reporting this issue) to be similar so I am peeking a bit. But I am unsure how serious you did go thought the criteria. You state that https://github.com/adithyakhamithkar/ansible uses static code analysis but I am not aware of any existing tool for Ansible. Can you maybe add a reference?

Related to: debops/debops#154

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.