yum -y install openssh-server openssh-clients chkconfig sshd on service sshd start
rpm -ivh http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-7.noarch.rpm yum install puppet
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install ansible
yum install -y @virtualization yum install -y libvirt virt-manager virt-viewer service libvirt on chkconfig libvirtd on
#[root@localhost ~]# virsh net-define /usr/share/libvirt/networks/default.xml #pogreška: Failed to define network from /usr/share/libvirt/networks/default.xml #pogreška: operacija nije uspjela: network 'default' already exists with uuid bfe06a24-ae3a-4224-a2cd-b4d884605d73 #[root@localhost ~]# virsh net-start default #pogreška: Failed to start network default #pogreška: Requested operation is not valid: network is already active
yum install centos-release-SCL yum update yum install python27-python scl enable python27 bash