커스텀 모듈 - testing.py 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 #!/bin/env python from ansible.module_utils.basic import * import os, json import re, sys def firstProg(text): text1 = "Hello " + text return text1 if __name__ == '__main__': fields = { "yourName": {"required": True, "type": "str"} } module = AnsibleModule(argument_spec=fields) yourName = os.path.expanduser(module.params['yourName'..
Ansible Tower Administration Guide v3.4.3의 7. Clustering 대한 번역입니다. 원문 : https://docs.ansible.com/ansible-tower/latest/html/administration/clustering.html Clustering Ansible Tower 3.1부터 클러스터링을 도입하였고, Ansible Tower 3.2부터 클러스터 된 인스턴스를 다른 풀과 큐에서 그룹화할 수 있습니다. 인스턴스는 여러 개의 인스턴스 그룹으로 그룹화될 수 있고, 아래 나열된 자원들에 복수로 할 당 될 수 있음. Organizations Inventories Job Templates 자원중 하나와 연관된 작업이 실행되면, 연관된 인스턴스 그룹에 할당됨. Jo..
Ansible AWX는 ansible tower의 오픈소스 버전입니다.AWX는 Ansible 상위에 구축된 테스크 엔진으로, 웹기반 UI, REST API를 제공합니다. 설치 : https://www.howtoforge.com/tutorial/how-to-install-ansible-awx-with-docker-on-centos/GIT 연동 : http://urban1980.tistory.com/47?category=681899워크 플로우 : https://www.ansible.com/blog/getting-started-workflow-job-templatesAPI 문서 : https://docs.ansible.com/ansible-tower/2.3.0/html/towerapi/intro.htmlOAu..
Purge PDNS host123456789101112131415161718192021222324252627282930[dns:vars]ansible_connection=sshansible_ssh_user=root [pdns]1.1.1.12.2.2.2 [pdns_test]3.3.3.3 [recursor]4.4.4.45.5.5.5 [dnsdist]6.6.6.67.7.7.78.8.8.89.9.9.9 [pdns_group:children]pdnspdns_test [dns:children]pdns_grouprecursordnsdist cs Purge PDNS play-book(purge_pdns.yaml) 123456789101112131415161718192021- name : purge dns hosts: ..
현재 Ansible 컨트럴 서버는 python2는 2.6이상, python3는 3.5 이상이 설치 되어있어야한다.설치 방법은 어러가지가 있으나, pip 로 설치하면 의존성 패키지까지 바로설치 되기 때문에 제일 간편하게 설치할 수 있다. python 설치easy_install pippip install ansible 기본값 설정 파일 /etc/ansible/ansible.cfg 생성기본 설정 파일 : https://raw.githubusercontent.com/ansible/ansible/devel/examples/ansible.cfg설정 디스크립션 : http://docs.ansible.com/ansible/latest/intro_configuration.html inventory 설정 파일 /etc/a..
- Total
- Today
- Yesterday
- mysql
- example
- 이슈처리
- Web
- 외부링크
- Windows
- command
- 명령어
- Linux
- RESTful
- Ansible
- apache
- PowerShell
- deview
- Module
- 번역
- check
- error
- httpd
- 예제
- 코드
- Python
- engineering
- File
- configuration
- code
- client
- monitoring
- MariaDB
- limits
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |