Este conteúdo não está disponível no idioma selecionado.
Chapter 5. Installing Ansible packages and roles
If you are installing from Red Hat Enterprise Linux 7 instead of from Red Hat Virtualization 4.2, you need to install some additional packages.
Register your machine to Red Hat Network.
# subscription-manager register --username=<username> --password=<password>Enable the channels required for Ansible.
# subscription-manager repos --enable=rhel-7-server-rpms --enable=rh-gluster-3-for-rhel-7-server-rpms --enable=rhel-7-server-rhv-4-mgmt-agent-rpms --enable=rhel-7-server-ansible-2-rpms --enable=rhel-7-server-rhvh-4-rpmsInstall ansible and the required roles.
# yum install ansible gluster-ansible-roles ovirt-ansible-hosted-engine-setup ovirt-ansible-repositories ovirt-ansible-engine-setupInstalling the gluster-ansible-roles package places a number of files in the
/usr/share/doc/gluster.ansible/playbooksdirectory.