Skip to content

thom8/drupal-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Operator

This is a very early working POC for development of an drupal Ansible operator, feedback is welcomed!

Install Operator

kubectl apply -f deploy/

Create a Drupal instance

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 :)

About

Drupal ansible operator for kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages