haishanzheng / moodle-deployments

Moodle server clustering automatic deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moodle server clustering automatic deployments

keywords

Ansible Moodle

install ansible

#sed -i s/archive.ubuntu.com/mirrors.tuna.tsinghua.edu.cn/g /etc/apt/sources.list
#sed -i s/security.ubuntu.com/mirrors.tuna.tsinghua.edu.cn/g /etc/apt/sources.list
apt update
apt dist-upgrade -y
apt install -y python3-pip
pip3 install pip -U
#pip config --global set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install ansible

cluster

https://docs.moodle.org/37/en/Server_cluster

About

Moodle server clustering automatic deployments


Languages

Language:Shell 100.0%