Manages Drupal site deployments.
None.
See defaults for all available variables and accompanying documentation.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: all
vars:
deploydrupal_repo: "[email protected]:ChromaticHQ/site.git"
deploydrupal_checkout_user: "jenkins"
deploydrupal_apache_user: "www-data"
deploydrupal_dir: "/var/www/html"
deploydrupal_code: true
roles:
- chromatichq.deploy-drupal
MIT