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