ansible/roles/freepbx/tasks/main.yml

19 lines
612 B
YAML

---
- name: Generate an OpenSSH keypair for gitea deploy usage
community.crypto.openssh_keypair:
path: "{{ deploy_key_file }}"
- name: Wait for confirmation
ansible.builtin.pause:
prompt: Please confirm that you've distributed the public key to all repositories! Press return to continue. Press Ctrl+c and then "a" to abort
- name: Include provisioning tasks
ansible.builtin.include_tasks: yealink_provisioning.yml
- name: Include phonebook tasks
ansible.builtin.include_tasks: yealink_phonebook.yml
- name: Include XML-Browser tasks
ansible.builtin.include_tasks: yealink_xml_browser.yml