Este conteúdo não está disponível no idioma selecionado.
2.8. Installing Ansible to Support Gdeploy
Note
Consult with your IT department to confirm your organization’s supported download instructions for Ansible.
gDeploy depends on Ansible to execute the playbooks and modules. You must install Ansible 2.5 or higher to use gDeploy.
- Execute the following command to enable the repository required to install Ansible:For Red Hat Enterprise Linux 8
# subscription-manager repos --enable=ansible-2-for-rhel-8-x86_64-rpmsFor Red Hat Enterprise Linux 7# subscription-manager repos --enable=rhel-7-server-ansible-2-rpms - Install
ansibleby executing the following command:# yum install ansible