Skip to content

Commit

Permalink
[#188360028] Update default variables + Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed Oct 8, 2024
1 parent 0b666ad commit ffe4b98
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,15 @@ Example Playbook
vars:
OPS_TOOLS:
apt_repos:
- key_url: "https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public"
repo_line: "deb http://download.draios.com/stable/deb stable-$(ARCH)/"
- key_url: https://artifacts.elastic.co/GPG-KEY-elasticsearch
repo_line: 'deb https://artifacts.elastic.co/packages/8.x/apt stable main'
deb822_repository:
- name: elastic
types: deb
uris: https://artifacts.elastic.co/packages/8.x/apt
suites: stable
components: main
signed_by: https://artifacts.elastic.co/GPG-KEY-elasticsearch
tools:
- sysstat
- iotop
Expand Down
22 changes: 14 additions & 8 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
---

_ops_tools:
# credentials:
# base_name: "draios"
# machine: "download.draios.com"
# login: "username"
# password: "<password or empty string>"
apt_repos:
- key_url: "https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public"
repo_line: "deb http://download.draios.com/stable/deb stable-$(ARCH)/"
# credentials:
# base_name: "draios"
# machine: "download.draios.com"
# login: "username"
# password: "<password or empty string>"

- key_url: https://artifacts.elastic.co/GPG-KEY-elasticsearch
repo_line: 'deb https://artifacts.elastic.co/packages/8.x/apt stable main'
# - ppa: "ppa:.../..."
# - key_id: abc321
# keyserver="keyserver.ubuntu.com"
# deb822_repository:
# - name: elastic
# types: deb
# uris: https://artifacts.elastic.co/packages/8.x/apt
# suites: stable
# components: main
# signed_by: https://artifacts.elastic.co/GPG-KEY-elasticsearch
tools:
- iotop
- sysstat
Expand Down

0 comments on commit ffe4b98

Please sign in to comment.