Skip to content

Commit

Permalink
Merge pull request #5 from iquzart/development
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
iquzart authored Apr 16, 2023
2 parents e905d79 + 494dd9e commit 0e9b5bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ use_default_rules: true
skip_list:
- fqcn-builtins
- no-handler
- role-name
- role-name
- key-order
- yaml
- name
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rules:
new-lines:
type: unix
trailing-spaces: disable
truthy: disable
truthy: disable
4 changes: 0 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# defaults file for ansible-windows-exporter

windows_exporter_common_collectors:
- cpu
- cs
Expand All @@ -13,7 +12,6 @@ windows_exporter_common_collectors:
- system
- tcp
- textfile

windows_exporter_version: "0.19.0"
windows_exporter_download_url: "https://github.com/prometheus-community/windows_exporter/releases/download/v{{ windows_exporter_version }}/windows_exporter-{{ windows_exporter_version }}-amd64.msi"
windows_exporter_service_name: "windows_exporter"
Expand All @@ -24,6 +22,4 @@ windows_exporter_textfile_collector_directory: "C:\\Program Files\\windows_expor
windows_exporter_download_path: "C:\\Install\\exporters"
windows_exporter_log_level: "debug"
windows_exporter_start_mode: "delayed"

windows_exporter_configure_firewall: true

1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ galaxy_info:
- "2012R2"
- "2016"
- "2019"
- "2022"
galaxy_tags:
- monitoring
- windows
Expand Down

0 comments on commit 0e9b5bd

Please sign in to comment.