Skip to content

Commit b0ab37e

Browse files
authored
Merge pull request #6 from stackhpc/dev
2 parents a1487c1 + c66fb2d commit b0ab37e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# StackHPC pulp collection
22

33
This repo contains `stackhpc.pulp` Ansible Collection. The collection includes roles supported by StackHPC for Pulp repository server configuration.
4+
Note: Pulp server installation is out of this collection's scope - for this purpose please see [an official collection](https://galaxy.ansible.com/pulp/pulp_installer).
45

56
## Tested with Ansible
67

7-
Tested with the current Ansible 2.9 releases.
8+
Tested with the current Ansible 2.9-2.10 releases.
89

910
## Included content
1011

11-
pulp_server role
12+
pulp_repository role
1213

1314
## Using this collection
1415

galaxy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
namespace: "stackhpc"
22
name: "pulp"
3-
version: "0.0.1"
3+
version: "0.0.2"
44
readme: "README.md"
55
authors:
66
- "Piotr Parczewski"
7+
- "Michał Nasiadka"
8+
- "Mark Goddard"
79
dependencies:
810
"pulp.squeezer": "*"
911
license:

roles/pulp_repository/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
pulp_url: http://localhost:24817
2+
pulp_url: https://localhost:24817
33
pulp_username: admin
44
pulp_password: password
5-
validate_certs: false
5+
validate_certs: true
66

77
pulp_repository_deb_repos: []
88
pulp_repository_python_repos: []

0 commit comments

Comments
 (0)