From cce0af328a2703bdd65722d3a708abc7bd047fa6 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 15 Sep 2022 11:46:59 +0200 Subject: repo cleanup --- ansible/group_vars/all/apt-repos.yml | 2 +- ansible/group_vars/workstation/apt-repos.yml | 6 +++--- ansible/host_vars/hash/ops-agent.yml | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 ansible/host_vars/hash/ops-agent.yml (limited to 'ansible') diff --git a/ansible/group_vars/all/apt-repos.yml b/ansible/group_vars/all/apt-repos.yml index 6ec3b6a..931fcd3 100644 --- a/ansible/group_vars/all/apt-repos.yml +++ b/ansible/group_vars/all/apt-repos.yml @@ -38,7 +38,7 @@ apt_repos: state: "{{ apt_repos_docker_state | default('absent') }}" picoscope: - url: http://labs.picotech.com/debian/ + url: https://labs.picotech.com/rc/picoscope7/debian/ distro: picoscope sections: main key_id: 790128FE0D37172A2C56ACB16964D13AA2A43CCE diff --git a/ansible/group_vars/workstation/apt-repos.yml b/ansible/group_vars/workstation/apt-repos.yml index 5f43f27..7a4e1bf 100644 --- a/ansible/group_vars/workstation/apt-repos.yml +++ b/ansible/group_vars/workstation/apt-repos.yml @@ -1,6 +1,6 @@ apt_repos_atom_state: present -apt_repos_balena_etcher_state: present -apt_repos_dart_state: present +apt_repos_balena_etcher_state: absent +apt_repos_dart_state: absent apt_repos_docker_state: absent # debian's version is up to date now apt_repos_dropbox_state: present apt_repos_google_cloud_sdk_state: present @@ -8,7 +8,7 @@ apt_repos_google_state: present apt_repos_heroku_state: present apt_repos_nextcloud_state: absent # integrated into debian now apt_repos_nodesource_state: absent -apt_repos_openmodelica_state: present +apt_repos_openmodelica_state: absent apt_repos_picoscope_state: present apt_repos_postgresql_state: absent apt_repos_signal_state: present diff --git a/ansible/host_vars/hash/ops-agent.yml b/ansible/host_vars/hash/ops-agent.yml new file mode 100644 index 0000000..96faa11 --- /dev/null +++ b/ansible/host_vars/hash/ops-agent.yml @@ -0,0 +1,11 @@ +telegraf_extra_mount_points: + - /dev/disk + - /dev/sda + - /dev/sdb + +telegraf_sensors_enable: yes +telegraf_smart_enable: yes +# ls -1 /dev/disk/by-id/|grep ^ata|grep -v -- -part +telegraf_smart_devices: + - ata-HGST_HUS724020ALA640_PN1138P2GJ65ZH + - ata-HGST_HUS724020ALA640_PN1138P2GJAXRH -- cgit v1.2.3