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