Petit stack

This commit is contained in:
2026-05-12 18:38:47 +02:00
parent 52e636b8e5
commit 8f477950d8
9 changed files with 79 additions and 50 deletions

View File

@@ -4,8 +4,8 @@
tasks:
- name: install tools
apt: name={{item}} state=present update_cache=yes
with_items:
- python-httplib2
loop:
- python3-httplib2
- name: install nginx
apt: name=nginx state=present update_cache=yes