Skip to content

snovikov/devops-workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devops-workstation

Basic setup for workstation

Requirements

  • Ubuntu 24.04 LTS or later
  • Ansible 9.0+
  • ansbile collection ansible.posix 1.5.4+
  • ansbile collection community.general 8.3.0+

Install ansible

With apt

sudo apt install ansible
ansible-galaxy collection install ansible.posix
ansible-galaxy collection install community.general

Apply settings

run ansible directly:

ansible-playbook -i "localhost," -c local --ask-become-pass default.yml

or use a shortcut

./default.sh (all|<role>) [list]

About

Basic setup for worstation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages