This is a very early working POC for development of an drupal Ansible operator, feedback is welcomed!
kubectl apply -f deploy/
Once the operator is installed in a namespace you can create Drupal
resources.
apiVersion: drupal.org/v1alpha1
kind: Drupal
metadata:
name: example-drupal
spec:
version: 8.6
This will automatically trigger the operator to run the ansible playbook and deploy a new Drupal :)