blob: 093b6e5ff0a32c4684eca3db14715b52527192d0 [file] [log] [blame]
---
- hosts: '{{ hosts }}'
become: yes
gather_facts: no
strategy: free
pre_tasks:
- name: Load credentials from encrypted file
include_vars: '~/.apigee/credentials.yml'
roles:
- apigee-opdk-setup-os-minimum
- apigee-opdk-setup-selinux-disable
- apigee-opdk-shutdown-iptables
- apigee-opdk-time-sync
- apigee-opdk-setup-os-common