Skip to content

Tags: rjeffman/certificate

Tags

1.3.3

Toggle 1.3.3's commit message
docs(changelog): version 1.3.3 [citest skip]

Update changelog and .README.html for version 1.3.3

Signed-off-by: Rich Megginson <rmeggins@redhat.com>

1.1.13

Toggle 1.1.13's commit message
tests: Ensure ipaserver hostname is a FQDN

As certificate system role uses an IPA server to test certmonger
provider, the ipaserver node has to have a FQDN for IPA to be installed.
For the RedHat family of distros, from CentOS/RHEL 7+ and newer,
automatic detection of Ansible's hostname may not select 'systemd'
strategy, failing to set the hostnade FQDN. This failure often happens
when running the tests locally with 'qemu'.

This patch ensure that the 'systemd' strategy is used to set hostname.

Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>

1.1.12

Toggle 1.1.12's commit message
ci: Add pull request template and run commitlint on PR title only

We now ensure the conventional commits format only on PR titles and not on
commits to let developers keep commit messages targeted for other developers
i.e. describe actual changes to code that users should not care about.
And PR titles, on the contrary, must be aimed at end users.

For more info, see
https://linux-system-roles.github.io/contribute.html#write-a-good-pr-title-and-description

Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>

1.1.9

Toggle 1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update tox-lsr to 2.13.2; update ansible-lint configuration; start of…

… support for merge queues (linux-system-roles#161)

Update tox-lsr to 2.13.2

Update ansible-lint configuration

Add support for merge queues to github actions
This doesn't mean all system roles support merge queues,
this is just a preliminary step

See linux-system-roles/.github#21

Signed-off-by: Rich Megginson <rmeggins@redhat.com>