Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 3. Private automation hub
Ansible automation hub is the central repository place for the certified collections, and functions as the main source of trusted, tested and supported content.
With private automation hub, automation developers can collaborate and publish their own automation content and deliver Ansible code more easily within their organization. It is also the central repository for Ansible validated content, which is not supported, but is trusted and tested by Red Hat and our partners.
3.3. Enabling firewall services Link kopierenLink in die Zwischenablage kopiert!
Because of the requirement of using a shared filesystem as part of a highly available Ansible automation hub environment, the following firewall services must be enabled to ensure that the filesystem is successfully mounted.
On each Ansible automation hub node, you must:
Ensure the following
firewalldservices (nfs,mountd,rpc-bind) are enabled.# firewall-cmd --zone=public --add-service=nfs # firewall-cmd --zone=public --add-service=mountd # firewall-cmd --zone=public --add-service=rpc-bindReload
firewalldfor changes to take effect.# firewall-cmd --reloadVerify the
firewalldservices are enabled.# firewall-cmd --get-services