Created
January 6, 2017 22:00
-
-
Save tommymarshall/8e322c446eb1033a7f185d895b7f2010 to your computer and use it in GitHub Desktop.
Ansible play for provision server with SSL
This file contains 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
--- | |
company: XXX | |
provider: rackspace | |
server_os: trusty | |
server_size: 8G | |
stack: lamp | |
httpd_package: apache | |
database_package: mysql | |
ssl_test_mode: yes | |
php_version: 7 | |
auth_users: | |
- XXX | |
database_user: | |
username: XXX | |
password: XXX | |
databases: | |
- XXX-staging | |
httpd_vhosts: | |
- path: XXX/staging/current/public | |
type: craft-cms | |
hostname: XXX.com | |
robots: no | |
canonical: no | |
sendfile: yes | |
ssl: yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment