일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- kolla
- Octavia
- ceph-ansible
- libvirt
- yum
- OpenStack
- Ansible
- cephadm
- Docker
- pacman
- terraform
- Linux
- grafana-loki
- KVM
- Arch
- archlinux
- port open
- repository
- awx
- Kubernetes
- ceph
- cloud-init
- nfs-provisioner
- ubuntu
- i3
- golang
- k8s
- HTML
- Kubeflow
- kolla-ansible
Archives
- Today
- Total
목록ansible ad-hoc (1)
YJWANG
[Ubuntu] NFS-Server 구축 Ansible Ad-Hoc
Ansible Command 설치 # apt update # apt install ansible Ansible Ad-Hoc Command 실행 '/data' 로 NFS dir를 사용한다는 가정하에 구성됐으니 환경에 맞게 변경하여 사용하시기 바랍니다. Install NFS Package # ansible -m apt -a 'name=nfs-kernel-server state=present' localhost Create Directory # ansible -m file -a 'path=/data state=directory mode=0777' localhost LineInFIle # ansible -m lineinfile -a 'path=/etc/exports line="/data *(rw,no_root_..
01.OS-Services
2021. 6. 30. 09:40