Initialisation depot
This commit is contained in:
15
Migration/Ansible/roles/samba4-dc/tasks/main.yml
Normal file
15
Migration/Ansible/roles/samba4-dc/tasks/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
- name: Include pre-installation tasks
|
||||
include_tasks: pre_install.yml
|
||||
|
||||
- name: Include network configuration
|
||||
include_tasks: network.yml
|
||||
|
||||
- name: Include Samba4 installation
|
||||
include_tasks: install_samba.yml
|
||||
|
||||
- name: Include Samba4 configuration
|
||||
include_tasks: configure_samba.yml
|
||||
|
||||
- name: Include post-installation tasks
|
||||
include_tasks: post_install.yml
|
||||
Reference in New Issue
Block a user