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
- 한글가이드
- ansible
- elastic stack
- GitLab
- XCP-ng
- PlayBook
- freebsd
- proxycfg
- docker
- bash
- Elasticsearch
- macos
- endpoint security
- G-suite
- miniconda
- Kibana
- ELASTIC
- Proxy
- pfsense
- hardening
- xe guest utilities
- centos 8
- 보안양파
- x-pack
- Windows
- application security
- ssh key 배포
- Kibana server is not ready yet
- 로그인불가
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