사용자 도구

사이트 도구


build_deploy_management:ansible

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
build_deploy_management:ansible [2020/09/13 14:06]
kwon37xi [File 생성]
— (현재)
줄 1: 줄 1:
-====== Ansible ====== 
-  * http://www.ansible.com/ 
-  * https://docs.ansible.com/ 
-  * [[https://docs.ansible.com/ansible/latest/modules/list_of_all_modules.html|Ansible All modules]] 
-  * [[https://github.com/ansible/ansible-examples|ansible/ansible-examples: A few starter examples of ansible playbooks, to show features and how they work together. See http://galaxy.ansible.com for example roles from the Ansible community for deploying many popular applications.]] 
-  * 자동화 툴 
- 
-===== AWS ===== 
-  * https://github.com/ansible/awx : Web UI 
- 
-===== Local 실행 ===== 
-  * [[https://gist.github.com/alces/caa3e7e5f46f9595f715f0f55eef65c1|How to run an Ansible playbook locally]] 
-  * 해당 playbook yml 이 Local 전용일 경우에는 다음 yml 설정으로 충분함. 
- 
-<code yml> 
-- name: playbook name 
-  hosts: 127.0.0.1 
-  connection: local 
-  tasks: 
-    - name: blah.. blah.. 
-</code> 
-<code sh> 
-# 실행 
-ansible-playbook playbook.yml 
-</code> 
- 
-===== File 생성 ===== 
-  * [[https://www.mydailytutorials.com/ansible-create-files/|How to create files in Ansible - My Daily Tutorials]] 
-<code yml> 
-  tasks: 
-  - name: Ansible create file with content example 
-    copy: 
-      dest: "/Users/mdtutorials2/Documents/Ansible/remote_server.txt" 
-      content: "contents" 
-      mode: 0777 
-      owner: mdtutorials2 
-</code> 
-===== 환경변수 읽기 ===== 
-  * [[https://docs.ansible.com/ansible/latest/plugins/lookup/env.html|env – read the value of environment variables — Ansible Documentation]] 
-<code> 
-- debug: msg="{{ lookup('env','HOME') }} is an environment variable" 
-</code> 
- 
-===== 참조 ===== 
-  * [[http://knight76.tistory.com/1977|ansible tomcat]] 
-  * [[http://brownbears.tistory.com/358|Ansible이란?]] 
-  * [[https://skyoo2003.github.io/post/2017/11/14/ansible-module-develop|Ansible Module 개발하기 - 📚 Devlog in the SKY 📚]] 
-  * [[http://theeye.pe.kr/archives/2597|Ansible Playbook 정리 | 아이군의 블로그]] 
  
build_deploy_management/ansible.1599973592.txt.gz · 마지막으로 수정됨: 2020/09/13 14:06 저자 kwon37xi