diff --git a/README.md b/README.md index 00b67d8..8cba06f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/defaults/main.yml b/defaults/main.yml index b024ffb..57ce71d 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,18 +1,24 @@ --- _ops_tools: + # credentials: + # base_name: "draios" + # machine: "download.draios.com" + # login: "username" + # password: "" 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: "" - + - 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