Advertisement
aitormendez

wordpress_sites.yml

Jul 15th, 2016
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. # Documentation: https://roots.io/trellis/docs/remote-server-setup/
  2. wordpress_sites:
  3. e451.net:
  4. site_hosts:
  5. - e451.net
  6. local_path: ../e451 # path targeting local Bedrock site directory (relative to Ansible root)
  7. repo: git@bitbucket.org:aitormendez/e451.git # replace with your Git repo URL
  8. branch: master
  9. # repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
  10. multisite:
  11. enabled: false
  12. subdomains: false
  13. ssl:
  14. enabled: true
  15. provider: letsencrypt
  16. # cert: ~/ssl/example.com.crt
  17. # key: ~/ssl/example.com.key
  18. cache:
  19. enabled: false
  20. duration: 30s
  21. env:
  22. disable_wp_cron: true
  23. wp_home: https://e451.net
  24. wp_siteurl: https://e451.net/wp
  25. wp_env: production
  26. db_name: ***
  27. db_user: ***
  28. esterpartegas.com:
  29. site_hosts:
  30. - esterpartegas.com
  31. local_path: ../esterpartegas # path targeting local Bedrock site directory (relative to Ansible root)
  32. repo: git@bitbucket.org:aitormendez/esterpartegas.git # replace with your Git repo URL
  33. branch: master
  34. # repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
  35. multisite:
  36. enabled: false
  37. subdomains: false
  38. ssl:
  39. enabled: false
  40. # cert: ~/ssl/example.com.crt
  41. # key: ~/ssl/example.com.key
  42. cache:
  43. enabled: false
  44. duration: 30s
  45. env:
  46. disable_wp_cron: true
  47. wp_home: http://esterpartegas.com
  48. wp_siteurl: http://esterpartegas.com/wp
  49. wp_env: production
  50. db_name: ***
  51. db_user: ***
  52. di-no-a-la-noche-en-blanco.net:
  53. site_hosts:
  54. - di-no-a-la-noche-en-blanco.net
  55. local_path: ../di-no-a-la-noche-en-blanco # path targeting local Bedrock site directory (relative to Ansible root)
  56. repo: git@bitbucket.org:aitormendez/di-no-a-la-noche-en-blanco.git # replace with your Git repo URL
  57. branch: master
  58. # repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
  59. multisite:
  60. enabled: false
  61. subdomains: false
  62. ssl:
  63. enabled: false
  64. # cert: ~/ssl/example.com.crt
  65. # key: ~/ssl/example.com.key
  66. cache:
  67. enabled: false
  68. duration: 30s
  69. env:
  70. disable_wp_cron: true
  71. wp_home: http://di-no-a-la-noche-en-blanco.net
  72. wp_siteurl: http://di-no-a-la-noche-en-blanco.net/wp
  73. wp_env: production
  74. db_name: ***
  75. db_user: ***
  76. contraindicaciones.net:
  77. site_hosts:
  78. - contraindicaciones.net
  79. local_path: ../contraindicaciones # path targeting local Bedrock site directory (relative to Ansible root)
  80. repo: git@bitbucket.org:aitormendez/contraindicaciones.git # replace with your Git repo URL
  81. branch: master
  82. # repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
  83. multisite:
  84. enabled: false
  85. subdomains: false
  86. ssl:
  87. enabled: false
  88. # cert: ~/ssl/example.com.crt
  89. # key: ~/ssl/example.com.key
  90. cache:
  91. enabled: false
  92. duration: 30s
  93. env:
  94. disable_wp_cron: true
  95. wp_home: http://contraindicaciones.net
  96. wp_siteurl: http://contraindicaciones.net/wp
  97. wp_env: production
  98. db_name: ***
  99. db_user: ***
  100. telmo.club:
  101. site_hosts:
  102. - telmo.club
  103. local_path: ../telmo # path targeting local Bedrock site directory (relative to Ansible root)
  104. repo: git@bitbucket.org:aitormendez/telmo.git # replace with your Git repo URL
  105. branch: master
  106. # repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
  107. multisite:
  108. enabled: false
  109. subdomains: false
  110. ssl:
  111. enabled: true
  112. provider: letsencrypt
  113. # cert: ~/ssl/example.com.crt
  114. # key: ~/ssl/example.com.key
  115. cache:
  116. enabled: false
  117. duration: 30s
  118. env:
  119. disable_wp_cron: true
  120. wp_home: https://telmo.club
  121. wp_siteurl: https://telmo.club/wp
  122. wp_env: production
  123. db_name: ***
  124. db_user: ***
  125. luzdemiel.es:
  126. site_hosts:
  127. - luzdemiel.es
  128. local_path: ../luzdemiel # path targeting local Bedrock site directory (relative to Ansible root)
  129. repo: git@bitbucket.org:aitormendez/luzdemiel.git # replace with your Git repo URL
  130. branch: master
  131. # repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
  132. multisite:
  133. enabled: false
  134. subdomains: false
  135. ssl:
  136. enabled: true
  137. provider: letsencrypt
  138. # cert: ~/ssl/example.com.crt
  139. # key: ~/ssl/example.com.key
  140. cache:
  141. enabled: false
  142. duration: 30s
  143. env:
  144. disable_wp_cron: true
  145. wp_home: https://luzdemiel.es
  146. wp_siteurl: https://luzdemiel.es/wp
  147. wp_env: production
  148. db_name: ***
  149. db_user: ***
  150. abralaboca.net:
  151. site_hosts:
  152. - abralaboca.net
  153. local_path: ../abralaboca # path targeting local Bedrock site directory (relative to Ansible root)
  154. repo: git@bitbucket.org:aitormendez/abralaboca.git # replace with your Git repo URL
  155. branch: master
  156. # repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
  157. multisite:
  158. enabled: false
  159. subdomains: false
  160. ssl:
  161. enabled: true
  162. provider: letsencrypt
  163. # cert: ~/ssl/example.com.crt
  164. # key: ~/ssl/example.com.key
  165. cache:
  166. enabled: false
  167. duration: 30s
  168. env:
  169. disable_wp_cron: true
  170. wp_home: https://abralaboca.net
  171. wp_siteurl: https://abralaboca.net/wp
  172. wp_env: production
  173. db_name: ***
  174. db_user: ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement