mattfinlayson / ansible-consul

Ansible role for consul
Apache License 2.0
233 stars 181 forks source link

How to make it work in Ubuntu? #176

Open byteshiva opened 8 years ago

byteshiva commented 8 years ago

How to make it work in Ubuntu?

 [WARNING]: - geerlingguy.repo-epel was NOT installed successfully: The API server (https://galaxy.ansible.com/api/) is not responding, please
try again later

ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
mbsimonovic commented 8 years ago

you need to install dependencies:

  git clone git@github.com:geerlingguy/ansible-role-repo-epel.git roles/geerlingguy.repo-epel
  git clone git@github.com:geerlingguy/ansible-role-nginx.git roles/geerlingguy.nginx
  git clone git@github.com:jlund/ansible-go.git roles/joshualund.golang