2019-08-29 09:35:19 +00:00
|
|
|
---
|
|
|
|
# tasks file for /etc/ansible/roles/core
|
|
|
|
#
|
|
|
|
|
|
|
|
# Install preferred apps
|
|
|
|
- import_tasks: install-apps.yml
|
|
|
|
|
|
|
|
# SSH
|
|
|
|
- import_tasks: configure-ssh.yml
|
|
|
|
- import_tasks: service-ssh.yml
|
|
|
|
|
|
|
|
# Git
|
|
|
|
- import_tasks: configure-git.yml
|
|
|
|
|
|
|
|
# Vim
|
2020-11-25 11:38:20 +00:00
|
|
|
- import_tasks: configure-vim.yml
|
|
|
|
- import_tasks: configure-ranger.yml
|
2020-11-23 23:03:37 +00:00
|
|
|
|
|
|
|
# Bash
|
|
|
|
- import_tasks: configure-bash.yml
|
2019-08-29 09:35:19 +00:00
|
|
|
|