Skip to content

Commit fd4a569

Browse files
committed
pulp_repository: Remove default password and use port 8080
Port 8080 is the default port exposed by the Pulp in one container.
1 parent 1cfe6aa commit fd4a569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/pulp_repository/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
pulp_url: https://localhost:24817
2+
pulp_url: https://localhost:8080
33
pulp_username: admin
4-
pulp_password: password
4+
pulp_password:
55
validate_certs: true
66

77
pulp_repository_deb_repos: []

0 commit comments

Comments
 (0)