Commit graph

521 commits

Author SHA1 Message Date
gardar
60bf4ba5e9
Merge pull request #113 from lpulley/patch-2
fix: always create config file
2023-05-24 16:32:31 +00:00
Logan Pulley
456d8ac946
fix: always create config file
Signed-off-by: Logan Pulley <logan@pulley.host>
2023-05-21 15:12:35 -05:00
gardar
13f813ab5d
fix: labeler permissions
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-21 03:12:19 +00:00
gardar
6d6cf8ebaf
skip_changelog: unify automatic and manual ansible role tests with labels
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-21 03:00:17 +00:00
gardar
fbe8339343
skip_changelog: move label jobs into main workflow
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-21 02:54:20 +00:00
gardar
1c1ca9d356
skip_changelog: avoid concurrent ansible ci tests
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-21 02:49:18 +00:00
Ben Kochie
1e953d4b27
Merge pull request #111 from prometheus-community/superq/fix_typo
skip_changelog: Fix typo in version bumper
2023-05-20 07:18:20 +02:00
SuperQ
01d75ff52e
skip_changelog: Fix typo in version bumper
s/pull-request/pull-requests/

Signed-off-by: SuperQ <superq@gmail.com>
2023-05-20 07:13:13 +02:00
gardar
e360c2efdf
Merge pull request #110 from prometheus-community/superq/more_auto_fixes
skip_changelog: More fixes to version bumper
2023-05-20 01:54:32 +00:00
SuperQ
2293e7f178
skip_changelog: More fixes to version bumper
* Check for remote branch before trying to build a changeset.
* Fail exit if push fails.
* Add pull-request permission to workflow.

Signed-off-by: SuperQ <superq@gmail.com>
2023-05-18 15:49:56 +02:00
gardar
c05bc042ba chore: update version 2023-05-17 16:12:38 +00:00
gardar
c0d782c178
Merge pull request #104 from jlosito/broken-link
docs: broken link to systemd exporter on docs
2023-05-17 16:11:31 +00:00
John Losito
1603bad426
Fix broken link to systemd exporter on docs
Signed-off-by: John Losito <lositojohnj@gmail.com>
2023-05-17 09:57:33 -04:00
gardar
db06694daa chore: update version 2023-05-16 14:47:08 +00:00
gardar
180f594976
Merge pull request #105 from fitz123/textfile_no_recurse
fix: textfile collector dir by setting recurse to false
2023-05-16 14:45:56 +00:00
Anton Lugovoi
fddefacd39
issue 92: remove recurse for textfile collector dir because it causes consistent ansible changes in case there are new metric files created by other users
Signed-off-by: Anton Lugovoi <alugovoi@ordercapital.com>
2023-05-16 14:17:52 +00:00
gardar
36d752e5f7 chore: update version 2023-05-16 14:05:24 +00:00
gardar
b9777cfa7c
Merge pull request #109 from gardar/no-role-prefix
fix: don't require role name on internal vars
2023-05-16 14:04:09 +00:00
gardar
6b410eba46
fix: don't require role name on internal vars
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-16 12:54:55 +00:00
SuperQ
38ab5cea65 chore: update version 2023-05-16 10:03:58 +00:00
Ben Kochie
82dfeba3f1
Merge pull request #108 from prometheus-community/superq/fixup_bumper
fix: Checkout full branch for version updates
2023-05-16 12:02:27 +02:00
SuperQ
e28a1b9626
fix: Checkout full branch for version updates
Use full checkout to make sure we get the correct main history.
* Shorten name to make Actions page easier to read.

Signed-off-by: SuperQ <superq@gmail.com>
2023-05-16 11:12:37 +02:00
gardar
8f6a73e370 chore: update version 2023-05-15 23:12:50 +00:00
gardar
cbdb1b8c27
Merge pull request #106 from gardar/ansible-2.15
minor: Add ansible 2.15 support.
fixes: #103
2023-05-15 23:11:37 +00:00
gardar
f62e15eba2
fix: avoid running sanity tests on labeling
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-15 19:42:49 +00:00
gardar
fe1a753b0f
refactor: remove test-role label prefix
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-15 19:20:04 +00:00
gardar
1cd1fb1e50
skip_changelog: allow triggering role test with label
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-15 19:04:11 +00:00
gardar
5ec83d525a
fix: lint
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-15 17:11:48 +00:00
gardar
8a8c68854d
fix: Add ansible 2.15 support
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-05-15 17:04:12 +00:00
SuperQ
27bd8f8fcd chore: update version 2023-05-10 08:11:24 +00:00
Ben Kochie
51997ca55c
Merge pull request #94 from artudis-utils/main
fix: node_exporter - Fix Systemd ProtectHome option in service unit
2023-05-10 10:10:15 +02:00
Kevin Bowrin
be0a877b00
node_exporter: Fix Systemd ProtectHome option in service unit
Fixes an issue with the jinja2 snippet which is used to create the node_exporter Systemd unit. More details here: https://github.com/prometheus-community/ansible/issues/13

Jinja2 namespaces are used to ensure the variable `protect_home` can be set in the parent scope of the `for` loop looking through the mounts.

Signed-off-by: Kevin Bowrin <kevinbowrin@cunet.carleton.ca>
2023-05-09 16:13:50 -04:00
SuperQ
26d2f99857 chore: update version 2023-05-06 19:53:12 +00:00
Ben Kochie
06fa05cae6
Merge pull request #99 from sebbbastien/fix-handlers
fix: add "become: true" to snmp_exporter handlers
2023-05-06 21:52:04 +02:00
Sébastien
7f1dd8ad51
Add "become: true" to snmp_exporter handlers
Signed-off-by: Sébastien <5331611+sebbbastien@users.noreply.github.com>
2023-05-05 18:06:34 +02:00
SuperQ
5a3968dd20
Fixup script name in version bumper action.
Signed-off-by: SuperQ <superq@gmail.com>
2023-05-03 21:22:20 +02:00
gardar
5c5f1f725d
Merge pull request #93 from prometheus-community/superq/fixup_discover
skip_changelog: Fix workflow outputs syntax
2023-05-03 12:04:14 +00:00
gardar
927ec4ede4
Merge pull request #87 from laurent-indermuehle/lie_add_tags_support_for_included_tasks
fix: tags support for included tasks
2023-05-03 12:03:55 +00:00
Ben Kochie
336c4d6775
skip_changelog: Fix workflow outputs syntax
Use the correct syntax for getting the output from a workflow job.

Signed-off-by: Ben Kochie <superq@gmail.com>
2023-05-01 13:11:31 +02:00
Laurent Indermuehle
d10a9292d7
fix: yaml indentation of tags inside apply
Signed-off-by: Laurent Indermuehle <laurent.indermuehle@epfl.ch>
2023-04-27 09:36:21 +02:00
Laurent Indermuehle
affc3e5b16
Remove unnecessary changelog file
Signed-off-by: Laurent Indermuehle <laurent.indermuehle@epfl.ch>
2023-04-27 09:36:21 +02:00
Laurent Indermuehle
a2176c1783
Add changelog fragment
Signed-off-by: Laurent Indermuehle <laurent.indermuehle@epfl.ch>
2023-04-27 09:36:21 +02:00
Laurent Indermuehle
f0973a0dbc
Add apply tags for all included tasks files
Signed-off-by: Laurent Indermuehle <laurent.indermuehle@epfl.ch>
2023-04-27 09:36:20 +02:00
gardar
f6e6ac041e chore: update version 2023-04-26 21:36:10 +00:00
gardar
2a1f1e2984
Merge pull request #53 from gardar/molecule/replace-eol-platforms
fix: replace eol platforms with current
2023-04-26 21:34:58 +00:00
gardar
9e64a645db
fix: document supported platform versions
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-04-26 18:23:29 +00:00
gardar
3b26d5582b
fix: drop ELTS platforms
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-04-26 17:20:33 +00:00
gardar
d53f2cbd03
fix: supported platforms in beta
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-04-26 17:20:32 +00:00
gardar
2783d7962f
fix: ubuntu 16.04 is not EOL
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-04-26 17:20:32 +00:00
gardar
84fb22a322
fix: add current EL versions
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-04-26 17:20:32 +00:00