此内容没有您所选择的语言版本。
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-rpms
# subscription-manager repos --enable=ansible-2-for-rhel-8-x86_64-rpms
Copy to Clipboard Copied! Toggle word wrap Toggle overflow For Red Hat Enterprise Linux 7subscription-manager repos --enable=rhel-7-server-ansible-2-rpms
# subscription-manager repos --enable=rhel-7-server-ansible-2-rpms
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Install
ansible
by executing the following command:yum install ansible
# yum install ansible
Copy to Clipboard Copied! Toggle word wrap Toggle overflow