Skip to content

Instantly share code, notes, and snippets.

View spantaleev's full-sized avatar

Slavi Pantaleev spantaleev

View GitHub Profile
@spantaleev
spantaleev / kubespray-2.26-ubuntu-24-04-fail.log
Created October 11, 2024 08:57
Kubespray v2.26.0 failure against an Ubuntu 24.04 host
[WARNING]: While constructing a mapping from /path/to/kubespray/roles/bootstrap-os/tasks/main.yml, line 29, column 7, found a duplicate dict key (paths). Using last defined value only.
[WARNING]: Skipping callback plugin 'ara_default', unable to load
PLAY [Check Ansible version] *********************************************************************************************************************************************************************************************************
петък 11 октомври 2024 10:12:34 +0300 (0:00:00.011) 0:00:00.011 ********
TASK [Check 2.16.4 <= Ansible version < 2.18.0] **************************************************************************************************************************************************************************************
ok: [control-plane-0] => {
"changed": false,
"msg": "All assertions passed"
@spantaleev
spantaleev / .gitignore
Last active February 20, 2023 09:59
Flask-Sijax usage example with blueprints
*.pyc
env
static/js
@spantaleev
spantaleev / .gitignore
Created July 13, 2012 06:15
Simple login system with Flask-Sijax
*.pyc
env
static/js