實機練習

  1. 工作帳號 deyu1,工作路徑 ~/ansible
  2. 安裝內容集
    1. 設定內容集路徑為 ~/ansible/mycollections
    2. 安裝以下內容集到目錄 ~/ansible/collections
      1. ansible-posix-1.5.1.tar.gz
      2. community-general-6.3.0.tar.gz
      3. rhel-system_roles-1.0.0.tar.gz
    3. 安裝成功後在 ~/ansible 工作目錄下
      1. ansible-galaxy collection list 查看出現哪些內容集?並導向到 collectionlist.txt。
      2. ll 查看內容集路徑下的 ansible_collections,出現哪些目錄?並導向到 llcollections.txt。