Skip to content

Commit

Permalink
chore: bump infra
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Sep 15, 2024
1 parent cf6c471 commit 45cbc4f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions scripts/ansible/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
- dkron02
- dkron03

- equinix.cloud.metal_device:
hostname: dkron04
operating_system: ubuntu_22_04
plan: c3.small.x86
metro: am
project_id: "{{ project_id }}"
tags:
- agent
# - equinix.cloud.metal_device:
# hostname: dkron04
# operating_system: ubuntu_22_04
# plan: c3.small.x86
# metro: am
# project_id: "{{ project_id }}"
# tags:
# - agent

- hosts: all
user: root
become: true
become_method: sudo

vars:
version: 3.2.7
version: 4.0.0-beta6
datadog_api_key: "{{ lookup('ansible.builtin.env', 'DKRON_DD_API_KEY') }}"
datadog_checks:
openmetrics:
Expand Down Expand Up @@ -122,7 +122,6 @@
become_method: sudo

vars:
version: 3.2.7
dkron_log_level: debug
dkron_bootstrap_expect: 3
dkron_data_dir: /var/lib/dkron
Expand Down Expand Up @@ -151,7 +150,6 @@
become_method: sudo

vars:
version: 3.2.0
dkron_log_level: debug
dkron_data_dir: /var/lib/dkron
dkron_server: "false"
Expand Down

0 comments on commit 45cbc4f

Please # to comment.