Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

ChromaticHQ/ansible-deploy-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: deploy-drupal

Manages Drupal site deployments.

Requirements

None.

Role Variables

See defaults for all available variables and accompanying documentation.

Example Playbook

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

License

MIT