Skip to content

abakumova/system-administration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

System Administration LTAT.06.003

  • Lab 1 - Introduction
  • Lab 2 - ETAIS
  • Lab 3 - Ansible
  • Lab 4 - DNS
  • Lab 5 - Apache Web Services lab
  • Lab 6 - Email lab
  • Lab 7 - TLS
  • Lab 8 - Filesystems
  • Lab 9 - Containers
  • Lab 10 - DevOps
  • Lab 11 - Kubernetes
  • Lab 12 - Monitoring

Playbook with variables and roles according to labs.

The host file contains ip of the VM.

Command to run the playbook:

ansible-playbook playbook.yml --key-file "~/private-key-file" -u centos -i inventory/hosts

Install:

  • ansible-galaxy collection install community.mysql
  • ansible-galaxy collection install ansible.posix
  • ansible-galaxy collection install community.general
  • ansible-galaxy collection install community.docker

About

Ansible playbook for System Administration course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages