Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
/ vansible Public archive

Legacy demonstrations for Vagrant/Ansible/Jenkins/etc

Notifications You must be signed in to change notification settings

turneand/vansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vansible

A self contained build pipeline environment complete with static code analysis.

Separate vagrant configuration to provision the required servers on a locally running VirtualBox, with separate ansible configuration to install the required applications on the servers - jenkins, sonar, git, maven, etc.

A few useful commands...

  • export ANSIBLE_HOST_KEY_CHECKING=False
  • ansible all -m ping -i inventory --ask-pass --ask-sudo-pass -u centos
  • ansible all -a "/bin/echo hello" -i inventory --ask-pass --ask-sudo-pass -u centos
  • ansible-playbook site.yml -i inventory --ask-pass --ask-sudo-pass -u centos -v
  • java -jar "/var/cache/jenkins/war/WEB-INF/jenkins-cli.jar" -s "http://localhost:9000/jenkins" get-job Andy_Build1

About

Legacy demonstrations for Vagrant/Ansible/Jenkins/etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages