Answers for "install glusterfs on ubuntu 20.04 ansible"

1

install ansible on ubuntu 20.04

$ sudo apt update
$ sudo apt install software-properties-common
$ sudo add-apt-repository --yes --update ppa:ansible/ansible
$ sudo apt install ansible
Posted by: Guest on June-09-2021

Code answers related to "install glusterfs on ubuntu 20.04 ansible"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language