From 183d34bfb57c6121b48bcecd1647837aabb34b3e Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 21 Aug 2025 18:05:51 +0200 Subject: Readme --- .gitlab-ci.yml | 1 - README.md | 30 +----------------------------- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1180230..729a177 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,6 @@ 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 436c3d8..c59740b 100644 --- a/README.md +++ b/README.md @@ -6,34 +6,6 @@ Hello World Requirements ------------ S'installe avec : -ansible-galaxy install git+http://dev.xlinfo.lan/git/ansible/roles/helloworld.git/ --roles-path "." +ansible-galaxy install git+http://dev.xlinfo.lan/git/ansible/roles/helloworld.git -Role Variables --------------- - -A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well. - -Dependencies ------------- - -A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles. - -Example Playbook ----------------- - -Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: - - - hosts: servers - roles: - - { role: username.rolename, x: 42 } - -License -------- - -BSD - -Author Information ------------------- - -An optional section for the role authors to include contact information, or a website (HTML is not allowed). -- cgit v1.2.3