first promgraf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user