Set this to be the group name
This commit is contained in:
parent
473636ca4c
commit
594020f1d6
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
# NOTE: most of these vars_path come from group_vars/gallery-web* or from hostvars
|
# NOTE: most of these vars_path come from group_vars/gallery-web* or from hostvars
|
||||||
|
|
||||||
- name: make sks keyserver
|
- name: make sks keyserver
|
||||||
hosts: keys01.fedoraproject.org
|
hosts: keys
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
accelerate: "{{ accelerated }}"
|
accelerate: "{{ accelerated }}"
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: keys01.fedoraproject.org
|
hosts: keys
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: "{{ accelerated }}"
|
accelerate: "{{ accelerated }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue