Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions week1/Day01.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Day 01 — Basics
- name: Install Nginx on Pathnex server
hosts: all
become: yes

tasks:
- name: Install nginx
yum:
name: nginx
state: present
# Day 01 — Basics

## 🔹 Ansible Task — Install Nginx on Pathnex Server

Rewrite this YAML manually:

```yaml
- name: Install Nginx on Pathnex server
- name: name: Install Nginx on Pathnex server
hosts: all
become: yes

Expand All @@ -14,3 +23,11 @@ Rewrite this YAML manually:
yum:
name: nginx
state: present
-name: install Ngnix on Pathnex server
hosts: all
become: yes

tasks :
-name Suhail
state present
# Day one bascis learning code