├── .gitignore ├── 2020-Scrum-Guide-US.pdf ├── AWS ├── AWS_Cloud_Dictionary_A_Cloud_Guru (1).pdf ├── CloudFormation-Yaml-templates │ ├── CloudFormation-ALB-ASG-LT │ │ ├── Application_Load_Balancer_with_ASG_and_LT.md │ │ ├── alb-asg-cfn.yaml │ │ └── img │ │ │ ├── img1.png │ │ │ ├── img10.png │ │ │ ├── img11.png │ │ │ ├── img12.png │ │ │ ├── img13.png │ │ │ ├── img14.png │ │ │ ├── img15.png │ │ │ ├── img16.png │ │ │ ├── img17.png │ │ │ ├── img18.png │ │ │ ├── img19.png │ │ │ ├── img2.png │ │ │ ├── img20.png │ │ │ ├── img3.png │ │ │ ├── img4.png │ │ │ ├── img5.png │ │ │ ├── img6.png │ │ │ ├── img7.png │ │ │ ├── img8.png │ │ │ └── img9.png │ ├── cloudformation_create_VPC.yml │ └── vpc_3subnets.yml ├── Cloud_Computing_Terminology.md ├── aws_readings.md ├── boto3 │ ├── create_s3.py │ ├── ec2launch.py │ ├── ec2stop.py │ ├── ec2terminate.py │ ├── s3.py │ ├── s3cb.py │ ├── s3list.py │ ├── sample-1.py │ ├── sample-2.py │ └── sample-3.py ├── conversion-yaml-json-yaml.md ├── history │ └── volume-history.txt ├── img │ ├── EBS │ ├── s3lambdasns.png │ └── virtualization └── wellarchitected-framework.pdf ├── DevOps_summary.pdf ├── Docker ├── docker-compose │ └── docker-compose.yml ├── docker-swarm │ ├── README.md │ └── docker-swarm-terraform-template.tf ├── history │ └── history.md └── tepe_web │ ├── Dockerfile │ ├── Dockerfile-alpine │ └── welcome.py ├── ECS-ECR-EKS ├── ECR-2-HO │ ├── .terraform.lock.hcl │ └── ecr-ec2-jenkins.tf ├── docker-machine-with-ecr-cfn-template copy.yml └── ecr-ec2.tf ├── Encryption ├── awscli.md ├── encryptVolumes.md └── img │ ├── 1.png │ ├── 10.png │ ├── 11.png │ ├── 12.png │ ├── 13.png │ ├── 14.png │ ├── 15.png │ ├── 16.png │ ├── 17.png │ ├── 18.png │ ├── 19.png │ ├── 2.png │ ├── 20.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ └── 9.png ├── InterviewQA.md ├── K8s-GitOps └── Whitepaper_AutomatingKuberneteswithGitOps.pdf ├── Prometheus-Grafana ├── HO2-prometheus-grafan │ ├── ClusterRole.yml │ ├── ConfigMap.yml │ ├── PrometheusDeployment.yml │ ├── ServiceNodePort.yml │ ├── ServiceWebFlask.yml │ └── WebFlaskDeployment.yml ├── first_rules.yml └── prometheus.yml ├── README.md ├── The DevOps Handbook - Cheat Sheet V1.0.pdf ├── ansible ├── Ansible2-files │ ├── handlyer.yml │ ├── playbook1.yml │ ├── playbook2.yml │ ├── playbook3.yml │ ├── playbook4.yml │ ├── playbook5.yml │ ├── playbook6.yml │ ├── playbook7.yml │ └── playbook8.yml ├── HO-3-4 │ ├── create-user-1.yml │ ├── create-user.yml │ ├── dynamic-inventory │ │ ├── ansible.cfg │ │ ├── inventory.txt │ │ ├── inventory_aws_ec2.yml │ │ ├── ping-playbook.yml │ │ └── user.yml │ ├── facts.yml │ ├── ipaddress.yml │ ├── secret-1.yml │ └── secret.yml ├── HO-5 │ ├── .my.cnf │ ├── Ansible-Website-Project │ │ ├── ansible.cfg │ │ ├── inventory.txt │ │ ├── ping.yml │ │ └── playbook.yml │ └── db-load-script.sql ├── HO-6 │ ├── ansible │ │ └── roles │ │ │ ├── apache │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── defaults │ │ │ │ └── main.yml │ │ │ ├── handlers │ │ │ │ └── main.yml │ │ │ ├── meta │ │ │ │ └── main.yml │ │ │ ├── tasks │ │ │ │ ├── index.html │ │ │ │ └── main.yml │ │ │ ├── tests │ │ │ │ ├── inventory │ │ │ │ └── test.yml │ │ │ └── vars │ │ │ │ └── main.yml │ │ │ └── geerlingguy.nginx │ │ │ ├── .ansible-lint │ │ │ ├── .github │ │ │ ├── FUNDING.yml │ │ │ ├── stale.yml │ │ │ └── workflows │ │ │ │ ├── ci.yml │ │ │ │ └── release.yml │ │ │ ├── .gitignore │ │ │ ├── .yamllint │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── defaults │ │ │ └── main.yml │ │ │ ├── handlers │ │ │ └── main.yml │ │ │ ├── meta │ │ │ ├── .galaxy_install_info │ │ │ └── main.yml │ │ │ ├── molecule │ │ │ └── default │ │ │ │ ├── converge.yml │ │ │ │ └── molecule.yml │ │ │ ├── tasks │ │ │ ├── main.yml │ │ │ ├── setup-Archlinux.yml │ │ │ ├── setup-Debian.yml │ │ │ ├── setup-FreeBSD.yml │ │ │ ├── setup-OpenBSD.yml │ │ │ ├── setup-RedHat.yml │ │ │ ├── setup-Ubuntu.yml │ │ │ └── vhosts.yml │ │ │ ├── templates │ │ │ ├── nginx.conf.j2 │ │ │ ├── nginx.repo.j2 │ │ │ └── vhost.j2 │ │ │ └── vars │ │ │ ├── Archlinux.yml │ │ │ ├── Debian.yml │ │ │ ├── FreeBSD.yml │ │ │ ├── OpenBSD.yml │ │ │ ├── RedHat.yml │ │ │ └── Rocky.yml │ └── working-with-roles │ │ ├── ansible.cfg │ │ ├── inventory.txt │ │ ├── ping-playbook.yml │ │ ├── playbook-nginx.yml │ │ └── role1.yml ├── ssm-agent │ └── ssm.yml └── tf-ho-ex-error │ ├── .terraform.lock.hcl │ ├── dynamic-inventory │ ├── ansible.cfg │ ├── inventory.txt │ ├── inventory_aws_ec2.yml │ └── ping-playbook.yml │ └── extra.tf ├── devops-readings ├── ansible_readings.md ├── aws_readings.md ├── devops_readings.md ├── docker_readings.md ├── git-hub_readings.md ├── gitops_readings.md ├── handsonBank.md ├── helm_readings.md ├── jenkins_readings.md ├── kubernetes_readings.md ├── linux_readings.md ├── maven_readings.md ├── network_readings.md ├── nexus_readings.md ├── prometheus_readings.md ├── security_readings.md ├── sre_readings.md ├── terminology.md └── terraform_readings.md ├── exams-tips ├── aws │ └── cp-saa.md ├── interview │ └── interviewQA.md └── k8s │ ├── k8s-bookmarks-CKA-CKAD.html │ ├── k8s.html │ └── kubernetes.md ├── img ├── ECS.png ├── Pmapper.png ├── ansible.png ├── cloud.png ├── cmdentrypoint.png ├── d1.png ├── d2.png ├── docker1.png ├── docker2.png ├── dockerVolume.png ├── gitlab-jenkins.png ├── ingress.png ├── jenkins.png ├── k8s.png ├── md.png └── net.png ├── jenkins ├── jenkins-first-webhook-project │ └── hello-world.py └── jenkinsfile-pipeline-project │ ├── Hello.java │ └── Jenkinsfile ├── network-basics ├── .gitignore ├── 0711721-network-history.txt ├── 072721-subnettingTask.md ├── Computer Networking Terminology.md ├── Subnetting-by-Sunny.pdf ├── img │ ├── 1.png │ ├── Load_balancer.png │ ├── TCP_IP_Suite.png │ ├── firewall.png │ ├── ipv4.png │ ├── network-host-id │ ├── networkID-subnetMask.png │ ├── subnet-B.png │ ├── subnet-BB.png │ ├── subnet-BBB.png │ ├── subnetsforIPv4.png │ ├── sunny.png │ ├── sunny2.png │ ├── tcp_udp.png │ └── three-way.png └── network_readings.md ├── terraform ├── K8s-OFD-Cluster-ubuntu.tf ├── ansible.tf ├── ansible3cent.tf ├── ec2-docker.tf ├── handsons │ ├── 1 │ │ ├── README.md │ │ └── ec2-s3.tf │ └── 2-3 │ │ ├── s3-backend │ │ ├── 3README.md │ │ └── backend.tf │ │ ├── terraform-aws │ │ ├── 2README.md │ │ ├── main.tf │ │ ├── output.tf │ │ ├── terraform.tfvars │ │ └── variable.tf │ │ └── terraform-modules │ │ ├── dev │ │ ├── .terraform.lock.hcl │ │ └── dev-vpc.tf │ │ ├── modules │ │ ├── main.tf │ │ ├── outputs.tf │ │ └── variables.tf │ │ └── prod │ │ ├── .terraform.lock.hcl │ │ └── prod-vpc.tf ├── k8s-cluster │ ├── .terraform.lock.hcl │ └── K8s-Cluster-ubuntu.tf ├── terraform-cheatsheet-1.pdf ├── terraform_cert_notes.md └── three-tier-architecture-aws │ ├── alb.tf │ ├── data.sh │ ├── database_sg.tf │ ├── ec2.tf │ ├── igw.tf │ ├── outputs.tf │ ├── rds.tf │ ├── route_table_public.tf │ ├── subnet.tf │ ├── vars.tf │ ├── vpc.tf │ └── web_sg.tf └── test └── html ├── glow.html ├── ingress-yaml-files ├── ingress-service.yaml ├── php-apache │ └── php-apache.yaml └── to-do │ ├── db-deployment.yaml │ ├── db-pvc.yaml │ ├── db-service.yaml │ ├── web-deployment.yaml │ └── web-service.yaml ├── jump.html └── rotate.html /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/.gitignore -------------------------------------------------------------------------------- /2020-Scrum-Guide-US.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/2020-Scrum-Guide-US.pdf -------------------------------------------------------------------------------- /AWS/AWS_Cloud_Dictionary_A_Cloud_Guru (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/AWS_Cloud_Dictionary_A_Cloud_Guru (1).pdf -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/Application_Load_Balancer_with_ASG_and_LT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/Application_Load_Balancer_with_ASG_and_LT.md -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/alb-asg-cfn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/alb-asg-cfn.yaml -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img1.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img10.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img11.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img12.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img13.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img14.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img15.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img16.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img17.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img18.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img19.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img2.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img20.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img3.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img4.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img5.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img6.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img7.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img8.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/CloudFormation-ALB-ASG-LT/img/img9.png -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/cloudformation_create_VPC.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/cloudformation_create_VPC.yml -------------------------------------------------------------------------------- /AWS/CloudFormation-Yaml-templates/vpc_3subnets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/CloudFormation-Yaml-templates/vpc_3subnets.yml -------------------------------------------------------------------------------- /AWS/Cloud_Computing_Terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/Cloud_Computing_Terminology.md -------------------------------------------------------------------------------- /AWS/aws_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/aws_readings.md -------------------------------------------------------------------------------- /AWS/boto3/create_s3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/boto3/create_s3.py -------------------------------------------------------------------------------- /AWS/boto3/ec2launch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/boto3/ec2launch.py -------------------------------------------------------------------------------- /AWS/boto3/ec2stop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/boto3/ec2stop.py -------------------------------------------------------------------------------- /AWS/boto3/ec2terminate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/boto3/ec2terminate.py -------------------------------------------------------------------------------- /AWS/boto3/s3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/boto3/s3.py -------------------------------------------------------------------------------- /AWS/boto3/s3cb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/boto3/s3cb.py -------------------------------------------------------------------------------- /AWS/boto3/s3list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/boto3/s3list.py -------------------------------------------------------------------------------- /AWS/boto3/sample-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/boto3/sample-1.py -------------------------------------------------------------------------------- /AWS/boto3/sample-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/boto3/sample-2.py -------------------------------------------------------------------------------- /AWS/boto3/sample-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/boto3/sample-3.py -------------------------------------------------------------------------------- /AWS/conversion-yaml-json-yaml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/conversion-yaml-json-yaml.md -------------------------------------------------------------------------------- /AWS/history/volume-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/history/volume-history.txt -------------------------------------------------------------------------------- /AWS/img/EBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/img/EBS -------------------------------------------------------------------------------- /AWS/img/s3lambdasns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/img/s3lambdasns.png -------------------------------------------------------------------------------- /AWS/img/virtualization: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/img/virtualization -------------------------------------------------------------------------------- /AWS/wellarchitected-framework.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/AWS/wellarchitected-framework.pdf -------------------------------------------------------------------------------- /DevOps_summary.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/DevOps_summary.pdf -------------------------------------------------------------------------------- /Docker/docker-compose/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Docker/docker-compose/docker-compose.yml -------------------------------------------------------------------------------- /Docker/docker-swarm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Docker/docker-swarm/README.md -------------------------------------------------------------------------------- /Docker/docker-swarm/docker-swarm-terraform-template.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Docker/docker-swarm/docker-swarm-terraform-template.tf -------------------------------------------------------------------------------- /Docker/history/history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Docker/history/history.md -------------------------------------------------------------------------------- /Docker/tepe_web/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Docker/tepe_web/Dockerfile -------------------------------------------------------------------------------- /Docker/tepe_web/Dockerfile-alpine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Docker/tepe_web/Dockerfile-alpine -------------------------------------------------------------------------------- /Docker/tepe_web/welcome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Docker/tepe_web/welcome.py -------------------------------------------------------------------------------- /ECS-ECR-EKS/ECR-2-HO/.terraform.lock.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ECS-ECR-EKS/ECR-2-HO/.terraform.lock.hcl -------------------------------------------------------------------------------- /ECS-ECR-EKS/ECR-2-HO/ecr-ec2-jenkins.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ECS-ECR-EKS/ECR-2-HO/ecr-ec2-jenkins.tf -------------------------------------------------------------------------------- /ECS-ECR-EKS/docker-machine-with-ecr-cfn-template copy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ECS-ECR-EKS/docker-machine-with-ecr-cfn-template copy.yml -------------------------------------------------------------------------------- /ECS-ECR-EKS/ecr-ec2.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ECS-ECR-EKS/ecr-ec2.tf -------------------------------------------------------------------------------- /Encryption/awscli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/awscli.md -------------------------------------------------------------------------------- /Encryption/encryptVolumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/encryptVolumes.md -------------------------------------------------------------------------------- /Encryption/img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/1.png -------------------------------------------------------------------------------- /Encryption/img/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/10.png -------------------------------------------------------------------------------- /Encryption/img/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/11.png -------------------------------------------------------------------------------- /Encryption/img/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/12.png -------------------------------------------------------------------------------- /Encryption/img/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/13.png -------------------------------------------------------------------------------- /Encryption/img/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/14.png -------------------------------------------------------------------------------- /Encryption/img/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/15.png -------------------------------------------------------------------------------- /Encryption/img/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/16.png -------------------------------------------------------------------------------- /Encryption/img/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/17.png -------------------------------------------------------------------------------- /Encryption/img/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/18.png -------------------------------------------------------------------------------- /Encryption/img/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/19.png -------------------------------------------------------------------------------- /Encryption/img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/2.png -------------------------------------------------------------------------------- /Encryption/img/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/20.png -------------------------------------------------------------------------------- /Encryption/img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/3.png -------------------------------------------------------------------------------- /Encryption/img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/4.png -------------------------------------------------------------------------------- /Encryption/img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/5.png -------------------------------------------------------------------------------- /Encryption/img/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/6.png -------------------------------------------------------------------------------- /Encryption/img/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/7.png -------------------------------------------------------------------------------- /Encryption/img/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/8.png -------------------------------------------------------------------------------- /Encryption/img/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Encryption/img/9.png -------------------------------------------------------------------------------- /InterviewQA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/InterviewQA.md -------------------------------------------------------------------------------- /K8s-GitOps/Whitepaper_AutomatingKuberneteswithGitOps.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/K8s-GitOps/Whitepaper_AutomatingKuberneteswithGitOps.pdf -------------------------------------------------------------------------------- /Prometheus-Grafana/HO2-prometheus-grafan/ClusterRole.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Prometheus-Grafana/HO2-prometheus-grafan/ClusterRole.yml -------------------------------------------------------------------------------- /Prometheus-Grafana/HO2-prometheus-grafan/ConfigMap.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Prometheus-Grafana/HO2-prometheus-grafan/ConfigMap.yml -------------------------------------------------------------------------------- /Prometheus-Grafana/HO2-prometheus-grafan/PrometheusDeployment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Prometheus-Grafana/HO2-prometheus-grafan/PrometheusDeployment.yml -------------------------------------------------------------------------------- /Prometheus-Grafana/HO2-prometheus-grafan/ServiceNodePort.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Prometheus-Grafana/HO2-prometheus-grafan/ServiceNodePort.yml -------------------------------------------------------------------------------- /Prometheus-Grafana/HO2-prometheus-grafan/ServiceWebFlask.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Prometheus-Grafana/HO2-prometheus-grafan/ServiceWebFlask.yml -------------------------------------------------------------------------------- /Prometheus-Grafana/HO2-prometheus-grafan/WebFlaskDeployment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Prometheus-Grafana/HO2-prometheus-grafan/WebFlaskDeployment.yml -------------------------------------------------------------------------------- /Prometheus-Grafana/first_rules.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Prometheus-Grafana/first_rules.yml -------------------------------------------------------------------------------- /Prometheus-Grafana/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/Prometheus-Grafana/prometheus.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/README.md -------------------------------------------------------------------------------- /The DevOps Handbook - Cheat Sheet V1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/The DevOps Handbook - Cheat Sheet V1.0.pdf -------------------------------------------------------------------------------- /ansible/Ansible2-files/handlyer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/Ansible2-files/handlyer.yml -------------------------------------------------------------------------------- /ansible/Ansible2-files/playbook1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/Ansible2-files/playbook1.yml -------------------------------------------------------------------------------- /ansible/Ansible2-files/playbook2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/Ansible2-files/playbook2.yml -------------------------------------------------------------------------------- /ansible/Ansible2-files/playbook3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/Ansible2-files/playbook3.yml -------------------------------------------------------------------------------- /ansible/Ansible2-files/playbook4.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/Ansible2-files/playbook4.yml -------------------------------------------------------------------------------- /ansible/Ansible2-files/playbook5.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/Ansible2-files/playbook5.yml -------------------------------------------------------------------------------- /ansible/Ansible2-files/playbook6.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/Ansible2-files/playbook6.yml -------------------------------------------------------------------------------- /ansible/Ansible2-files/playbook7.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/Ansible2-files/playbook7.yml -------------------------------------------------------------------------------- /ansible/Ansible2-files/playbook8.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/Ansible2-files/playbook8.yml -------------------------------------------------------------------------------- /ansible/HO-3-4/create-user-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/create-user-1.yml -------------------------------------------------------------------------------- /ansible/HO-3-4/create-user.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/create-user.yml -------------------------------------------------------------------------------- /ansible/HO-3-4/dynamic-inventory/ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/dynamic-inventory/ansible.cfg -------------------------------------------------------------------------------- /ansible/HO-3-4/dynamic-inventory/inventory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/dynamic-inventory/inventory.txt -------------------------------------------------------------------------------- /ansible/HO-3-4/dynamic-inventory/inventory_aws_ec2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/dynamic-inventory/inventory_aws_ec2.yml -------------------------------------------------------------------------------- /ansible/HO-3-4/dynamic-inventory/ping-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/dynamic-inventory/ping-playbook.yml -------------------------------------------------------------------------------- /ansible/HO-3-4/dynamic-inventory/user.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/dynamic-inventory/user.yml -------------------------------------------------------------------------------- /ansible/HO-3-4/facts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/facts.yml -------------------------------------------------------------------------------- /ansible/HO-3-4/ipaddress.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/ipaddress.yml -------------------------------------------------------------------------------- /ansible/HO-3-4/secret-1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/secret-1.yml -------------------------------------------------------------------------------- /ansible/HO-3-4/secret.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-3-4/secret.yml -------------------------------------------------------------------------------- /ansible/HO-5/.my.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-5/.my.cnf -------------------------------------------------------------------------------- /ansible/HO-5/Ansible-Website-Project/ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-5/Ansible-Website-Project/ansible.cfg -------------------------------------------------------------------------------- /ansible/HO-5/Ansible-Website-Project/inventory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-5/Ansible-Website-Project/inventory.txt -------------------------------------------------------------------------------- /ansible/HO-5/Ansible-Website-Project/ping.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-5/Ansible-Website-Project/ping.yml -------------------------------------------------------------------------------- /ansible/HO-5/Ansible-Website-Project/playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-5/Ansible-Website-Project/playbook.yml -------------------------------------------------------------------------------- /ansible/HO-5/db-load-script.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-5/db-load-script.sql -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/apache/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/apache/.travis.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/apache/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/apache/README.md -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/apache/defaults/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/apache/defaults/main.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/apache/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/apache/handlers/main.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/apache/meta/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/apache/meta/main.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/apache/tasks/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/apache/tasks/index.html -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/apache/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/apache/tasks/main.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/apache/tests/inventory: -------------------------------------------------------------------------------- 1 | localhost 2 | 3 | -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/apache/tests/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/apache/tests/test.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/apache/vars/main.yml: -------------------------------------------------------------------------------- 1 | --- 2 | # vars file for /home/ec2-user/ansible/roles/apache 3 | -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/.ansible-lint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/.ansible-lint -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/.github/FUNDING.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/.github/stale.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/.github/workflows/ci.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/.github/workflows/release.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/.gitignore -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/.yamllint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/.yamllint -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/LICENSE -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/README.md -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/defaults/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/defaults/main.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/handlers/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/handlers/main.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/meta/.galaxy_install_info: -------------------------------------------------------------------------------- 1 | install_date: 'Sat 23 Oct 2021 08:09:41 PM ' 2 | version: 3.1.0 3 | -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/meta/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/meta/main.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/molecule/default/converge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/molecule/default/converge.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/molecule/default/molecule.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/molecule/default/molecule.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/main.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-Archlinux.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-Archlinux.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-Debian.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-Debian.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-FreeBSD.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-FreeBSD.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-OpenBSD.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-OpenBSD.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-RedHat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-RedHat.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-Ubuntu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/setup-Ubuntu.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/vhosts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/tasks/vhosts.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/templates/nginx.conf.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/templates/nginx.conf.j2 -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/templates/nginx.repo.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/templates/nginx.repo.j2 -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/templates/vhost.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/templates/vhost.j2 -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/Archlinux.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/Archlinux.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/Debian.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/Debian.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/FreeBSD.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/FreeBSD.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/OpenBSD.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/OpenBSD.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/RedHat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/RedHat.yml -------------------------------------------------------------------------------- /ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/Rocky.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/ansible/roles/geerlingguy.nginx/vars/Rocky.yml -------------------------------------------------------------------------------- /ansible/HO-6/working-with-roles/ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/working-with-roles/ansible.cfg -------------------------------------------------------------------------------- /ansible/HO-6/working-with-roles/inventory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/working-with-roles/inventory.txt -------------------------------------------------------------------------------- /ansible/HO-6/working-with-roles/ping-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/working-with-roles/ping-playbook.yml -------------------------------------------------------------------------------- /ansible/HO-6/working-with-roles/playbook-nginx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/working-with-roles/playbook-nginx.yml -------------------------------------------------------------------------------- /ansible/HO-6/working-with-roles/role1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/HO-6/working-with-roles/role1.yml -------------------------------------------------------------------------------- /ansible/ssm-agent/ssm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/ssm-agent/ssm.yml -------------------------------------------------------------------------------- /ansible/tf-ho-ex-error/.terraform.lock.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/tf-ho-ex-error/.terraform.lock.hcl -------------------------------------------------------------------------------- /ansible/tf-ho-ex-error/dynamic-inventory/ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/tf-ho-ex-error/dynamic-inventory/ansible.cfg -------------------------------------------------------------------------------- /ansible/tf-ho-ex-error/dynamic-inventory/inventory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/tf-ho-ex-error/dynamic-inventory/inventory.txt -------------------------------------------------------------------------------- /ansible/tf-ho-ex-error/dynamic-inventory/inventory_aws_ec2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/tf-ho-ex-error/dynamic-inventory/inventory_aws_ec2.yml -------------------------------------------------------------------------------- /ansible/tf-ho-ex-error/dynamic-inventory/ping-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/tf-ho-ex-error/dynamic-inventory/ping-playbook.yml -------------------------------------------------------------------------------- /ansible/tf-ho-ex-error/extra.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/ansible/tf-ho-ex-error/extra.tf -------------------------------------------------------------------------------- /devops-readings/ansible_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/ansible_readings.md -------------------------------------------------------------------------------- /devops-readings/aws_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/aws_readings.md -------------------------------------------------------------------------------- /devops-readings/devops_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/devops_readings.md -------------------------------------------------------------------------------- /devops-readings/docker_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/docker_readings.md -------------------------------------------------------------------------------- /devops-readings/git-hub_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/git-hub_readings.md -------------------------------------------------------------------------------- /devops-readings/gitops_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/gitops_readings.md -------------------------------------------------------------------------------- /devops-readings/handsonBank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/handsonBank.md -------------------------------------------------------------------------------- /devops-readings/helm_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/helm_readings.md -------------------------------------------------------------------------------- /devops-readings/jenkins_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/jenkins_readings.md -------------------------------------------------------------------------------- /devops-readings/kubernetes_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/kubernetes_readings.md -------------------------------------------------------------------------------- /devops-readings/linux_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/linux_readings.md -------------------------------------------------------------------------------- /devops-readings/maven_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/maven_readings.md -------------------------------------------------------------------------------- /devops-readings/network_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/network_readings.md -------------------------------------------------------------------------------- /devops-readings/nexus_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/nexus_readings.md -------------------------------------------------------------------------------- /devops-readings/prometheus_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/prometheus_readings.md -------------------------------------------------------------------------------- /devops-readings/security_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/security_readings.md -------------------------------------------------------------------------------- /devops-readings/sre_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/sre_readings.md -------------------------------------------------------------------------------- /devops-readings/terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/terminology.md -------------------------------------------------------------------------------- /devops-readings/terraform_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/devops-readings/terraform_readings.md -------------------------------------------------------------------------------- /exams-tips/aws/cp-saa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/exams-tips/aws/cp-saa.md -------------------------------------------------------------------------------- /exams-tips/interview/interviewQA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/exams-tips/interview/interviewQA.md -------------------------------------------------------------------------------- /exams-tips/k8s/k8s-bookmarks-CKA-CKAD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/exams-tips/k8s/k8s-bookmarks-CKA-CKAD.html -------------------------------------------------------------------------------- /exams-tips/k8s/k8s.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/exams-tips/k8s/k8s.html -------------------------------------------------------------------------------- /exams-tips/k8s/kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/exams-tips/k8s/kubernetes.md -------------------------------------------------------------------------------- /img/ECS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/ECS.png -------------------------------------------------------------------------------- /img/Pmapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/Pmapper.png -------------------------------------------------------------------------------- /img/ansible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/ansible.png -------------------------------------------------------------------------------- /img/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/cloud.png -------------------------------------------------------------------------------- /img/cmdentrypoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/cmdentrypoint.png -------------------------------------------------------------------------------- /img/d1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/d1.png -------------------------------------------------------------------------------- /img/d2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/d2.png -------------------------------------------------------------------------------- /img/docker1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/docker1.png -------------------------------------------------------------------------------- /img/docker2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/docker2.png -------------------------------------------------------------------------------- /img/dockerVolume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/dockerVolume.png -------------------------------------------------------------------------------- /img/gitlab-jenkins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/gitlab-jenkins.png -------------------------------------------------------------------------------- /img/ingress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/ingress.png -------------------------------------------------------------------------------- /img/jenkins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/jenkins.png -------------------------------------------------------------------------------- /img/k8s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/k8s.png -------------------------------------------------------------------------------- /img/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/md.png -------------------------------------------------------------------------------- /img/net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/img/net.png -------------------------------------------------------------------------------- /jenkins/jenkins-first-webhook-project/hello-world.py: -------------------------------------------------------------------------------- 1 | print('Hello World') -------------------------------------------------------------------------------- /jenkins/jenkinsfile-pipeline-project/Hello.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/jenkins/jenkinsfile-pipeline-project/Hello.java -------------------------------------------------------------------------------- /jenkins/jenkinsfile-pipeline-project/Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/jenkins/jenkinsfile-pipeline-project/Jenkinsfile -------------------------------------------------------------------------------- /network-basics/.gitignore: -------------------------------------------------------------------------------- 1 | Networking Glossary.pdf 2 | path 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /network-basics/0711721-network-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/0711721-network-history.txt -------------------------------------------------------------------------------- /network-basics/072721-subnettingTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/072721-subnettingTask.md -------------------------------------------------------------------------------- /network-basics/Computer Networking Terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/Computer Networking Terminology.md -------------------------------------------------------------------------------- /network-basics/Subnetting-by-Sunny.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/Subnetting-by-Sunny.pdf -------------------------------------------------------------------------------- /network-basics/img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/1.png -------------------------------------------------------------------------------- /network-basics/img/Load_balancer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/Load_balancer.png -------------------------------------------------------------------------------- /network-basics/img/TCP_IP_Suite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/TCP_IP_Suite.png -------------------------------------------------------------------------------- /network-basics/img/firewall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/firewall.png -------------------------------------------------------------------------------- /network-basics/img/ipv4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/ipv4.png -------------------------------------------------------------------------------- /network-basics/img/network-host-id: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/network-host-id -------------------------------------------------------------------------------- /network-basics/img/networkID-subnetMask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/networkID-subnetMask.png -------------------------------------------------------------------------------- /network-basics/img/subnet-B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/subnet-B.png -------------------------------------------------------------------------------- /network-basics/img/subnet-BB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/subnet-BB.png -------------------------------------------------------------------------------- /network-basics/img/subnet-BBB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/subnet-BBB.png -------------------------------------------------------------------------------- /network-basics/img/subnetsforIPv4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/subnetsforIPv4.png -------------------------------------------------------------------------------- /network-basics/img/sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/sunny.png -------------------------------------------------------------------------------- /network-basics/img/sunny2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/sunny2.png -------------------------------------------------------------------------------- /network-basics/img/tcp_udp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/tcp_udp.png -------------------------------------------------------------------------------- /network-basics/img/three-way.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/img/three-way.png -------------------------------------------------------------------------------- /network-basics/network_readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/network-basics/network_readings.md -------------------------------------------------------------------------------- /terraform/K8s-OFD-Cluster-ubuntu.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/K8s-OFD-Cluster-ubuntu.tf -------------------------------------------------------------------------------- /terraform/ansible.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/ansible.tf -------------------------------------------------------------------------------- /terraform/ansible3cent.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/ansible3cent.tf -------------------------------------------------------------------------------- /terraform/ec2-docker.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/ec2-docker.tf -------------------------------------------------------------------------------- /terraform/handsons/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/1/README.md -------------------------------------------------------------------------------- /terraform/handsons/1/ec2-s3.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/1/ec2-s3.tf -------------------------------------------------------------------------------- /terraform/handsons/2-3/s3-backend/3README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/s3-backend/3README.md -------------------------------------------------------------------------------- /terraform/handsons/2-3/s3-backend/backend.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/s3-backend/backend.tf -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-aws/2README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-aws/2README.md -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-aws/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-aws/main.tf -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-aws/output.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-aws/output.tf -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-aws/terraform.tfvars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-aws/terraform.tfvars -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-aws/variable.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-aws/variable.tf -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-modules/dev/.terraform.lock.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-modules/dev/.terraform.lock.hcl -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-modules/dev/dev-vpc.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-modules/dev/dev-vpc.tf -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-modules/modules/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-modules/modules/main.tf -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-modules/modules/outputs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-modules/modules/outputs.tf -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-modules/modules/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-modules/modules/variables.tf -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-modules/prod/.terraform.lock.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-modules/prod/.terraform.lock.hcl -------------------------------------------------------------------------------- /terraform/handsons/2-3/terraform-modules/prod/prod-vpc.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/handsons/2-3/terraform-modules/prod/prod-vpc.tf -------------------------------------------------------------------------------- /terraform/k8s-cluster/.terraform.lock.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/k8s-cluster/.terraform.lock.hcl -------------------------------------------------------------------------------- /terraform/k8s-cluster/K8s-Cluster-ubuntu.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/k8s-cluster/K8s-Cluster-ubuntu.tf -------------------------------------------------------------------------------- /terraform/terraform-cheatsheet-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/terraform-cheatsheet-1.pdf -------------------------------------------------------------------------------- /terraform/terraform_cert_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/terraform_cert_notes.md -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/alb.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/alb.tf -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/data.sh -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/database_sg.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/database_sg.tf -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/ec2.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/ec2.tf -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/igw.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/igw.tf -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/outputs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/outputs.tf -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/rds.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/rds.tf -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/route_table_public.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/route_table_public.tf -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/subnet.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/subnet.tf -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/vars.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/vars.tf -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/vpc.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/vpc.tf -------------------------------------------------------------------------------- /terraform/three-tier-architecture-aws/web_sg.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/terraform/three-tier-architecture-aws/web_sg.tf -------------------------------------------------------------------------------- /test/html/glow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/test/html/glow.html -------------------------------------------------------------------------------- /test/html/ingress-yaml-files/ingress-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/test/html/ingress-yaml-files/ingress-service.yaml -------------------------------------------------------------------------------- /test/html/ingress-yaml-files/php-apache/php-apache.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/test/html/ingress-yaml-files/php-apache/php-apache.yaml -------------------------------------------------------------------------------- /test/html/ingress-yaml-files/to-do/db-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/test/html/ingress-yaml-files/to-do/db-deployment.yaml -------------------------------------------------------------------------------- /test/html/ingress-yaml-files/to-do/db-pvc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/test/html/ingress-yaml-files/to-do/db-pvc.yaml -------------------------------------------------------------------------------- /test/html/ingress-yaml-files/to-do/db-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/test/html/ingress-yaml-files/to-do/db-service.yaml -------------------------------------------------------------------------------- /test/html/ingress-yaml-files/to-do/web-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/test/html/ingress-yaml-files/to-do/web-deployment.yaml -------------------------------------------------------------------------------- /test/html/ingress-yaml-files/to-do/web-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/test/html/ingress-yaml-files/to-do/web-service.yaml -------------------------------------------------------------------------------- /test/html/jump.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/test/html/jump.html -------------------------------------------------------------------------------- /test/html/rotate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatihtepe/MyDevOps/HEAD/test/html/rotate.html --------------------------------------------------------------------------------