ansible/roles/common/tasks/main.yml

9 lines
222 B
YAML
Raw Normal View History

2020-10-17 00:21:57 -05:00
#!/usr/bin/ansible-playbook
# vim:ft=ansible:
- name: configure basic packages
include_tasks: packages.yml
2020-10-17 01:00:06 -05:00
- name: configure system
include_tasks: system.yml
- name: configure ansible user
include_tasks: ansible.yml