Skip to content

Instantly share code, notes, and snippets.

@p4cpenhale
p4cpenhale / main.yml
Created April 4, 2024 20:24
How to Install and Configure Ansible to Deploy a PHP Application -- Zend by Perforce
---
- name: configure zendphp repo credentials
template:
src: templates/zendphp.conf.j2
dest: /etc/apt/auth.conf.d/zendphp.conf
owner: root
group: root
mode: '0644'
- name: Configure zend repo