Skip to content

Commit

Permalink
Create : Python Install Ansible File #2
Browse files Browse the repository at this point in the history
  • Loading branch information
unchaptered committed Jul 28, 2023
1 parent 0681b36 commit f563ca4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ansible/install/python/python-install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# NGINX Cook Book 74p
# [STEP 1] ansible-playbook -i ./keys/inventory.txt ./ansible/install/python/python-install.yml

- name: Install python3, python3-pip
hosts: all
become: True
tasks:
- name: Install Python
shell: |
apt update
apt install python3-pip -y

0 comments on commit f563ca4

Please sign in to comment.