replace hard-coded usernames with remote_user variable
This commit is contained in:
parent
ee4a13c926
commit
ad8e3cc155
5 changed files with 36 additions and 25 deletions
8
roles/kubernetes/files/kubernetes.repo
Normal file
8
roles/kubernetes/files/kubernetes.repo
Normal file
|
@ -0,0 +1,8 @@
|
|||
[kubernetes]
|
||||
name=Kubernetes
|
||||
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
repo_gpgcheck=1
|
||||
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg
|
||||
https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
|
Loading…
Add table
Add a link
Reference in a new issue