Ingress Nginx Integration
[infra/stack/kubernetes.git] / playbooks / postinstall.yaml
index c9f23f4b5cc9a1ff50d94d701f648fb79fe45298..c874ca8b4e552e06bb7cf319bc806927f56f7778 100644 (file)
   roles:
     - role: postinstall
 
+- hosts: all
+  gather_facts: true
+
+  roles:
+    - role: ingress
+
 # vim: set ts=2 sw=2 expandtab: