Skip to content

programmer-pemula/ptccl-3-tentang-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ANSIBLE

Tentang Ansible

Ansible adalah sebuah provisioning tool yang dikembangkan oleh RedHat. Dimana kamu dapat mencatat setiap proses deployment ataupun konfigurasi yang biasa dilakukan berulang - ulang terhadap beberapa server.

Langkah Penggunaan (katakoda)

Ansible - Configuring CentOS with Ansible

echo "[group1]" > myhosts && \ echo "host01 ansible_ssh_user=cent" >> myhosts

ansible group1 -i myhosts -m command -a date

langkah 1

Ansible Configuring CentOS with Ansible part 1

langkah 2

Ansible Configuring CentOS with Ansible part 2

langkah 3

Ansible Configuring CentOS with Ansible part 3

About

Dokumentasi Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •