Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ELASTIC
- macos
- proxycfg
- G-suite
- Kibana
- Proxy
- miniconda
- PlayBook
- 보안양파
- ansible
- bash
- docker
- centos 8
- xe guest utilities
- Windows
- pfsense
- 로그인불가
- 한글가이드
- application security
- Kibana server is not ready yet
- GitLab
- x-pack
- XCP-ng
- hardening
- ssh key 배포
- freebsd
- elastic stack
- endpoint security
- Elasticsearch
Archives
- Today
- Total
목록ssh key 배포 (1)
선 밖에 선 자유인
Ansible ssh key 배포 playbook
ssh-key-deploy.yml --- - hosts: all gather_facts: no user: vagrant tasks: - name: ssh-key delete connection: local shell: rm -f /home/vagrant/.ssh/id_rsa* - name: ssh-key making connection: local command: "ssh-keygen -b 2048 -t rsa -f /home/vagrant/.ssh/id_rsa -q -N ''" ignore_errors: yes run_once: true - name: import id_rsa.pub connection: local command: "cat /home/vagrant/.ssh/id_rsa.pub" regi..
IT/Cloud & DevOps
2020. 4. 14. 13:19