ayphu/jenkins-agent-ansible-terraform
Agente de Jenkins con las tecnologías: - Ansible - Terraform - Curl - Python3 - Git
163
JENKINS_SECRET
JENKINS_URL
JENKINS_AGENT_WORKDIR
JENKINS_AGENT_NAME
product-ayphu-wordpress-free:
image: ayphu/jenkins-agent-ansible-terraform:1.1.0
container_name: product-ayphu-wordpress-free
environment:
JENKINS_SECRET: ${PRODUCT_AYPHU_WORDPRESS_FREE}
JENKINS_URL: "http://10.5.0.10:8080"
JENKINS_AGENT_WORKDIR: "/terraform-ansible"
JENKINS_AGENT_NAME: "product-ayphu-wordpress-free"
depends_on:
- jenkins
volumes:
- ./jenkins_terraform_ansible:/terraform-ansible
networks:
red:
ipv4_address: 10.5.0.14
restart: always
docker pull ayphu/jenkins-agent-ansible-terraform