From ff8d05780a239dfd1470b851ba1a778f8dc980d5 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Tue, 4 Nov 2014 13:03:20 -0700 Subject: [PATCH] Clarify the .ansible.cfg settings and fix mislabled tag Change-Id: I5cd90b25d14a3ceab7682dcec05adb0949c6330f --- README.md | 5 +++-- mini-mon.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1cb112..86cf203 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,9 @@ sudo vagrant plugin install vagrant-cachier To edit the Ansible roles I suggest downloading the full git source of the role and putting it in your ansible path. Then though you can rerun `vagrant provision` to test your changes, often it is easier to run ansible directly. For this to work smoothly add these vagrant specific settings to -your local ansible configuration - +your local ansible configuration (~/.ansible.cfg): + + [defaults] hostfile = .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory private_key_file = ~/.vagrant.d/insecure_private_key remote_user = vagrant diff --git a/mini-mon.yml b/mini-mon.yml index 67ebe16..d4515fe 100644 --- a/mini-mon.yml +++ b/mini-mon.yml @@ -81,7 +81,7 @@ kafka_uri: "{{kafka_hosts}}", influxdb_user: mon_persister, influxdb_password: password, - tags: [influxdb]} + tags: [persister]} - {role: tkuhlman.monasca-notification, mysql_user: notification, mysql_password: password,