mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
mysql/tasks/install.yml: Update stale comments!
This commit is contained in:
parent
bce5b3946f
commit
c22060dbd7
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Stanzas as of 2020-05-21:
|
||||
# Stanzas as of 2021-08-02:
|
||||
#
|
||||
# - 1 base install
|
||||
# - 6 double timeout for slow CPUs
|
||||
# - 7 DB config
|
||||
# - 2 DB config
|
||||
# - 2 record as installed
|
||||
|
||||
- name: 'Install MySQL packages: mariadb-server, mariadb-client, php{{ php_version }}-mysql'
|
||||
|
@ -98,7 +98,7 @@
|
|||
when: mariadb_unit_file.stat.exists
|
||||
|
||||
|
||||
# 7 STANZAS BELOW...could later be put into setup.yml or config.yml or or provision.yml ?
|
||||
# 2 STANZAS BELOW...could later be put into setup.yml or config.yml or or provision.yml ?
|
||||
|
||||
# Name of MySQL service varies by OS, so hardcoded in /opt/iiab/iiab/vars/<OS>.yml (formerly in roles/0-init/tasks/main.yml)
|
||||
- name: Start MySQL systemd service ({{ mysql_service }}) to permit configuration
|
||||
|
@ -107,7 +107,7 @@
|
|||
daemon_reload: yes
|
||||
state: restarted
|
||||
|
||||
- name: Install /root/.my.cnf file from template, with root password credentials
|
||||
- name: "Install /root/.my.cnf file from template -- used to contain root password credential, prior to 2020-08-24: https://github.com/iiab/iiab/pull/2488"
|
||||
template:
|
||||
src: my.cnf.j2
|
||||
dest: /root/.my.cnf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue