Initial commit
This commit is contained in:
13
roles/base/tasks/main.yml
Normal file
13
roles/base/tasks/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- name: Install common tools
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
- curl
|
||||
- gnupg
|
||||
- vim
|
||||
- ca-certificates
|
||||
|
||||
- name: Set the timezone to Stockholm
|
||||
timezone:
|
||||
name: Europe/Stockholm
|
||||
|
Reference in New Issue
Block a user