Update registry.yml
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
- name: Install CNI_PLUGIN
|
||||
ansible.builtin.shell: |
|
||||
mkdir -p /opt/cni/bin
|
||||
tar -C /opt/cni/bin/ -vzxf /var/www/html/files_repo/cni-plugins-linux-amd64-v1.3.0.tgz
|
||||
wget hostvars[groups['all'][0]]['ip']/cni-plugins-linux-amd64-v1.3.0.tgz /opt/cni/bin/
|
||||
tar -C /opt/cni/bin/ -vzxf /opt/cni/bin/cni-plugins-linux-amd64-v1.3.0.tgz
|
||||
|
||||
- name: Load Registry image
|
||||
ansible.builtin.shell: |
|
||||
@@ -23,4 +24,4 @@
|
||||
msg: |
|
||||
"Registry Address : {{ hostvars[groups['all'][0]]['ip'] }}:5000"
|
||||
"TEST : curl {{ hostvars[groups['all'][0]]['ip'] }}:5000/v2/_catalog"
|
||||
"Web UI : http://{{ hostvars[groups['all'][0]]['ip'] }}:8888"
|
||||
"Web UI : http://{{ hostvars[groups['all'][0]]['ip'] }}:8888"
|
||||
|
||||
Reference in New Issue
Block a user