{"id":22845453,"url":"https://github.com/idealista/wildfly_role","last_synced_at":"2025-07-31T00:42:43.703Z","repository":{"id":45066516,"uuid":"85049895","full_name":"idealista/wildfly_role","owner":"idealista","description":"Ansible role to install a WildFly app server","archived":false,"fork":false,"pushed_at":"2022-01-11T11:47:44.000Z","size":142,"stargazers_count":5,"open_issues_count":1,"forks_count":9,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-28T16:57:41.258Z","etag":null,"topics":["ansible","ansible-role","application-server","debian","java","jboss","jboss-as","wildfly"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idealista.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-15T08:51:16.000Z","updated_at":"2022-02-09T11:32:53.000Z","dependencies_parsed_at":"2022-08-26T10:51:24.694Z","dependency_job_id":null,"html_url":"https://github.com/idealista/wildfly_role","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/idealista/wildfly_role","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fwildfly_role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fwildfly_role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fwildfly_role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fwildfly_role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idealista","download_url":"https://codeload.github.com/idealista/wildfly_role/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fwildfly_role/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267967802,"owners_count":24173575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","application-server","debian","java","jboss","jboss-as","wildfly"],"created_at":"2024-12-13T03:17:19.222Z","updated_at":"2025-07-31T00:42:43.658Z","avatar_url":"https://github.com/idealista.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://raw.githubusercontent.com/idealista/wildfly_role/master/logo.gif)\n\n# WildFly Ansible Role [![Build Status](https://travis-ci.com/idealista/wildfly_role.png)](https://travis-ci.com/idealista/wildfly_role)\n\nThis Ansible role installs a WildFly server in a Debian environment. Based on the instructions present in [this GitHub Gist](https://gist.github.com/sukharevd/6087988).\n\n- [Getting Started](#getting-started)\n    - [Prerequisities](#prerequisities)\n    - [Installing](#installing)\n- [Usage](#usage)\n- [Testing](#testing)\n- [Built With](#built-with)\n- [Versioning](#versioning)\n- [Authors](#authors)\n- [License](#license)\n\n## Getting Started\n\nThese instructions will get you a copy of the role for your Ansible Playbook. Once launched, it will install a [WildFly](https://docs.jboss.org/author/display/WFLY10/Documentation) server in a Debian system.\n\n### Prerequisities\n\nFor compatible Ansible versions check [.travis.yml](.travis.yml).\nInventory destination should be a Debian environment.\n\nFor testing purposes, [Molecule](https://molecule.readthedocs.io/) with Docker as driver and [Goss](http://goss.rocks) as verifier.\n\nThis role needs a system with java previously installed. Its really recommended the use of idealista's java role for that purpose: [idealista.java-role](https://github.com/idealista/java_role).\n\n### Installing\n\nCreate or add to your roles dependency file (e.g requirements.yml):\n\n```\n- src: http://github.com/idealista/wildfly_role.git\n  scm: git\n  version: 1.0.0\n  name: wildfly\n```\n\nInstall the role with ansible-galaxy command:\n\n```\nansible-galaxy install -p roles -r requirements.yml -f\n```\n\nUse in a playbook:\n\n```\n---\n- hosts: someserver\n  roles:\n    - { role: wildfly }\n```\n\n## Usage\n\nLook to the [defaults](defaults/main.yml) properties file to see the possible configuration properties.\n\n## Testing\n\n```sh\npipenv sync\npipenv shell\n```\n\nFor more information read the [pipenv docs](https://docs.pipenv.org/).\n\n\n## Built With\n\n![Ansible](https://img.shields.io/badge/ansible-2.9.14-green.svg)\n![Molecule](https://img.shields.io/badge/molecule-3.0.4-green.svg)\n![Goss](https://img.shields.io/badge/goss-0.3.16-green.svg)\n\n## Versioning\n\nFor the versions available, see the [tags on this repository](https://github.com/idealista/wildfly_role/tags).\n\nAdditionaly you can see what change in each version in the [CHANGELOG.md](CHANGELOG.md) file.\n\n## Authors\n\n* **Idealista** - *Work with* - [idealista](https://github.com/idealista)\n\nSee also the list of [contributors](https://github.com/idealista/wildfly_role/contributors) who participated in this project.\n\n## License\n\n![Apache 2.0 Licence](https://img.shields.io/hexpm/l/plug.svg)\n\nThis project is licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license - see the [LICENSE.txt](LICENSE.txt) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Fwildfly_role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidealista%2Fwildfly_role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Fwildfly_role/lists"}