반응형 Shell2 Ansible 사용법(모듈) Ansible 사용법 -u : 명령을 실행할 사용자(Remote_user) -k : 비밀번호 입력 -m : 모듈 인수(ping, shell, setup 등…) [모듈] File : 파일에 대한 상세정보 설정+보기(ex. Size, path, group, owner, mode(644)) $ ansible machinename -m file -a 'path=/etc/test' $ ansible machinename -m file -a 'path=/etc/test state=directory mode=0700 owner=root' 디렉토리 생성 Copy : Src 파일을 Dest로 복사한다. 필요하면 속성을 설정까지 $ ansible machinename -m copy -a 'src=/etc/fstab des.. 2021. 4. 25. Azure Active Directory 모듈 Powershell 설치 Step! Office365 or AzureAD를 관리하는 관리자라면, Powershell을 이용한 관리가 필수라고 할 수 있습니다. Office365, AzureAD가 상당히 많은 기능이 GUI로 구현이 되어 있지만, Powershell로 관리할 수 있는 명령에 비교하면... 약 20%정도(?) 밖에는 없다고도 말할 수 있을정도로 Powershell로 많은 관리를 할 수 있습니다. Office365 or Azure AD를 Powershell로 관리하기 위해서는!?? 반드시!! Azure ActiveDirectory 모듈을 설치해야 Powershell로 관리 할 수 있습니다. 사전체크! Microsoft Azure Active Directory 모듈을 사용하려면, Microsoft .NET 3.5.x 이상이 필요합.. 2021. 4. 20. 이전 1 다음 반응형