Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.48 KB

File metadata and controls

59 lines (45 loc) · 1.48 KB

Ansible Role: Qlik NPrinting setup

An Ansible Role that installs Qlik NPrinting server and engine.

Requirements

None.

Role Variables

server_setup_path: '{{ ansible_env.HOME }}\Downloads\QlikNPrintingServer_x64.exe'
engine_setup_path: '{{ ansible_env.HOME }}\Downloads\QlikNPrintingEngine_x64.exe'
service_username: np-service
service_password: Qlik1234
admin_email: [email protected]
admin_username: npadmin
admin_password: Qlik1234
database_password: Qlik1234
engine_certs_password: Qlik1234
server_hostname: "{{ ansible_host }}"

Dependencies

None.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

  • hosts: nprint_servers roles:
    • role: qlik.nprinting.setup server_setup_path: '{{ ansible_env.HOME }}\Downloads\QlikNPrintingServer_x64.exe' engine_setup_path: '{{ ansible_env.HOME }}\Downloads\QlikNPrintingEngine_x64.exe' service_username: np-service service_password: Qlik1234 admin_email: [email protected] admin_username: npadmin admin_password: Qlik1234 database_password: Qlik1234 engine_certs_password: Qlik1234 server_hostname: "{{ ansible_host }}"

License

MIT

Author Information

This role was created by Adam Haydon of Qlik Customer Success