Files

12 lines
259 B
YAML
Raw Permalink Normal View History

2017-12-23 00:13:53 -06:00
---
- hosts: all
tasks:
- name: Ensure apt cache is updated.
apt: update_cache=true cache_valid_time=600
# HTTPS Self-Signed Certificate test.
- import_playbook: ../https-self-signed/provisioning/main.yml
2019-10-10 21:57:35 -05:00
vars:
firewall_enable_ipv6: false