2024-12-03 23:14:01 +00:00
|
|
|
- name: Install Apache2
|
2024-12-03 23:17:53 +00:00
|
|
|
ansible.builtin.import_tasks:
|
2024-11-25 23:40:29 +00:00
|
|
|
file: install_apache2.yml
|
2024-12-03 23:14:01 +00:00
|
|
|
- name: Install TFTPd
|
2024-12-03 23:17:53 +00:00
|
|
|
ansible.builtin.import_tasks:
|
2024-11-25 23:40:29 +00:00
|
|
|
file: install_tftpd.yml
|
2024-12-03 23:14:01 +00:00
|
|
|
- name: Copy phone provisioning files
|
|
|
|
tags: phone-configuration
|
2024-11-25 23:40:29 +00:00
|
|
|
ansible.builtin.copy:
|
|
|
|
src: tftpboot/
|
|
|
|
dest: /var/lib/tftpboot/
|
2024-12-03 23:14:01 +00:00
|
|
|
- name: Configure and enable phone provisioning
|
2024-12-03 23:17:53 +00:00
|
|
|
ansible.builtin.import_tasks:
|
2024-12-03 23:14:01 +00:00
|
|
|
file: configure_provisioning.yml
|