VM 생성
- CentOS 7
- Processor : 4
- RAM : 8
- Disk : 100GB
- iso : DVD.iso
- Install : Server with GUI
- IP : 211.183.3.50 / 24 / 211.183.3.2
안전빵
[root@vagrant ~]# systemctl stop firewalld
[root@vagrant ~]# systemctl disable firewalld
[root@vagrant ~]# systemctl stop NetworkManager
[root@vagrant ~]# systemctl disable NetworkManager
[root@vagrant ~]# sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
[root@vagrant ~]# init 6
패키지 설치
[root@vagrant ~]# yum -y update
[root@vagrant ~]# yum -y install epel-release
[root@vagrant ~]# yum -y install ansible
[root@vagrant ~]# yum -y install qemu-kvm libvirt virt-install openssh-askpass
[root@vagrant ~]# yum -y install <https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm>
[root@vagrant ~]# yum -y install <https://github.com/kimchi-project/kimchi/releases/download/2.5.0/wok-2.5.0-0.el7.centos.noarch.rpm>