mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
Fixes #61: Add Solr automated test and bump version to 6.5.1.
This commit is contained in:
+2
-3
@@ -45,9 +45,8 @@ env:
|
||||
# - playbook: orchestration.yml
|
||||
# distro: ubuntu1604
|
||||
|
||||
# TODO.
|
||||
# - playbook: solr.yml
|
||||
# distro: ubuntu1604
|
||||
- playbook: solr.yml
|
||||
distro: ubuntu1604
|
||||
|
||||
script:
|
||||
# Download test shim.
|
||||
|
||||
@@ -6,7 +6,7 @@ This repository contains Ansible examples developed to support different section
|
||||
|
||||
Most of the examples are full-fledged VM examples, which use Vagrant, VirtualBox, and Ansible to boot and configure VMs on your local workstation. Not all playbooks follow all of Ansible's best practices, as they illustrate particular Ansible features in an instructive manner.
|
||||
|
||||
For even more interesting examples of what you can do with Ansible, please see the [Ansible Vagrant Examples](https://github.com/geerlingguy/ansible-vagrant-examples) repository.
|
||||
For more interesting examples of what you can do with Ansible, please see the [Ansible Vagrant Examples](https://github.com/geerlingguy/ansible-vagrant-examples) repository, and browse through some of [geerlingguy's roles on Ansible Galaxy](https://galaxy.ansible.com/geerlingguy/).
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@ download_dir: /tmp
|
||||
solr_dir: /opt/solr
|
||||
|
||||
# Solr version and download information.
|
||||
solr_version: 6.1.0
|
||||
solr_checksum: sha1:41045799ed9b5f826b0dcab4b28b3b1986afa523
|
||||
solr_version: 6.5.1
|
||||
solr_checksum: sha1:2cc43b837743949a46bd7efbab14b43f6d92b4b8
|
||||
@@ -0,0 +1,3 @@
|
||||
---
|
||||
# Solr test.
|
||||
- include: ../solr/provisioning/playbook.yml
|
||||
Reference in New Issue
Block a user