Commit 3f7c10bc authored by nanahira's avatar nanahira

add hosts content

parent 91e5de4b
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
mycardDomains: true mycardDomains: true
gfwlistIPSet: false gfwlistIPSet: false
tasks: tasks:
- name: git-registry.mycard.moe hosts
become: true
blockinfile:
path: /etc/hosts
marker: '# {mark} MyCard NextGen Router block'
block: "10.198.1.130 git-registry.mycard.moe"
- name: pull some images - name: pull some images
docker_image: docker_image:
name: '{{item}}' name: '{{item}}'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment