Skip to content

devetek/ansible-role-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role: Build

This Ansible role automates the process of building a specified application from source or predefined configuration. It handles environment setup, dependency installation, compilation/build tasks, and optional artifact packaging. It also supports reading application-specific configuration from a YAML-based DSL file, allowing declarative and centralized configuration management.

Requirements

None.

Role Variables

List of variables in ansible-role-build:

---
build_id: 0
build_appname: ""
build_upload_artifact: false
build_user: root
build_destination: "/opt"
build_log: "/va/log/"

build_application:

build_application_from_input: ""

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - devetek.build

License

GNU General Public License v3.0 or later

Author Information

Nedya Prakasa. Role created for dPanel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors