Merge pull request #212 from cloudnull/convert-elasticsearch-repo-packages
converted elastic search to use repo_packages
This commit is contained in:
commit
83cecab6f1
@ -21,17 +21,3 @@ verbose: True
|
||||
|
||||
container_lvm_fstype: ext4
|
||||
container_lvm_fssize: 5GB
|
||||
|
||||
apt_container_keys:
|
||||
- { url: "http://packages.elasticsearch.org/GPG-KEY-elasticsearch", state: "present" }
|
||||
|
||||
apt_container_repos:
|
||||
- { repo: "deb http://packages.elasticsearch.org/elasticsearch/1.2/debian stable main", state: "present"}
|
||||
|
||||
container_packages:
|
||||
- elasticsearch
|
||||
|
||||
service_pip_dependencies:
|
||||
- requests
|
||||
- python-memcached
|
||||
- pycrypto
|
||||
|
@ -13,18 +13,14 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Setup supporting services
|
||||
- hosts: elasticsearch
|
||||
user: root
|
||||
roles:
|
||||
- container_extra_setup
|
||||
vars_files:
|
||||
- vars/config_vars/container_config_elasticsearch.yml
|
||||
|
||||
- hosts: elasticsearch
|
||||
user: root
|
||||
roles:
|
||||
- common
|
||||
- container_common
|
||||
- logging_common
|
||||
- elasticsearch
|
||||
vars_files:
|
||||
- vars/config_vars/container_config_elasticsearch.yml
|
||||
- vars/repo_packages/elasticsearch.yml
|
||||
|
@ -27,3 +27,5 @@ container_packages:
|
||||
|
||||
service_pip_dependencies:
|
||||
- requests
|
||||
- python-memcached
|
||||
- pycrypto
|
||||
|
Loading…
Reference in New Issue
Block a user