vidikon 3 年之前
父節點
當前提交
d1b6e7f3c6
共有 2 個文件被更改,包括 9 次插入0 次删除
  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