Skip to content

Knowledge Compendiums

2491 Q&A pairs across Ansible, Linux, and Python — the ultimate study resource.


By Topic

Compendium Questions Link
Ansible 886 Ansible Trivia Compendium
Linux 804 Linux Trivia Compendium
Python 801 Python Trivia Compendium

Shuffled Mix

All 2491 questions from all three compendiums, shuffled together:

Open the Shuffled Compendium →

CLI Tool

Run random batches from the terminal:

make trivia                        # 10 random, all topics
make trivia TRIVIA_ARGS="--topic linux --count 20"  # 20 Linux questions
make trivia TRIVIA_ARGS="--reveal" # show answers immediately
make trivia TRIVIA_ARGS="--loop"   # keep going until you quit

Or directly:

python3 tools/trivia.py -t ansible -t python -n 15  # mix ansible + python
python3 tools/trivia.py --loop --reveal              # rapid-fire mode