Created
October 26, 2015 20:30
-
-
Save hoorayimhelping/e0ea6bbd98e2bb1aca0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/access.yml b/access.yml | |
| index 6f988e5..9a15c37 100644 | |
| --- a/access.yml | |
| +++ b/access.yml | |
| @@ -19,11 +19,11 @@ | |
| service: name=apache2 state=stopped | |
| ignore_errors: yes | |
| roles: | |
| - - { sudo: yes, role: cmprescott.jre } | |
| + - { sudo: yes, role: malk.java8-oracle } | |
| - { sudo: yes, role: Stouts.redis } | |
| - qh_node_server | |
| post_tasks: | |
| - - include: backend_ssl_policy.yml | |
| + - include: backend_ssl_policy.yml | |
| tags: ['pki','loadbalancer'] | |
| - name: Turn apache back on | |
| sudo: yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment