Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update role versions for centos and push php version to inventory #68

Merged
merged 1 commit into from
Jun 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion crayfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
become: yes

roles:
- name: geerlingguy.repo-remi
when: ansible_os_family == "RedHat"
- geerlingguy.apache
- geerlingguy.php
- geerlingguy.git
- geerlingguy.composer
- Islandora-Devops.crayfish

4 changes: 4 additions & 0 deletions inventory/vagrant/group_vars/all/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ mysql_users:
host: "%"
password: "{{ drupal_db_password }}"
priv: "{{ drupal_db_name }}.*:ALL"

# Used by both the webserver and crayfish role for CentOS.
php_enablerepo: "remi-php72"
php_packages_state: "latest"
6 changes: 3 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

- src: https://github.com/Islandora-Devops/ansible-role-crayfish
name: Islandora-Devops.crayfish
version: 0.0.2
version: 0.0.3

- src: https://github.com/Islandora-Devops/ansible-role-drupal-openseadragon
name: Islandora-Devops.drupal-openseadragon
Expand All @@ -83,11 +83,11 @@

- src: https://github.com/Islandora-Devops/ansible-role-grok
name: Islandora-Devops.grok
version: 0.0.1
version: 0.0.2

- src: https://github.com/Islandora-Devops/ansible-role-karaf
name: Islandora-Devops.karaf
version: 0.0.1
version: 0.0.2

- src: https://github.com/Islandora-Devops/ansible-role-keymaster
name: Islandora-Devops.keymaster
Expand Down
3 changes: 0 additions & 3 deletions webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

- hosts: webserver
become: yes
vars:
php_enablerepo: "remi-php70"
php_packages_state: "latest"

roles:
- name: geerlingguy.repo-remi
Expand Down