vidikon %!s(int64=3) %!d(string=hai) anos
pai
achega
d1b6e7f3c6
Modificáronse 2 ficheiros con 9 adicións e 0 borrados
  1. 2 0
      hosts
  2. 7 0
      install-software.yml

+ 2 - 0
hosts

@@ -0,0 +1,2 @@
+[local]
+localhost ansible_connection=local

+ 7 - 0
install-software.yml

@@ -0,0 +1,7 @@
+---
+- hosts: local
+  tasks:
+    - name: install cmztrix
+      ansible.builtin.apt:
+        name: cmatrix
+        state: present