! Lewdlad & MusicalMaurice now setup

This commit is contained in:
shockrah
2021-11-30 23:12:49 -08:00
parent a8ddf88d00
commit ffbd1ceee5
4 changed files with 65 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
---
- hosts: alpha
remote_user: ubuntu
tasks:
- name: Install Pip3
become: yes
become_method: sudo
apt:
name: python3-pip
update_cache: yes
- name: Install Docker Pip Package
become: yes
become_method: sudo
pip:
name: docker