Skip to content

ANXS/bootstraps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANXS - bootstraps Build Status

Ansible script which will run a set of bootstrap scripts for users

Requirements & Dependencies

  • Tested on Ansible 1.4 or higher.

Variables

bootstraps_commands:
  - user: foo
    command: "git clone --recursive https://github.com/pjan/ubuntu-dotfiles.git && cd ubuntu-dotfiles && set -- -f && source bootstrap.sh"
  - user: bar
    command: "cd /tmp && git clone --recursive https://github.com/pjan/vim-config.git && cd vim-config && set -- -f && source bootstrap.sh && sudo rm -r /tmp/vim-config"

Testing

This project comes with a VagrantFile, this is a fast and easy way to test changes to the role, fire it up with vagrant up

See vagrant docs for getting setup with vagrant

License

Licensed under the MIT License. See the LICENSE file for details.

Feedback, bug-reports, requests, ...

Are welcome!