- ci: support ansible-lint and ansible-test 2.16 (#231)
- ci: Use supported ansible-lint action; run ansible-lint against the collection (#232)
- ci: bump actions/github-script from 6 to 7 (#227)
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#228)
- feat: support for ostree systems (#224)
- ci: Fix implicit octal values in main.yml (#220)
- ci: Add ALP-Dolomite var file (#221)
- Bump actions/checkout from 3 to 4 (#209)
- ci: ensure dependabot git commit message conforms to commitlint (#212)
- ci: use dump_packages.py callback to get packages used by role (#214)
- refactor: Add CentOS 7-8, RedHat 7-8 and AlmaLinux 8-9 var files (#216)
- ci: tox-lsr version 3.1.1 (#218)
-
ci: Add markdownlint, test_converting_readme, and build_docs workflows (#205)
- markdownlint runs against README.md to avoid any issues with converting it to HTML
- test_converting_readme converts README.md > HTML and uploads this test artifact to ensure that conversion works fine
- build_docs converts README.md > HTML and pushes the result to the docs branch to publish dosc to GitHub pages site.
- Fix markdown issues in README.md
Signed-off-by: Sergei Petrosian [email protected]
-
docs: Make badges consistent, run markdownlint on all .md files (#206)
- Consistently generate badges for GH workflows in README RHELPLAN-146921
- Run markdownlint on all .md files
- Add custom-woke-action if not used already
- Rename woke action to Woke for a pretty badge
Signed-off-by: Sergei Petrosian [email protected]
-
ci: Remove badges from README.md prior to converting to HTML (#207)
- Remove thematic break after badges
- Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian [email protected]
-
ci: Add markdownlint, test_converting_readme, and build_docs workflows (#205)
- markdownlint runs against README.md to avoid any issues with converting it to HTML
- test_converting_readme converts README.md > HTML and uploads this test artifact to ensure that conversion works fine
- build_docs converts README.md > HTML and pushes the result to the docs branch to publish dosc to GitHub pages site.
- Fix markdown issues in README.md
Signed-off-by: Sergei Petrosian [email protected]
-
docs: Make badges consistent, run markdownlint on all .md files (#206)
- Consistently generate badges for GH workflows in README RHELPLAN-146921
- Run markdownlint on all .md files
- Add custom-woke-action if not used already
- Rename woke action to Woke for a pretty badge
Signed-off-by: Sergei Petrosian [email protected]
-
ci: Remove badges from README.md prior to converting to HTML (#207)
- Remove thematic break after badges
- Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian [email protected]
- fix: facts being gathered unnecessarily (#202)
- docs: Consistent contributing.md for all roles - allow role specific contributing.md section (#196)
- ci: update tox-lsr to version 3.0.0 (#197)
- ci: Add pull request template and run commitlint on PR title only (#198)
- ci: Rename commitlint to PR title Lint, echo PR titles from env var (#199)
- ci: ansible-lint - ignore var-naming[no-role-prefix] (#200)
- ci: ansible-test ignores file for ansible-core 2.15 (#201)
- test: check generated files for ansible_managed, fingerprint
- ci: Add commitlint GitHub action to ensure conventional commits with feedback
- use pipefail if shell uses pipes (#189)
- Update chrony.conf location for Debian (#187)
- suppress shellcheck issue (#176)
- Fix jinja formatting issue (#178)
- Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#185)
- Fingerprint RHEL System Role managed config files (#186)
- none
- fixes for ansible-lint 6.x
- ensure ethtool is installed where needed
- Add check for non-inclusive language; (#170)
- Clean up / Workaround non-inclusive words
- update ignore files for ansible-test 2.14 (#172)
- none
- none
- Update timestamping checks using ethtool
New ethtool versions don't print the upper-case timestamping constants anymore. Match the lower-case strings instead.
- adding support fpr Oracle Linux 6,7,8 and 9
- Update chrony.conf.j2
Variables are defined as string in Jinja2 template and the operators on line 26 gives '<' not supported between instances of 'str' and 'float on line 43 gives '>' not supported between instances of 'str' and 'float
-
Updated: type casting in overall timesync templates for testing
-
Updated: type casting adjusted (timesync_max_distance <= int)
- use ansible_playbook_filepath for ansible-playbook command
- none
- none
- make all tests work with gather_facts: false
Ensure all tests work when using ANSIBLE_GATHERING=explicit
- make min_ansible_version a string in meta/main.yml
The Ansible developers say that min_ansible_version
in meta/main.yml
must be a string
value like "2.9"
, not a float
value like 2.9
.
- Add CHANGELOG.md
- none
- none
- bump tox-lsr version to 2.11.0; remove py37; add py310
- support gather_facts: false; support setup-snapshot.yml
- none
- none
- none
- handle errors with stopping services
- bump tox-lsr version to 2.10.1
- Initial version for Debian
- none
- none
- none
- Fix an issue if a service is listed by service_facts that does not have the 'status' property defined
- bump tox-lsr version to 2.8.3
- change recursive role symlink to individual role dir symlinks
- none
- evaluate is_ntp_default as boolean, not string
- reject services which have a status == not-found
- also reject masked and failed services
- update tox-lsr version to 2.8.0
- make role work with ansible-core-2.11 ansible-lint and ansible-test
- none
- update tox-lsr version to 2.7.1
- support python 39, ansible-core 2.12, ansible-plugin-scan
- Check port state in PTP tests
- replace json_query with selectattr/map
- Use {{ ansible_managed | comment }} to fix multi-line ansible_managed
- use apt-get install -y
- use tox-lsr version 2.5.1
- Raise supported Ansible version to 2.9
- none
- none
- Add NTS support
- none
- none
- none
- none
- CI: Add support for RHEL-9
- use public: true to expose role parameters; ansible 2.8
- Add hybrid_e2e option to PTP domain
- Cleaning up ansible-lint errors except 301 and 303.
- Fix ansible-test errors
- tag tests with slow
- Remove python-26 environment from tox testing
- update to tox-lsr 2.4.0 - add support for ansible-test with docker
- Support chrony configuration in Fedora 33
- Add support for HW timestamping with NTP
- add timesync_chrony_custom_settings variable for free-form local configs
- Fix centos6 repos; use standard centos images; add centos8
- Fix package versions
- use tox-lsr 2.2.0
- use molecule v3, drop v2
- remove ansible 2.7 support from molecule
- use tox for ansible-lint instead of molecule
- use new tox-lsr plugin
- use github actions instead of travis
- Add option to configure max distance
- Use service_facts instead of chkconfig/systemctl
- none
- add jmespath as dependency for molecule
- lock ansible-lint version at 4.3.5; suppress role name lint warning
- sync collections related changes from template to timesync role
- Lock ansible-lint on version 4.2.0
- Remove ignore_errors for Disable services tasks
- bug with current implementation of platform/version …
- add support for tox; fix yamllint issues
- use molecule v2
- Fix check mode
- Enable line-length check. Fix found issues.
- Synchronize files from linux-system-roles/template
- sync with latest template including shellcheck
- Use linux-system-roles.timesync as name for role
- Use
is version
instead of|version_compare
- Add empty timesync_ntp_provider to defaults
- Remove unused/now invalid semaphore config
- Fixes for syntax problems found by Molecule
- Fix yamllint error
- Fix role to work in check mode
- Add default vars test
- Run tests_default both in normal and in check mode
- use yaml syntax
- Configure Molecule and Travis CI (this PR should trigger build in CI)
- Add example playbooks
- Add provision file to tests
- Add test for setting the default NTP provider for OS release
- none
- none
- Update Galaxy tags.