This repo is used to install some packages into a remote host.
The following requirements must be installed into the remote host :
You have to configure Ansible hosts in /etc/ansible/hosts :
[idcidev]
YOUR_HOSTNAME ansible_ssh_host=YOUR_SSH_HOST ansible_ssh_user=YOUR_SSH_USER
Run the following command to install packages into the remote host :
$ ansible-playbook config_dev.yml --ask-pass --ask-become