You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
mysql_lines:
|
|
- regexp: "^bind-address"
|
|
line: "bind-address = {{ mysql_listen_address }}"
|
|
mysql_listen_address: "{{ ansible_default_ipv4.address }}"
|
|
mysql_user: wordpress
|
|
mysql_password: password
|