File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ This role is designed specifically for us in high performance / high security Ac
15
15
- [ acromedia.postfix] ( https://github.com/AcroMedia/ansible-role-postfix )
16
16
- [ acromedia.nginx] ( https://github.com/AcroMedia/ansible-role-nginx )
17
17
- [ acromedia.letsencrypt] ( https://github.com/AcroMedia/ansible-role-letsencrypt )
18
- - [ acromedia.php] ( https://github.com/AcroMedia/ansible-role-php )
19
- - [ acromedia.mariadb] ( https://github.com/AcroMedia/ansible-role-mariadb )
20
- - [ acromedia.drupal-cron] ( https://github.com/AcroMedia/ansible-role-drupal-cron )
18
+ - [ acromedia.php] ( https://github.com/AcroMedia/ansible-role-php ) (or ` vars.php_version: none ` )
19
+ - [ acromedia.mariadb] ( https://github.com/AcroMedia/ansible-role-mariadb ) (or ` vars.skip_mysql: true ` )
21
20
22
21
23
22
## Requirements
@@ -386,7 +385,7 @@ nginx_listeners:
386
385
ssl_key_path: /etc/letsencrypt/live/{{ prod_server_primary_name }}/privkey.pem
387
386
ssl_intermediates_path: /etc/letsencrypt/live/{{ prod_server_primary_name }}/chain.pem
388
387
389
- drupal_cron_url: "https://{{ prod_server_primary_name }}/cron/abcdefgh12345678"
388
+ drupal_cron_url: "https://{{ prod_server_primary_name }}/cron/abcdefgh12345678" # if using https://github.com/AcroMedia/ansible-role-drupal-cron
390
389
` ` `
391
390
392
391
inventories/staging/hosts :
@@ -438,7 +437,7 @@ playbooks/main.yml:
438
437
- role: acromedia.php
439
438
- role: acromedia.letsencrypt
440
439
- role: acromedia.virtual-host
441
- - role: acromedia.drupal-cron
440
+ - role: acromedia.drupal-cron # optional
442
441
443
442
` ` `
444
443
You can’t perform that action at this time.
0 commit comments