1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-05-02 11:44:36 +00:00

Used dos2unix to convert all files in repo to unix and set up Traefik service

This commit is contained in:
2018-10-11 12:47:57 -04:00
parent 2b0cfd3f99
commit 74ebb46140
10 changed files with 280 additions and 258 deletions

View File

@@ -1,11 +1,11 @@
---
- name: Install package dependencies
raw: apt-get update -qq && apt-get install -y python-dev python-simplejson python-urllib3 python-openssl python-pyasn1 python-pip ca-certificates
- name: Install pip dependencies
raw: pip install ndg-httpsclient
ignore_errors: true
- name: Install pip dependencies again because it fails sometimes
raw: pip install ndg-httpsclient
---
- name: Install package dependencies
raw: apt-get update -qq && apt-get install -y python-dev python-simplejson python-urllib3 python-openssl python-pyasn1 python-pip ca-certificates
- name: Install pip dependencies
raw: pip install ndg-httpsclient
ignore_errors: true
- name: Install pip dependencies again because it fails sometimes
raw: pip install ndg-httpsclient
ignore_errors: true