first promgraf

This commit is contained in:
tolerryan
2024-12-09 23:10:42 -06:00
parent 7134c2c714
commit e41af39a1c
8 changed files with 279 additions and 27 deletions

View File

@@ -5,16 +5,17 @@
become: yes
tasks:
- name: Install Python3
- name: Install Standard Packages
apt:
name: python3
name:
- python3-full
- python3-pip
- sudo
- vim
- net-tools
state: present
- name: Install sudo
apt:
name: sudo
state: present
update_cache: yes
- name: Create ansible user
user:
name: ansible