Sha256: 0d6598e488d6c2c4dca0f5239540d0392c3e256ed65e849d8b045b97f70b12ea
Contents?: true
Size: 374 Bytes
Versions: 72
Compression:
Stored size: 374 Bytes
Contents
--- # Quick-provisioning playbook # --------------------------- # A Simple, straight playbook for quick remote installations. # You will be asked which hosts to provision before-hand. - name: 'PostgreSQL' vars_prompt: selected_hosts: Specify the hosts to provision hosts: "{{selected_hosts}}" roles: - '.' # The current directory itself is the role
Version data entries
72 entries across 72 versions & 1 rubygems