Skip to content

esrakarakas/Ansible-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible-Examples

This repository contains the Ansible installation files of applications for Centos 7.

Host addresses bind to 0.0.0.0 for be able to access applications after installations.

Requirements:

  • OS: Centos 7
  • Ansible must be installed.
  • Host name and Ansible user should be edited in the hosts file.

Installations:

Kubernetes Installation:

This step creates a Kubernetes cluster consisting of 1 master and 1 worker node.

cd build-k8s
ansible-playbook -i hosts main.yml -k -K

ELK Installation:

cd install-ELK
ansible-playbook main.yml -k -K

Consul Server Installation:

cd install-consul
ansible-playbook -i hosts main.yml -k -K

Deploy Prometheus on Kubernetes:

cd prometheus-on-k8s
ansible-playbook -i hosts main.yml -k -K

Gitlab Installation:

cd install-gitlab
ansible-playbook -i hosts.target gitlab-ce.yml -k -K

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages