diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-21 17:54:29 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-21 17:54:29 +0200 |
| commit | 0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e (patch) | |
| tree | defb16f14789096990804fd70612396126008b20 | |
| parent | 3cfc028bcbd474bdde19bb4b7dcca13e46f470d3 (diff) | |
| download | helloworld-0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e.tar.gz helloworld-0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e.zip | |
gitlab-ci
| -rw-r--r-- | .gitlab-ci.yml | 1 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 729a177..1180230 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ build-job: image: ansible script: - ansible-galaxy install git+http://dev.xlinfo.lan/git/ansible/roles/helloworld.git/ --roles-path "." + - ansible-galaxy info helloworld - ansible-playbook helloworld/tests/test.yml artifacts: paths: @@ -1,12 +1,13 @@ Role Name ========= -A brief description of the role goes here. +Hello World Requirements ------------ +S'installe avec : +ansible-galaxy install git+http://dev.xlinfo.lan/git/ansible/roles/helloworld.git/ --roles-path "." -Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required. Role Variables -------------- |
