diff --git a/deploy/README b/deploy/README index f4f786f..db0598e 100644 --- a/deploy/README +++ b/deploy/README @@ -1,47 +1,47 @@ Deploy software using Ansible ============================= * Install Ansible >= 2 cd ~ git clone https://github.com/ansible/ansible.git cd ansible - git checkout v2.2.0.0-0.1.rc1 + git checkout v2.6.5 git submodule update --init --recursive sudo python setup.py install * Add the nodes IPs to the `hosts` file (configure your ~/.ssh/config if needed) * Run ansible with `make` Debug ----- * Install vagrant * Run vagrant vagrant up * Apply ansible receipt vagrant provision #or make Prod ---- * Copy `hosts.examples` to `hosts` * Replace the ip addresses by yours, for instance ``` [compute] 10.2.0.3 10.2.0.4 [admin] 10.2.0.2 ``` * Make sure you can connect with SSH on those machines using the root account * Run `make`