Skip to content

issvvv/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Lint

Ansible

This monorepo contains some useful Ansible-playbooks.

Ansible is an open-source automation tool that simplifies provisioning, configuration management and application deployment. It uses a declarative language to describe system configurations and orchestrates tasks across multiple systems.

In this repository, you can find several useful Ansible playbooks.

Usage

Note: You need to specify the addresses of the required hosts in inventory.yml

To get started, clone this repository:

git clone https://github.com/issvvv/ansible.git && cd ansible/

Place your SSH key in the ~/.ssh/ssh-ansible:

mv /path/to/your/ssh-ansible ~/.ssh/ssh-ansible

Navigate to the playbook directory and do what you need! For example, run the minikube installation on your host:

ansible-playbook ./playbooks/deploy_minikube.yml

Enjoy! ✨

About

Simplifying Server Provisioning and Setup with Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages