diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-21 18:05:51 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-21 18:05:51 +0200 |
| commit | 183d34bfb57c6121b48bcecd1647837aabb34b3e (patch) | |
| tree | ef6ac2289638dba831d0e8cd7c3b858ada1ba594 | |
| parent | 0d4d5aab1e9e84a169cda0e6a63a36a6b4da745e (diff) | |
| download | helloworld-183d34bfb57c6121b48bcecd1647837aabb34b3e.tar.gz helloworld-183d34bfb57c6121b48bcecd1647837aabb34b3e.zip | |
Readme
| -rw-r--r-- | .gitlab-ci.yml | 1 | ||||
| -rw-r--r-- | README.md | 30 |
2 files changed, 1 insertions, 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: @@ -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). |
