text
stringclasses
1 value
Instruction: yaml code for Add or remove Zypper repositories on SUSE and openSUSE Requirements The below requirements are needed on the host that executes this module. zypper >= 1.0 # included in openSuSE >= 11.1 or SuSE Linux Enterprise Server/Desktop >= 11.0 python-xml Response:# Add NVIDIA repository for graphics drivers - zypper_repository: name: nvidia-repo repo: 'ftp://download.nvidia.com/opensuse/12.2' state: present # Remove NVIDIA repository - zypper_repository: name: nvidia-repo repo: 'ftp://download.nvidia.com/opensuse/12.2' state: absent # Add python development repository - zypper_repository: repo: 'http://download.opensuse.org/repositories/devel:/languages:/python/SLE_11_SP3/devel:languages:python.repo' # Refresh all repos - zypper_repository: repo: '*' runrefresh: yes # Add a repo and add it's gpg key - zypper_repository: repo: 'http://download.opensuse.org/repositories/systemsmanagement/openSUSE_Leap_42.1/' auto_import_keys: yes # Force refresh of a repository - zypper_repository: repo: 'http://my_internal_ci_repo/repo' name: my_ci_repo state: present runrefresh: yes
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
0
Edit dataset card