You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
412 B

---
- import_tasks: users.yml
- import_tasks: packages.yml
- import_tasks: services.yml
- import_tasks: journal.yml
- name: Set timezone to UTC
timezone:
name: 'Etc/UTC'
become: yes
- name: Set tuned profile
shell: tuned-adm profile '{{ performance_profile }}'
when: performance_profile is defined
changed_when: False
become: yes
- hostname:
name: '{{ inventory_hostname }}'
become: yes