Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/openprocurement.ansible.edr
https://github.com/openprocurement/openprocurement.ansible.edr
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openprocurement/openprocurement.ansible.edr
- Owner: openprocurement
- License: apache-2.0
- Created: 2017-03-06T15:26:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T11:35:45.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T11:35:55.628Z (3 months ago)
- Size: 39.1 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# openprocurement.andsible.edr
### Before build you need install necessary package
```sh
$ ansible-galaxy install geerlingguy.nginx
```### Add hosts
First add list with ip servers to *hosts* on which you want build this project
### Need token from EDRAPI
Generate on `https://zqedr-www.nais.gov.ua/en/`
Also IP of your server must be in whitelist for EDR API.
Set token `edr_api_token` in group_vars/server
### Build Proxy
For build run, and after 5-10 minutes yo will have built project on ypu hosts
```sh
$ ansible-playbook -i hosts proxy_playbook.yml
```If your user need password then run
```sh
$ ansible-playbook -i hosts proxy_playbook.yml --ask-sudo-pass
```### Build bot
For build run, and after 5-10 minutes yo will have built project on ypu hosts
```sh
$ ansible-playbook -i hosts bot_playbook.yml
```### Server dependency
- python2.7