vidikon hace 3 años
padre
commit
d1b6e7f3c6
Se han modificado 2 ficheros con 9 adiciones y 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