@@ -1,5 +1,9 @@
; ansible inventory file
-[hosts]
+[debian]
192.168.1.18
192.168.1.85
-192.168.1.109
+192.168.1.109
+
+[alpine]
+192.168.1.72
+192.168.1.48
@@ -0,0 +1,6 @@
+- hosts: alpine
+ gather_facts: no
+ tasks:
+ - name: Install Python3
+ raw: apk update && apk add python3