Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created January 6, 2017 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommymarshall/8e322c446eb1033a7f185d895b7f2010 to your computer and use it in GitHub Desktop.
Save tommymarshall/8e322c446eb1033a7f185d895b7f2010 to your computer and use it in GitHub Desktop.
Ansible play for provision server with SSL
---
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