mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
9 lines
147 B
YAML
9 lines
147 B
YAML
---
|
|
- hosts: all
|
|
|
|
vars:
|
|
pip_package: python-pip
|
|
|
|
# HTTPS Self-Signed Certificate test.
|
|
- include: ../https-self-signed/provisioning/main.yml
|