Skip to content

abhijithb21/pari-ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pari-ansible

Ansible playbooks to setup PARI code located at https://github.com/ruralindia/pari

Usage

$ sudo easy_install virtualenv
$ virtualenv ansible_env
$ source ansible_env/bin/activate
$ pip install ansible

# Clone this repo and edit the hosts.yml production/local section

# To provision the setup (one-time process)
$ ansible-playbook -l <local|production> -u <ssh_user> -i hosts.yml site.yml

# Subsequently to deploy
$ ansible-playbook -l <local|production> -u <ssh_user> -i hosts.yml -t deploy site.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.6%
  • Python 41.4%