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

Commit

Permalink
#234 Update Ansible roles
Browse files Browse the repository at this point in the history
  • Loading branch information
T2L committed Jun 10, 2021
1 parent d5eabe7 commit 9f3290d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 15 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Draft Environment (Unreleased)

Updates:

- [GH-235](https://github.com/lemberg/draft-environment/pull/235) - Drop Ubuntu 16.04 support. Make Ubuntu 20.04 the default guest OS. Side effect: updated all Ansible roles:
* oefenweb.swapfile (v2.0.32 => v2.0.33)
* geerlingguy.mysql (3.3.0 => 3.3.1)
* t2l.php (1.4.0 => 1.5.0)
* t2l.composer (2.0.3 => 2.0.4)
* t2l.java (1.3.2 => 1.3.3)

## Draft Environment 3.3.2 (2021-03-13)

Updates:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Dramatically increases disk IO on Windows by adding NFS support.
Here's the list of used roles:
- draft (internal)
- [oefenweb.swapfile @ v2.0.32](https://github.com/Oefenweb/ansible-swapfile/tree/v2.0.32)
- [oefenweb.swapfile @ v2.0.33](https://github.com/Oefenweb/ansible-swapfile/tree/v2.0.33)
- [geerlingguy.mailhog @ 2.2.0](https://github.com/geerlingguy/ansible-role-mailhog/tree/2.2.0)
- git_config (internal)
- apache2 (internal)
- [geerlingguy.mysql @ 3.3.0](https://github.com/geerlingguy/ansible-role-mysql/tree/3.3.0)
- [t2l.php @ 1.4.0](https://github.com/T2L/ansible-role-php/tree/1.4.0)
- [t2l.composer @ 2.0.3](https://github.com/T2L/ansible-role-composer/tree/2.0.3)
- [t2l.java @ 1.3.2](https://github.com/T2L/ansible-role-java/tree/1.3.2)
- [geerlingguy.mysql @ 3.3.1](https://github.com/geerlingguy/ansible-role-mysql/tree/3.3.1)
- [t2l.php @ 1.5.0](https://github.com/T2L/ansible-role-php/tree/1.5.0)
- [t2l.composer @ 2.0.4](https://github.com/T2L/ansible-role-composer/tree/2.0.4)
- [t2l.java @ 1.3.3](https://github.com/T2L/ansible-role-java/tree/1.3.3)
- [t2l.solr @ 2.2.2](https://github.com/T2L/ansible-role-solr/tree/2.2.2)
2. Create and provision the guest machine:
Expand Down
10 changes: 5 additions & 5 deletions default.vm-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ draft_features:

ssh_default_directory: '{{ vagrant.destination_directory }}'

# Role: oefenweb.swapfile @ v2.0.28
# Role: oefenweb.swapfile @ v2.0.33

# Set swap file size.
swapfile_size: 2GB
Expand All @@ -129,7 +129,7 @@ apache2_document_root: docroot
# Log level to use
apache2_log_level: error

# Role: geerlingguy.mysql @ 3.3.0
# Role: geerlingguy.mysql @ 3.3.1

# Set this to the user ansible is logging in as - should have root
# or sudo access
Expand Down Expand Up @@ -260,7 +260,7 @@ mysql_replication_master: ''
# Same keys as `mysql_users` above.
mysql_replication_user: []

# Role: t2l.php @ 1.4.0
# Role: t2l.php @ 1.5.0

# PHP version to install. Possible values: 5.6, 7.0 - 7.4, and 8.0
php_version: '7.4'
Expand Down Expand Up @@ -318,7 +318,7 @@ php_web_server_daemon: apache2
# Boolean indicating whether to restart web server or not.
php_restart_web_server: true

# Role: t2l.composer @ 2.0.3
# Role: t2l.composer @ 2.0.4

# Composer installation directory.
composer_install_dir: /usr/local/bin
Expand All @@ -335,7 +335,7 @@ composer_keep_updated: true
# PHP executable name.
composer_php_executable: php

# Role: t2l.java @ 1.3.2
# Role: t2l.java @ 1.3.3

# Open JDK version(s) and package type (jre or jdk).
# Currently supported versions are 6-13 (however not every Java version is
Expand Down
10 changes: 5 additions & 5 deletions provisioning/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
- src: oefenweb.swapfile
version: v2.0.32
version: v2.0.33
- src: geerlingguy.mailhog
version: 2.2.0
- src: geerlingguy.mysql
version: 3.3.0
version: 3.3.1
- src: t2l.php
version: 1.4.0
version: 1.5.0
- src: t2l.composer
version: 2.0.3
version: 2.0.4
- src: t2l.java
version: 1.3.2
version: 1.3.3
- src: t2l.solr
version: 2.2.2

0 comments on commit 9f3290d

Please sign in to comment.