Skip to content

Isur/ansible-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPS setup

This ansible playbook will setup server.

  • install docker;
  • create user;
    • setup username in playbook.yml
  • setup firewall;
    • allowed only: 22, 80, 443
  • setup zsh with plugins;
  • install lazydocker and other utils;
  • setup ssh:
    • ./roles/user/files/id_rsa.pub - change key for your public key;

Pre

Before run setup inventory.yml.

To install required collections:

ansible-galaxy install -r collections.yml

Run

To run playbook:

ansible-playbook playbook.yml -i inventory.yml -K --vault-password-file=$PATH_TO_FILE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages