vidikon před 3 roky
rodič
revize
d1b6e7f3c6
2 změnil soubory, kde provedl 9 přidání a 0 odebrání
  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