Giter VIP home page Giter VIP logo

commitmas-ansible's Introduction

Repo Information

This repo will be used for the annual Commitmas presented by vBrownBag which will be used for Team Ansible. Team Ansible will be ran by myself mrlesmithjr so let's hope this goes well.

Team Ansible Objective

We will be creating a series of Ansible roles. The roles can be any based on the list provided below or any role that you would like to contribute. Make the roles as simple or elaborate as you would like to. Our goal should be to release at least 20 different roles by the end of Commitmas to the public for consumption.

Activity Ideas

Creating Ansible roles

  • Create Ansible role in roles/
    • Create Git branch to create new role
      git checkout master
      git checkout -b ansible-yourRoleName
      
    • Ensure that you have Ansible installed
      cd roles
      ansible-galaxy init ansible-yourRoleName
      
  • Ansible role ideas (Installed/configured)
    • Update Ubuntu/Debian apt-cache
    • Manage user accounts
    • Apache2
    • NGINX
    • MySQL
    • Docker Engine (Included but feel free to modify)
    • Hashicorp Tools
    • Virtualbox
    • NFS Server
    • DNS Server (Bind, DNSMasq, PowerDNS, Unbound)
    • DHCP Server (DNSMasq, ISC-DHCP, KEA)
    • GoCD
    • Rsyslog
    • Git
    • Logstash
    • Elasticsearch
    • SupervisorD
    • Cron Jobs
    • Jenkins
    • Redis
    • RabbitMQ
    • Rundeck
    • Docker Images/Containers
  • Add additional Ansible requirements in requirements.yml
    • - src: https://github.com/mrlesmithjr/ansible-users.git
    • Update your Ansible roles using requirements.yml
      • ansible-galaxy install -r requirements.yml -p ./roles
  • Testing Ansible roles using Vagrant Within this repo I have included the skeleton configurations to easily spin-up and test the role(s) using Vagrant.
    - hosts: test-nodes
      become: true
      vars:
        - pri_domain_name: 'test.vagrant.local'
      roles:
      tasks:
    
    • Spin-up Vagrant testing nodes (If you would like to spin-up more than one node you can change N = 1 to N = x replacing x with the number of nodes you would like to spin-up in Vagrantfile)
    vagrant up
    
    • When you are done testing your Vagrant nodes you can easily tear-down the environment by:
    ./cleanup.sh
    
  • At the end of Commitmas open a PR to have all of your changes added to the main repo. Ensure to learn how to git rebase

Additional Resources

Below are some links to some additional reading resources if you have the time or are just generally interested. Feel free to also add some additional resources and commit those to the repo if you have any or know of any.

License

BSD

Author Information

Larry Smith Jr.

commitmas-ansible's People

Contributors

mrlesmithjr avatar

Watchers

 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.