install ansible step

This commit is contained in:
2024-09-05 14:27:01 +10:00
parent 1eaf4073ad
commit 3188c2cbee

View File

@@ -86,6 +86,12 @@ jobs:
echo "[app]" > hosts.ini
echo "$APP_HOST" >> hosts.ini
- name: Install Ansible
run: |
sudo apt-add-repository ppa:ansible/ansible -y
sudo apt-get update -y
sudo apt-get install ansible -y
- name: Run Ansible Playbook to Configure Servers
run: |
export ANSIBLE_HOST_KEY_CHECKING=False # Disable host key checking