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 q1 Please Ignore Delete Me

Getwebup 1 min read

t

---
- name: Base VPS hardening
  hosts: vps
  become: true

  vars:
    deploy_user: deploy
    ssh_port: 22

  tasks:
    - name: Update apt cache and upgrade packages
      apt:
        update_cache: true
        upgrade: dist

    - name: Create deploy user with sudo access

Keep reading

Chat with Support