Coder Social home page Coder Social logo

centos-7-quagga_from_yum-playbook's Introduction

Quagga Playbook

This installs the following items from source:

  • Gawk 4.1.1
  • Texinfo 5.2
  • Quagga 0.99.24.1

This playbook is designed and has been tested on:

  • CentOS 7 Minimal Installation with Development Tools

Running the playbook

  1. Edit the hosts file to contain a list of hosts which you would like to run this playbook on. Note: only one host per line!
  2. Ensure your public SSH key is on each host, we will be assuming you are using SSH keys, not passwords! To add your SSH key to a fresh CentOS 7 installation, execute the following command, replacing the username and ipaddress with the ones of the host.
cat ~/.ssh/id_rsa.pub | ssh username@ipaddress 'mkdir -p ~/.ssh/; touch ~/.ssh/authorized_keys; cat >> .ssh/authorized_keys'
  1. Run the playbook:
ansible-playbook -i hosts quagga.yml -t gawk,texinfo,quagga,configure

Those versions are outdated!

At the time of creating this playbook, all the above versions are the most recent versions available. It is possible though that they will be outdated in the future and you may want these updated. This is simple thanks to the variables used in this project.

Updating Dependencies

Here we will show you how to update a dependency or quagga. We will use gawk as an example. The only difference between these is the package name, version, and location of the tarball.

Dependenant source code will be in:

  • Quagga: ./roles/quagga/files/quagga-0.99.24.1.tar.gz
  • Gawk: ./roles/dependencies/files/gawk-4.1.1.tar.gz
  • Texinfo: ./roles/dependencies/files/texinfo-5.2.tar.gz

Gawk Example:

  1. Clone the project
  2. Open ./vars/default.yml
  3. Change the value of gawk_version to the new version in the package-version (example: gawk-4.1.1) format.
  4. Replace ./roles/dependencies/files/gawk-4.1.1.tar.gz with a .tar.gz of the version you would like to use in ./roles/dependencies/files/package-version.tar.gz format.
  5. Run the playbook

centos-7-quagga_from_yum-playbook's People

Contributors

kkirsche avatar

Watchers

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