File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,11 @@ mailman3_nginx_ssl_certs: |
139
139
# ssl_certificate_key /etc/letsencrypt/live/{{ mailman3_web_url }}/privkey.pem;
140
140
mailman3_sasl_passwd :
smtp.mailgun.org [email protected] :555555555
141
141
mailman3_relayhost : smtp.mailgun.org:587
142
+ ` ` `
143
+
144
+ /etc/ansible/host_vars/database.example.org/vars:
145
+
146
+ ` ` `
142
147
mailman3_database_list :
143
148
- name : mailman3_web
144
149
username : mailman3_web
Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ mailman3_extra_packages:
76
76
- psycopg2-binary
77
77
mailman3_sasl_passwd :
smtp.mailgun.org [email protected] :555555555
78
78
mailman3_relayhost : smtp.mailgun.org:587
79
+ ` ` `
80
+
81
+ /etc/ansible/host_vars/database.example.org/vars:
82
+
83
+ ` ` `
79
84
mailman3_database_list :
80
85
- name : mailman3_core
81
86
username : mailman3_core
Original file line number Diff line number Diff line change 1
1
---
2
+ - name : Apt update
3
+ ansible.builtin.apt :
4
+ update_cache : true
5
+ changed_when : false
6
+
2
7
- name : Set line in /etc/hosts
3
8
ansible.builtin.lineinfile :
4
9
path : /etc/hosts
You can’t perform that action at this time.
0 commit comments