- git
- ansible v2.8
sudo vi /etc/apt/sources.list
deb http://security.ubuntu.com/ubuntu bionic-security main
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-add-repository ppa:ansible/ansible-2.8
sudo apt-get update
sudo apt-get install git ansible=2.8.20-1ppa~focal
git clone https://github.com/heangratha/wepcenv.git
ansible-playbook -i "localhost," -c local playbook.yml --ask-become-pass
apt-get install ecryptfs-utils
sudo adduser --encrypt-home <USERNAME>
sudo usermod -aG docker ${USER}
curl -sS http://deb.ocsinventory-ng.org/pubkey.gpg | sudo apt-key add -
echo "deb http://deb.ocsinventory-ng.org/ubuntu/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/ocsinventory.list
sudo apt update
sudo mkdir /etc/ocsinventory
sudo vi /etc/ocsinventory/ocsinventory-agent.cfg
ssl=0
server=https://inventory.web-essentials.co/ocsinventory
sudo apt install ocsinventory-agent
sudo ocsinventory-agent