Skip to content

lukemiloszewski/ansible-playbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Playbooks

Configure, deploy and orchestrate remote servers πŸ“•

Installation

Install ansible:

pipx install --include-deps ansible

Create a configuration file (~/.ansible.cfg):

[defaults]
remote_user = <remote_user>

Add the IP address of your remote server to the inventory file:

[droplets]
<ip_address>

Usage

The current playbooks are configured for Ubuntu 20.04

To update and install system packages:

make packages

To install pyenv:

make pyenv

To install docker and docker-compose:

make docker

About

Automate the configuration of remote servers πŸ“•

Resources

License

Stars

Watchers

Forks

Releases

No releases published