Skip to content

pranjalmaurya01/ansible-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Logo

Ubuntu/Fedora Server Setup using Ansible

Introduction

This repository contains Ansible playbooks and configurations to automate the setup of Ubuntu and Fedora servers.

Features

  • Update package repositories and perform system updates.
  • Install essential packages and dependencies.
    • htop
    • vim
    • git
    • fish
    • sudo
  • Configure system timezone.
    • Asia/Kolkata
  • Create a user account and set password.
  • Grant sudo privileges to the user.
  • Install Docker and Docker Compose.

Usage

  1. Update Repository and Install ansible:
  apt update && apt install ansible
  1. Run the Ansible playbook using the following command:
ansible-pull -U https://github.com/pranjalmaurya01/ansible-deb.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published