some cleanups on ansiblemagazine

This commit is contained in:
Kevin Fenzi 2017-09-15 19:29:25 +00:00
parent f403c4887e
commit 690e1c9f21

View file

@ -1,5 +1,5 @@
- name: check/create instance - name: check/create instance
hosts: magazine2.fedorainfracloud.org hosts: ansiblemagazine.fedorainfracloud.org
gather_facts: False gather_facts: False
vars_files: vars_files:
@ -61,7 +61,7 @@
post_tasks: post_tasks:
- name: create databaseuser - name: create databaseuser
mysql_user: name=magazine mysql_user: name=ansiblemagazine
host=localhost host=localhost
state=present state=present
password="{{ ansiblemagazine_db_password }}" password="{{ ansiblemagazine_db_password }}"