Skip to content
Products
AI Website Builder New VPS Hosting Cloud Servers Web Hosting Dedicated Servers Domains
Company
About Documentation Support Center Contact Get Started Login Client Area
ALL SYSTEMS OPERATIONAL
Blog

Diag Block 7 Please Ignore Delete Me

Getwebup 1 min read

Testing block 7.

    - name: Install Nginx and MySQL
      apt:
        name: ['nginx', 'mysql-server']
        state: present

    - name: Ensure Nginx is running and enabled
      service:
        name: nginx
        state: started
        enabled: true

Keep reading

Chat with Support