일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- elastic stack
- miniconda
- 보안양파
- Kibana server is not ready yet
- hardening
- docker
- proxycfg
- 한글가이드
- xe guest utilities
- Proxy
- x-pack
- XCP-ng
- 로그인불가
- application security
- Elasticsearch
- ELASTIC
- freebsd
- PlayBook
- centos 8
- macos
- GitLab
- ansible
- pfsense
- bash
- endpoint security
- Kibana
- Windows
- G-suite
- ssh key 배포
- Today
- Total
목록IT/Cloud & DevOps (43)
선 밖에 선 자유인
https://lovemewithoutall.github.io/it/deploy-example-by-gitlab-ci/ Gitlab-CI 구성 & .gitlab-ci.yml 예제 CI/CD 도입Gitlab을 설치하는 방법은 전에 다뤘다. 이번에는 CI/CD 도구를 도입했다. 예전에 일했던 프로젝트에서는 주로 jenkins를 사용했는데, 이번에는 Gitlab-CI를 써보기로 했다. Git 초심자가 대부분인 우리 프로젝트 특성상, Gitlab과 연계가 긴밀한 Gitlab-CI를 선택하는 편이 Git 보급에 유리할 듯 싶었다. Gitlab-CI과 jenkins의 비교는 하기 링크를 참조했다. 물론 애시당초 jenkins와 Gitlab- lovemewithoutall.github.io https://allrou..
- Kubenetes 기초 학습https://kubernetes.io/ko/docs/tutorials/kubernetes-basics/
Ansible 을 Web UI에서 활용할 수 있는 Ansible Tower의 오픈소스 버전 https://github.com/ansible/awx
http://docs.ansible.com/https://moonstrike.github.io/ansible/2016/09/22/Ansible-Playbooks.htmlhttps://github.com/mcchae/ansible_doc_ko/blob/master/%ED%94%8C%EB%A0%88%EC%9D%B4%EB%B6%81.md
* 간단한 원격 사용자 추가 playbook---- hosts: all usre: vagrant become: yes become_user: root tasks: - name: Create a Group group: name: state: present - name: Create a login user user: name: groups: , wheel # Empty by default. (wheel -> 관리자 그룹 추가) state: present shell: /bin/bash # Defaults to /bin/bash system: no # Defaults to no createhome: yes # Defaults to yes home: /home/ - playbook 오류 테스트$ ansible-p..
- ANSIBLE Cheat Sheet from Jon Warbrickhttps://gist.github.com/andreicristianpetcu/b892338de279af9dac067891579cad7d
- Ubuntu 16.04https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elk-stack-on-ubuntu-16-04 - CentOS 7https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elk-stack-on-centos-7