Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 912 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 912 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • A separate extra-vars.yml file containing all needed variables to avoid being asked them during installation.
  • A Makefile to easily run the needed commands.
  • This changelog file to keep track of changes.

Fixed

  • Renamed master to main whenever possible.
  • The main node is now specified in the variables, this avoids having to name your main node main or modifying the playbooks to replace main with the name of your node.
  • Removed ssh-keyscan.yml from bootstrap, since this playbook should be run only once (if necessary).

Updated

  • Traefik is updated to version 2.4
  • Portainer is updated to version 2.x