mirror of
https://github.com/frappe/bench.git
synced 2025-01-25 16:08:23 +00:00
13 lines
584 B
YAML
13 lines
584 B
YAML
---
|
|
|
|
- name: "Debconf postfix"
|
|
command: debconf-set-selections <<< "postfix postfix/mailname string `hostname`" debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
|
|
environment:
|
|
DEBIAN_FRONTEND: noninteractive
|
|
|
|
- name: "Debconf MariaDB"
|
|
command: debconf-set-selections <<< "mariadb-server-5.5 mysql-server/root_password password {{ msq_pass }}" debconf-set-selections <<< "mariadb-server-5.5 mysql-server/root_password_again password {{ msq_pass }}"
|
|
environment:
|
|
DEBIAN_FRONTEND: noninteractive
|
|
|