Skip to content

Instantly share code, notes, and snippets.

@kraeml
kraeml / lxc_ansible.yaml
Created March 20, 2024 10:07
Ansible bootstrap
---
- name: Erstellen von LXC Maschinen
hosts: lokal
vars:
lxc_containers:
- ansible-lxc
- db2
- web
- informaticker
@kraeml
kraeml / TX-PI-HAT-Counter.ipynb
Last active May 19, 2021 08:44
TX-PI-HAT Class
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
---
- hosts: all
vars:
php_version: '7.2'
db_user:
name: "example_user"
password: "passw0rd"
package_version:
phpmyadmin: "4.7.7"
roles:
---
- src: geerlingguy.mysql
- src: geerlingguy.nginx
- src: geerlingguy.php
- src: geerlingguy.php-versions
- src: geerlingguy.php-mysql
@kraeml
kraeml / Vagrantfile_DBA_INA
Last active June 14, 2018 07:25
Vagrantfile INA und DBA 2018
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
@kraeml
kraeml / Exkurs Festplatten Dateisysteme.ipynb
Created March 12, 2018 21:49 — forked from anonymous/Exkurs Festplatten Dateisysteme.ipynb
rdf/ais/hands-on-lxc/Exkurs Festplatten Dateisysteme.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kraeml
kraeml / Net-Lab.ipynb
Last active March 7, 2018 11:09 — forked from anonymous/Net-Lab.ipynb
rdf/itec/Net-Lab.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.