auth-it-center / egi-broker

Ansible playbooks for deployment of EGI Broker instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egi-broker

Ansible playbooks for deployment of EGI Broker instances

Before running any playbooks make sure you will use a base CentOS6 (or SL6 or RHEL6) installation. Also check that:

  • network configurations on the node is done beforehand (firewall should be setup to deny all inbound connections except on port 22 - ssh and ntp client ports)
  • ntp client is configured properly
  • The packages redhat-lsb, yum-utils are installed

Optional packages (depending on your needs) may also be installed beforehand (i.e. vim-enchanced, screen, ruby etc).

Edit inventory, variable files and configuration files (i.e. static files etc) before running.

To deploy run:

ansible-playbook -v broker.yml

About

Ansible playbooks for deployment of EGI Broker instances


Languages

Language:Perl 62.4%Language:Python 28.9%Language:Shell 8.7%