ansible-debian/tasks/main.yml

17 lines
317 B
YAML
Raw Normal View History

2024-03-21 23:06:28 +01:00
- name: base config
import_tasks: config.yml
- name: install packages
import_tasks: packages.yml
2024-04-24 18:11:42 +02:00
- name: firewalld configuration
import_tasks: firewalld.yml
- name: openssh settings
import_tasks: openssh.yml
2024-04-17 17:16:52 +02:00
- name: custom DNS servers
import_tasks: dns.yml
2024-04-15 16:03:58 +02:00
- name: install ctop
2024-06-19 18:50:04 +02:00
import_tasks: ctop.yml