some cleanups on ansiblemagazine
This commit is contained in:
parent
f403c4887e
commit
690e1c9f21
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: check/create instance
|
||||
hosts: magazine2.fedorainfracloud.org
|
||||
hosts: ansiblemagazine.fedorainfracloud.org
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
|
@ -61,7 +61,7 @@
|
|||
|
||||
post_tasks:
|
||||
- name: create databaseuser
|
||||
mysql_user: name=magazine
|
||||
mysql_user: name=ansiblemagazine
|
||||
host=localhost
|
||||
state=present
|
||||
password="{{ ansiblemagazine_db_password }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue