You are on page 1of 2

---

#hosts that we will run


hosts: centos3, ubuntu3

#tasks

- name: Install Epel


yum:
name: epel-release
update_cache: yes
state: latest
when: ansible_distribution == 'CentOS'

- name: Install Ngingx on centos


yum:
name: nginx
update_cache: yes
state: latest
when: ansible_distribution == 'CentOS'

- name: Install Nginx


apt:
name: nginx
update_cache: yes
state: latest
when: ansible_distribution == 'Ubuntu'

#I made huge mistakes I put #double quotes in ubuntu and I didn't


gave #space in double equals
#Three dots indicate end of YAML document

...

#So in this method in this makes zip file bite's method


what I'm going to do is #I'm going to access all the files
under that directory under the directory that I
# provided as the source folder and
#I'm going to create a zip package of those files on for us
to be processed properly.
#So with this way I'll be easily create my lambda functions
#just by putting all the resources under the same directory.

#let's just implement our bytes method so we can read the


Z package
#that we created with our files the zip method and we can
get the bytes we can #read the bytes of that meant.
#So we can pass that into a AWS.
# So I'm just going to have a buffer for my bytes and then
I'm just going to make use of input and output library of
Python.
# So this is important right now and I'll say the input and
output and bytes you #know.
# So I'm going to use the zip file and I'm going to read that
zip file.
youtube-dl --username "shivanis838@gmail.com" --password
"shraddha1992" -o "~/path/to/course/folder/%(playlist)s/%
(chapter_number)s - %(chapter)s/%(playlist_index)s - %
(title)s.%(ext)s" --min-sleep-interval 30 --max-sleep-
interval 60 https://app.pluralsight.com/player?course=continuous-
delivery-automation-aws-certified-devops-engineer&author=mike-
pfeiffer&name=continuous-delivery-automation-aws-certified-devops-
engineer-m1&clip=0&mode=live

Secret Access:- FvJPlAmYo5P6ujOL3FPzo+ruCm7N3rpNx0o/lBMV

KeyAccess:- AKIATDXQAKLL6UQV5LAI

You might also like