lint fixes
This commit is contained in:
parent
12f654bb13
commit
9a068f11e1
1 changed files with 13 additions and 13 deletions
|
@ -10,25 +10,25 @@
|
|||
- /srv/ansible-private/vars.yml
|
||||
|
||||
pre_tasks:
|
||||
- name: mount /export
|
||||
mount:
|
||||
name: /export
|
||||
src: LABEL=/export
|
||||
fstype: xfs
|
||||
opts: noatime,noexec,nosuid,nodev
|
||||
passno: 1
|
||||
dump: 0
|
||||
state: mounted
|
||||
- name: mount /export
|
||||
mount:
|
||||
name: /export
|
||||
src: LABEL=/export
|
||||
fstype: xfs
|
||||
opts: noatime,noexec,nosuid,nodev
|
||||
passno: 1
|
||||
dump: 0
|
||||
state: mounted
|
||||
|
||||
roles:
|
||||
- base
|
||||
- mirror/base
|
||||
- mirror/thinlinc
|
||||
- role: mirror/reportmirror
|
||||
hostname: mirrors.foo.sh
|
||||
mirrors: [ epel, fedora ]
|
||||
sitename: foo.sh
|
||||
password: "{{ report_mirror_pass }}"
|
||||
hostname: mirrors.foo.sh
|
||||
mirrors: [epel, fedora]
|
||||
sitename: foo.sh
|
||||
password: "{{ report_mirror_pass }}"
|
||||
- role: mirror/sync
|
||||
label: fedora-epel
|
||||
source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/fedora.redhat.com/pub/epel"
|
||||
|
|
Loading…
Add table
Reference in a new issue