26.3. ansible-freeipa 패키지 설치
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-freeipaCopy 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-freeiparpm은freeipa.ansible_freeipa컬렉션만 설치합니다.새 컬렉션을 사용하려면
freeipa.ansible_freeipa접두사를 역할 및 모듈 이름에 추가합니다. 정규화된 이름을 사용하여 Ansible 권장 사항을 따릅니다. 예를 들어ipahbacrule모듈을 참조하려면freeipa.ansible_freeipa.ipahbacrule을 사용합니다.