티스토리 뷰
Purge PDNS host
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 | [dns:vars] ansible_connection=ssh ansible_ssh_user=root [pdns] 1.1.1.1 2.2.2.2 [pdns_test] 3.3.3.3 [recursor] 4.4.4.4 5.5.5.5 [dnsdist] 6.6.6.6 7.7.7.7 8.8.8.8 9.9.9.9 [pdns_group:children] pdns pdns_test [dns:children] pdns_group recursor dnsdist | cs |
Purge PDNS play-book(purge_pdns.yaml)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - name : purge dns hosts: "{{ section | default(dns) }}" gather_facts: no vars: ansible_python_interpreter : "python" ansible_ssh_common_args : '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' tasks: - name: pdns purge command: 'pdns_control purge {{ domain }}' when: "'pdns' in group_names or 'pdns_test' in group_names" - name: recursor purge command: 'rec_control wipe-cache {{ domain }}' when: "'recursor' in group_names" - name: dnsdist purge command: "{{ item }}" with_items: - 'dnsdist -c -e "getPool(\"\"):getCache():expungeByName(newDNSName(\"{{ domain }}\"))";' - 'pdns_control purge {{ domain }}' when: "'dnsdist' in group_names" | cs |
Purge PDNS run
1 | ansible-playbook -v purge_pdns.yaml --extra-vars "domain=DOMAIN section=dns" | cs |
'엔지니어링' 카테고리의 다른 글
MySQL 접근 차단 해제. blocked because of many connection errors (0) | 2018.09.04 |
---|---|
SQL 자주 사용하는 함수 (0) | 2018.05.04 |
Python Ansible 셋팅 & 사용법 (0) | 2017.09.18 |
Httpd .htaccess 로 특정 파일 특정 아이피 접근 제어 (0) | 2017.09.15 |
Python 모듈 패키지 소스 설치시 에러 (0) | 2017.07.27 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- MariaDB
- configuration
- Python
- RESTful
- limits
- monitoring
- 명령어
- error
- apache
- Ansible
- check
- 외부링크
- File
- code
- httpd
- client
- 번역
- PowerShell
- engineering
- Web
- mysql
- 코드
- Windows
- deview
- command
- Module
- Linux
- 이슈처리
- example
- 예제
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함