mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-10 03:20:39 +00:00
1.9 KiB
1.9 KiB
title |
---|
wp-ansible |
Woodpecker CI plugin to manage infrastructure with Ansible.
{{< toc >}}
Usage
kind: pipeline
name: default
steps:
- name: ansible
image: quay.io/thegeeklab/drone-ansible
settings:
playbook: deployment/playbook.yml
private_key:
from_secret: ansible_private_key
inventory: deployment/hosts.yml
Parameters
{{< propertylist name=wp-ansible.data sort=name >}}
Build
Build the binary with the following command:
make build
Build the Container image with the following command:
docker build --file Containerfile.multiarch --tag thegeeklab/wp-ansible .
Test