summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-08-21 17:54:29 +0200
committerjerome <jerome@xlinfo.fr>2025-08-21 17:54:29 +0200
commit0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e (patch)
treedefb16f14789096990804fd70612396126008b20
parent3cfc028bcbd474bdde19bb4b7dcca13e46f470d3 (diff)
downloadhelloworld-0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e.tar.gz
helloworld-0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e.zip
gitlab-ci
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--README.md5
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:
diff --git a/README.md b/README.md
index 225dd44..436c3d8 100644
--- a/README.md
+++ b/README.md
@@ -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
--------------