This Ansible project sets up a basic LAMP (Linux, Apache, MySQL, PHP) stack on a remote server.
- A remote server with a Linux operating system (e.g. Ubuntu)
- Ansible installed on your local machine
- SSH access to the remote server
-
Clone the repository
git clone https://github.com/ansible/ansible-lamp-stack.git
-
Navigate to the repository
cd ansible-lamp-stack
-
Update the
hosts
file with the IP address or hostname of the remote server -
Run the setup script
./setup.sh
This Ansible project sets up a basic LAMP stack on a remote server. You can now use this server to host your web applications.