{"id":24941378,"url":"https://github.com/wtower/ansible-drupal-perms","last_synced_at":"2025-03-28T17:42:49.874Z","repository":{"id":68184783,"uuid":"51524844","full_name":"Wtower/ansible-drupal-perms","owner":"Wtower","description":"Ansible role to properly configure the permissions of a Drupal site.","archived":false,"fork":false,"pushed_at":"2016-02-11T15:41:01.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T18:26:20.707Z","etag":null,"topics":["ansible-role","devops","drupal-7"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wtower.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-11T15:40:33.000Z","updated_at":"2018-01-04T03:18:05.000Z","dependencies_parsed_at":"2023-04-10T00:19:19.284Z","dependency_job_id":null,"html_url":"https://github.com/Wtower/ansible-drupal-perms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wtower%2Fansible-drupal-perms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wtower%2Fansible-drupal-perms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wtower%2Fansible-drupal-perms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wtower%2Fansible-drupal-perms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wtower","download_url":"https://codeload.github.com/Wtower/ansible-drupal-perms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246072195,"owners_count":20719270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible-role","devops","drupal-7"],"created_at":"2025-02-02T18:22:32.109Z","updated_at":"2025-03-28T17:42:49.853Z","avatar_url":"https://github.com/Wtower.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"drupal-perms\n============\n\nAnsible role to properly configure the permissions of a Drupal site.\n\nAdd the role `drupal-perms` (see examples).\n\nVariables:\n\n- `drupal_sites`: Configuration dictionary\n- `site`: Index in `drupal_sites` to the particular Drupal site\n- `ansible_user_id`: The user id with access to mysql and mysql database\n- `apache_user`: The apache user\n\nPlaybook examples\n-----------------\n\nConfiguration file:\n\n    ---\n    drupal_sites:\n      site.com:\n        staging:\n          path: /var/www/vhosts/site.com/httpdocs\n          alias: site.dev-p5qc\n        prod:\n          path: /var/www/vhosts/site.com\n          alias: site.com\n\nPlaybook:\n\n    ---\n    # Set Drupal permissions\n    #\n    # Extra variables:\n    # - host: provide the local staging host\n    # - site: provide the site from conf to sync\n    # - dest: staging/prod\n    #\n    # Optional extra variables\n    # - ansible_user_id: default defined in group_vars\n    # - apache_group: default is www-data, optionally plesk\n    #\n    # Example: ansible-playbook drupal_perms.yml -e \"host=dev-p5qc site=a.gr dest=staging\"\n    \n    - hosts: \"{{ host }}\"\n      gather_facts: no\n    \n      vars_files:\n        - ../conf/drupal_sites.yml\n    \n      roles:\n        - drupal_perms\n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtower%2Fansible-drupal-perms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtower%2Fansible-drupal-perms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtower%2Fansible-drupal-perms/lists"}