Skip to content

sankarpa/pari-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 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

Contributors 4

  •  
  •  
  •  
  •