3 changed files with 0 additions and 34 deletions
@ -1,14 +0,0 @@ |
|||||
--- |
|
||||
|
|
||||
- hosts: localhost |
|
||||
connection: local |
|
||||
become: true |
|
||||
pre_tasks: |
|
||||
|
|
||||
- name: install updates (Ubuntu/Debian) |
|
||||
package: |
|
||||
name: |
|
||||
- python3 |
|
||||
state: latest |
|
||||
update_cache: yes |
|
||||
when: ansible_distribution in ["Ubuntu", "Debian"] |
|
||||
@ -1,8 +0,0 @@ |
|||||
- name: install packages |
|
||||
package: |
|
||||
name: |
|
||||
- htop |
|
||||
- mc |
|
||||
- tmux |
|
||||
state: latest |
|
||||
update_cache: yes |
|
||||
@ -1,12 +0,0 @@ |
|||||
--- |
|
||||
|
|
||||
- hosts: localhost |
|
||||
connection: local |
|
||||
become: true |
|
||||
pre_tasks: |
|
||||
|
|
||||
- name: install updates (Ubuntu/Debian) |
|
||||
apt: |
|
||||
upgrade: dist |
|
||||
update_cache: yes |
|
||||
when: ansible_distribution in ["Ubuntu", "Debian"] |
|
||||
Loading…
Reference in new issue