Skip to content
Snippets Groups Projects
Commit a2f47ee1 authored by Luhan Cheng's avatar Luhan Cheng
Browse files

fix config_repos

parent 746a1a35
No related branches found
No related tags found
3 merge requests!297Cicd merge back,!284Cicd,!282CICD
......@@ -22,10 +22,11 @@
strategy: free
roles:
# - { role: disable_selinux, tags: [ disableselinux ] }
- { role: etcHosts, tags: [ networking ] }
- { role: config_repos, tags: [ repos ] }
- { role: upgrade }
- { role: set_password }
- { role: etcHosts, tags: [ networking ] }
# - { role: config_repos, tags: [ repos ] }
- hosts: 'DesktopNodes,ComputeNodes,LoginNodes,ManagementNodes'
vars_files:
......
---
- name: make sure out repo server is resolvable
lineinfile: dest=/etc/hosts line="118.138.244.7 consistency0"
become: true
lineinfile:
dest: /etc/hosts
line: "118.138.244.7 consistency0"
owner: root
group: root
#- name: remove default repos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment