Skip to content

brpaz/install-github-software-ansible-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install software from GitHub with Ansible demo.

Demo project that shows how to use Ansible to install Software from GitHub. Example code for How to keep software installed from GitHub updated with Ansible blog article.

System requirements

Usage

With Vagrant

You can test this repo, without having to install Ansible on your local machine with Vagrant.

Just run vagrant up, to spin a new machine.

To run the playbook on the VM:

vagrant ssh
cd /vagrant
ansible-playbook -i hosts setup.yml 

On your local Machine

  • Install Ansible - Follow the instructions for your distribution here.
  • Install dependencies:
    • pip install -r requirements.txt
    • ansible-galaxy install -r requirements.yml
  • Run ansible playbook
    • ansible-playbook -i hosts setup.yml

Author

👤 Bruno Paz

📝 License

Copyright © 2021 Bruno Paz.

This project is MIT licensed.

About

Demo project that shows how to use [Ansible](https://ansible.com) to install Software from GitHub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors