Commit Graph

52 Commits

Author SHA1 Message Date
Xan Manning 44635027ce
chore(changelog): update with latest releases 2023-05-17 21:11:04 +01:00
Daniel Brennand 0cc1e48902
Refactor/remove-secret-encryption-experimental (#201)
* refactor: `secrets-encryption` is no longer experimental

Resolves #200

* docs(fix): typo

* docs(refactor): update CHANGELOG

* fix: add `until`

* docs(refactor): modify changelog refactor
2023-05-02 15:48:34 -04:00
Xan Manning 3f200f2bd7
docs(changelog): updated for v3.3.1 release 2022-11-15 17:50:09 +00:00
Xan Manning 80e4debcd4
docs(changelog): updated for v3.3.0 2022-09-11 11:27:30 +01:00
Xan Manning d38f344937 chore: update changelog for release 2022-06-17 15:41:16 +00:00
Xan Manning 818676e449 docs(changelog): release notes for 3.1.2 2022-05-02 17:55:25 +01:00
Xan Manning e20195fe56 chore(release): update changelog 2022-02-18 14:16:56 +00:00
Xan Manning 6550071e43 chore(release): updated release notes for version bump 2022-01-30 14:08:16 +00:00
Xan Manning 252b87bf65 chore(changelog): updates for release 3.0.1 2022-01-06 20:57:23 +00:00
Xan Manning 7e9292c01b fix(become): only one variable neeed for become 2022-01-02 22:20:14 +00:00
Xan Manning a4cbc4d68d chore(changelog): release notes for changelog 2021-12-23 08:48:10 +00:00
Xan Manning 58f4de5481 chore(changelog): updates 2021-12-20 21:58:00 +00:00
Xan Manning ea413afa3a chore(release): updated changelog 2021-10-10 14:17:27 +01:00
Xan Manning 765fbf2e9b chore(release): bump version 2021-09-08 19:23:45 +01:00
Xan Manning 83290e050c chore: version bump 2021-08-18 21:13:04 +01:00
Xan Manning cc86f35d9b version bump 2021-08-14 14:18:29 +01:00
Xan Manning 8c0c586607 Updated CHANGELOG for release 2021-07-24 18:02:07 +01:00
Xan Manning 4e713918a7 Version bump 2021-07-21 20:34:10 +01:00
Xan Manning 2da5738452 Updated README with current k3s supported OS 2021-06-22 20:39:38 +01:00
Xan Manning f46450319b Update changelog 2021-05-30 21:05:03 +01:00
Xan Manning e5b9e5a78a Updated CHANGELOG and molecule tests 2021-05-27 18:13:55 +00:00
Xan Manning 50fa321e7e Fix templating error 2021-05-15 20:47:32 +01:00
Xan Manning 4d5d5b2838 Updated documentation to remove deprecated playbook structures #115 2021-05-15 18:47:27 +01:00
Xan Manning 7bb9f6d8b4 Update changelog 2021-05-13 18:19:55 +01:00
Xan Manning a298ea0985 Update CHANGELOG.md 2021-05-06 21:11:04 +01:00
Xan Manning 87c56dbe64 Updated CHANGELOG 2021-05-01 08:53:11 +01:00
Xan Manning f4fcd2897d Update test sequence for check mode, fixed check mode on cgroup test 2021-04-18 20:39:06 +01:00
Xan Manning 265b529bb6 Update README.md, requirements.txt and CHANGELOG.md 2021-04-10 21:03:38 +01:00
Xan Manning a3c4d9cfae Updated CHANGELOG 2021-03-22 18:00:05 +00:00
Xan Manning 4326f4497d Renamed k3s_control_node_address -> k3s_registration_address 2021-03-14 16:29:14 +00:00
Xan Manning 94a153892e Bugfix, missing become on cluser token check 2021-02-28 17:36:30 +00:00
Xan Manning 1d93c2115d Cluster-init checks added, tidy up of task format 2021-02-28 16:48:23 +00:00
Xan Manning 62b2d7cb36 Typo bugfixes 2021-02-27 19:02:49 +00:00
Xan Manning c2348df1ea updated changelog 2021-02-16 18:23:23 +00:00
Xan Manning c80898d92a Bugfix: #91, missing update to minumum ansible version var 2021-01-31 12:40:08 +00:00
Xan Manning 5555bd3d9b Bugfix, missing `k3s_start_on_boot` to control `systemd.enabled` added. 2021-01-30 17:57:50 +00:00
Xan Manning 2c12436226 Bugfixes
- Added uninstall task to remove hard-linked files #88
  - Fixed missing become for `systemd` operations tasks. #89
  - Added `k3s_start_on_boot` to control `systemd.enabled`.
2021-01-30 17:23:31 +00:00
Xan Manning 43b5359160 Update Changelog 2021-01-24 19:42:35 +00:00
Xan Manning fc1149ac9e Update CHANGELOG 2021-01-23 11:35:22 +00:00
Xan Manning e954ba13c4 Bugfix: Docker check still failing on "false" 2021-01-10 16:35:20 +00:00
Xan Manning 216af14fe1 Updated Changelog 2021-01-02 16:37:31 +00:00
Xan Manning e7c714424c
Tiidy up and refactoring of tasks (#80)
* Tidy up and refactoring of tasks

  - `k3s_config_dir` derived from `k3s_config_file`, reused throughout the role
    to allow for easy removal of "Rancher" references #73.
  - `k3s_token_location` has moved to be in `k3s_config_dir`.
  - Tasks for creating directories now looped to caputure configuration from
    `k3s_server` and `k3s_agent` and ensure directories exist before k3s
    starts, see #75.
  - Server token collected directly from token file, not symlinked file
    (node-token).
  - `k3s_runtime_config` defined in `vars/` for validation and overwritten in
    tasks for control plane and workers.
  - Removed unused references to GitHub API.

* set_fact now uses FQCN

* re-pin molecule<3.2

* Command module now uses FQCN

* Added package checks for #72

* Reorder task files

  - Docker tasks moved into a separate directory for ease of removal #67
  - Bugfix: Control plane on alternate port didn't work.
  - Validation tasks grouped

* Fix Fedora tests

* Add optional documentation links to validations steps #76

* Removed jmespath requirement

* Fix issue with data collection

* Release candidate
2020-12-21 19:14:52 +00:00
Xan Manning 99c22dceab Uninstall scripts now in-line with upstream
Fixes #74
Addresses #73 - move rancher reference to vars/
2020-12-19 14:05:41 +00:00
Xan Manning 06fac01266 Pin molecule<3.2 2020-12-19 13:09:46 +00:00
Xan Manning 01a8313dd9 Documentation fixes
- Removed Disclaimer
  - Fixed a Typo
  - Removing references to Rancher
  - Removing references to Docker
2020-12-19 11:26:08 +00:00
Xan Manning e25edbef3c rework documentation, change github link, replace deprecated variables 2020-12-16 11:02:15 +00:00
Xan Manning 34e2af3d47 Set embedded Etcd as stable, deprecate docker 2020-12-12 14:27:59 +00:00
Xan Manning 5d3524d729 Fix link to documentation 2020-12-05 22:01:43 +00:00
Xan Manning 4afc2c8a5a Fixed data-dir configuration and draining of nodes. Added documentation. 2020-12-05 21:56:28 +00:00
Xan Manning 21adf94627 Updated issue template and collection yml 2020-11-30 21:57:58 +00:00