安裝 Ansible Automation Platform 2.1.0
這篇主要是講如何安裝 Ansible Automation Platform 2.1.0 。
硬體需求:
- CPUs: 4
- RAM: 16G
環境是 Red Hat Enterprise Linux 8.4,需要先使用 subscription-manager 註冊。
下載地點需要登入 Red Hat Customer Portal:https://access.redhat.com/downloads/content/480/
這裡是選 Ansible Automation Platform 2.1.0 Setup Bundle 來下載,網速不快的話,得要耐心等。
下載以後,就用 tar xvf
解開。解開後會有 ansible-automation-platform-setup-bundle-2.1.0 的目錄。進入該目錄,編輯 inventory 這個檔案的內容。主要修改以下項目:
[all:vars]
admin_password='<your_password>'
pg_password='<your_db_password>'
registry_username='<your_rhn_account>'
registry_password='<your_rhn_password>'
修改完畢以後,輸入
./setup.sh
就會開始進行安裝了。
安裝完成後,使用瀏覽器去瀏覽,看能否登入使用,若可以登入,就是大功告成了。
若安裝有錯誤,就依照錯誤訊息來看怎麼處理跟排除,完成後,再執行一次 ./setup.sh
即可。