26.2. ansible-freeipa 패키지 설치
다음 절차에 따라 RHEL IdM(Identity Management)을 설치 및 관리하기 위한 Ansible 역할 및 모듈을 제공하는 ansible-freeipa
패키지를 설치합니다.
사전 요구 사항
- 컨트롤러가 유효한 서브스크립션이 있는 Red Hat Enterprise Linux 시스템인지 확인합니다. 그렇지 않은 경우 대체 설치 지침은 공식 Ansible 문서 설치 가이드를 참조하십시오.
-
컨트롤러의
SSH
프로토콜을 통해 관리형 노드에 연결할 수 있는지 확인합니다. 관리 노드가 컨트롤러의/root/.ssh/known_hosts
파일에 나열되어 있는지 확인합니다.
프로세스
Ansible 컨트롤러에서 다음 절차를 사용합니다.
ansible-freeipa
패키지를 설치합니다.dnf install ansible-freeipa
# dnf install ansible-freeipa
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 역할 및 모듈은
/usr/share/ansible/collections/ansible_collections/freeipa/ansible_freeipa/roles
디렉터리에 설치됩니다./
및 /usr/share/ansible/collections/ansible_freeipa/plugins/modules
ansible-freeipa
rpm은 freeipa.ansible_freeipa
컬렉션만 설치합니다.
새 컬렉션을 사용하려면 freeipa.ansible_freeipa
접두사를 역할 및 모듈 이름에 추가합니다. 정규화된 이름을 사용하여 Ansible 권장 사항을 따릅니다. 예를 들어 ipahbacrule
모듈을 참조하려면 freeipa.ansible_freeipa.ipahbacrule
을 사용합니다.