Skip to content

Instantly share code, notes, and snippets.

# 🔅 Task 4.1
# 📌 Create image by yourself Using Python Code
#
# In[1]:
import cv2
import numpy as np
- hosts: webserver
tasks:
- name: "Installing httpd"
package:
name: "httpd"
state: present
- name: "Installing php"
package:
name: "php"