반응형 전체 글157 공인 DNS namespace 168.126.63.1 namespace 168.126.63.2 namespace 8.8.8.8 2022. 3. 31. nginx_install.yml --- - name: Install nginx on linux hosts: nginx gather_facts: no tasks: - name: install epel-release yum: name=epel-release state=latest - name: install nginx web server yum: name=nginx state=present - name: upload default index.html for web server get_url: url=https://www.nginx.com dest=/usr/share/nginx/html mode=0644 - name: start nginx web server service: name=nginx state=started 2022. 3. 31. ansible 구축/실행 명령어 모음 [Ansible 설치] yum install -y perl ## vmware-tools 설치할 때 필요해서 넣어둠 yum install -y epel-release ## CentOS ansible은 epel 에 있음 yum install -y ansible ## Ansible 설치 yum install -y python3 ## 요즘 python은 3버전 쓴대서 추가 yum install python-pip -y ## python 기반 install은 pip pip install ansible-cmdb ## ansible-cmdb는 pip 로 설치 yum install python-mako -y ## ansible-cmdb 실행시 mako 요구 yum install nginx -y ## ansible-cm.. 2022. 3. 31. 2022-03-31 대한전선 아침에 잠깐 그래프 보다가 주식은 계속 내려가는데 최근 거래량이 확 늘었고 회사 재정도 나쁘지 않은 거 같아서 200만 넣었다가 슬슬 오르길래 300 마저 투입 수익률 11.7% 특별한 이슈는 없는데 외인들 많이 사는걸보니 모르는 호재가 있는가 봄 내리 꽂아도 이익으로 굴리는거라 상관은 없어서 두고 볼 생각 2022. 3. 31. 이전 1 ··· 34 35 36 37 38 39 40 다음 반응형