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
|
- 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 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue