trying remote again to make user creation work for mariadb
This commit is contained in:
parent
22b873b79c
commit
cf5884a2fd
2 changed files with 2 additions and 2 deletions
|
@ -73,6 +73,6 @@ slave_user: buildslave
|
|||
buildslave_name: 'qadevel-stg'
|
||||
|
||||
deployment_type: qadevel-stg
|
||||
tcp_ports: [ 80, 222, 443, "{{ buildslave_port }}" ]
|
||||
tcp_ports: [ 80, 222, 443, "{{ buildslave_port }}", 3306 ]
|
||||
|
||||
freezes: false
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
state: present
|
||||
login_user: root
|
||||
login_password: "{{ mariadb_root_password }}"
|
||||
delegate_to: "{{ inventory_hostname }}"
|
||||
login_host: "{{ inventory_hostname }}"
|
||||
|
||||
- name: create phabricator daemon user
|
||||
user: name={{ phabricator_daemon_user }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue