Skip to content

helioha/ansible-laptop-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Laptop Setup

Ansible playbook designed to automate laptop setup (Pop!_OS 22.04 LTS).

Pre-requisites

Install python and pip

sudo apt install python3 python3-pip -y

Install ansible

sudo pip3 install ansible psutil

Clone this repository and cd into this project folder

git clone https://github.com/helioha/ansible-laptop-setup.git && cd ansible-laptop-setup

Install ansible requirements

ansible-galaxy install -r requirements.yml -p ./roles

Running the playbook

To run the playbook

ansible-playbook main.yml --ask-become-pass

To run only certain tags in the playbook

ansible-playbook main.yml --ask-become-pass --tags "tag1,tag2,tag3"

About

POP!_OS laptop setup script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages