목록2023/09/03 (2)
삽더하기실수

timezone.yml --- - name: Setup linux timezone hosts: CentOS:Ubuntu gather_facts: no become: yes tasks: - name: set timezone to Asisa/Seoul timezone: name=Asia/Seoul - name: Setup Windows timezone hosts: win gather_facts: no tasks: - name: set timezone to 'Korea Standard Time' win_timezone: timezone='Korea Standard Time' ansible-playbook timezone.yml -k

pip install pywinrm 명령어 실행 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-JIPSVc/requests/ You are using pip version 8.1.2, however version 23.2.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. 해당 오류가 발생하였다. 오류에서 해결방안을 준것과 같이 pip isntall --upgrade pip 실행 Usage: pip [options] no such option: -y [vagrant@ansible-server ~]$ pi..