-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Download files with deb/rpm extensions to packages subdirectory (#3015)…
- Loading branch information
Showing
21 changed files
with
389 additions
and
365 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
ansible/playbooks/roles/elasticsearch_curator/defaults/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
--- | ||
curator_package: | ||
filename: | ||
Debian: elasticsearch-curator_5.8.3_amd64.deb | ||
curator_version: "5.8.3" # also used by upgrade playbook | ||
|
||
elasticsearch_host_ip: "{{ ansible_default_ipv4.address | default(ansible_all_ipv4_addresses[0]) }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ansible/playbooks/roles/grafana/tasks/install-packages-Debian.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
- name: Install Grafana with dependencies | ||
apt: | ||
deb: "{{ _package_url }}" | ||
name: "{{ _package_name }}" | ||
state: present |
2 changes: 1 addition & 1 deletion
2
ansible/playbooks/roles/grafana/tasks/install-packages-RedHat.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
- name: Install Grafana with dependencies | ||
yum: | ||
name: "{{ _package_url }}" | ||
name: "{{ _package_name }}" | ||
state: present | ||
module_defaults: | ||
yum: { lock_timeout: "{{ yum_lock_timeout }}" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
...books/roles/repository/files/download-requirements/requirements/x86_64/redhat-7/files.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
...s/roles/repository/files/download-requirements/requirements/x86_64/ubuntu-20.04/files.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.