Drop the templated config

This commit is contained in:
Travis Truman 2016-03-25 14:36:10 -04:00
parent e1d7eb4071
commit 8f06cbb62b
2 changed files with 13 additions and 1 deletions

View File

@ -67,4 +67,7 @@ rally_requires_pip_packages:
rally_pip_packages:
- setuptools
- rally
- pymysql
- rally
rally_config_overrides: {}

View File

@ -13,3 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- name: Drop Rally config
config_template:
src: "rally.conf.j2"
dest: "{{ rally_etc_directory }}/rally.conf"
owner: "{{ rally_system_user_name }}"
group: "{{ rally_system_group_name }}"
mode: "0644"
config_overrides: "{{ rally_config_overrides }}"
config_type: "ini"