Toevoegen van diverse talks, inclusief eventuele presentatie en opname
This commit is contained in:
parent
b1e0dd36bc
commit
f3bc059b41
6 changed files with 140 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
categories:
|
||||
date: 2023-05-11T20:31:43+02:00
|
||||
description:
|
||||
layout: event-talk
|
||||
slug:
|
||||
tags:
|
||||
title: "Jan-Piet Mens - Ansible: it's a fact"
|
||||
persons:
|
||||
- jan-piet-mens
|
||||
presentation:
|
||||
filename: 2023-05-11-jan-piet-mens-ansible-it-is-a-fact
|
||||
recording:
|
||||
platform: youtube
|
||||
url: https://www.youtube.com/watch?v=IUjXiSxwZ3g
|
||||
---
|
||||
|
||||
## Abstract
|
||||
|
||||
Ansible facts are data obtained from target nodes which are made available on the controlling node to, say, determine operating system, RAM size, or network interfaces. Facts can be obtained from operating system values, gathered from files and programs you pre-install on nodes (local facts), or even returned by modules, and facts can be cached on the controlling node.
|
||||
|
||||
In this talk we'll talk facts: Ansible facts.
|
||||
|
||||
## Biography
|
||||
|
||||
Jan-Piet Mens is an independent Unix/Linux consultant and sysadmin who's worked with Unix-systems since 1985. Jan-Piet does odd bits of coding, and has architected infrastructure at major customers throughout Europe. One of his specialities is the Domain Name System and as such, he authored the book Alternative DNS Servers as well as a variety of other technical publications, and he launched the MQTT-based Open Source OwnTracks project.
|
Loading…
Add table
Add a link
Reference in a new issue