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
|
- /srv/ansible-private/vars.yml
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: mount /export
|
- name: mount /export
|
||||||
mount:
|
mount:
|
||||||
name: /export
|
name: /export
|
||||||
src: LABEL=/export
|
src: LABEL=/export
|
||||||
fstype: xfs
|
fstype: xfs
|
||||||
opts: noatime,noexec,nosuid,nodev
|
opts: noatime,noexec,nosuid,nodev
|
||||||
passno: 1
|
passno: 1
|
||||||
dump: 0
|
dump: 0
|
||||||
state: mounted
|
state: mounted
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- mirror/base
|
- mirror/base
|
||||||
- mirror/thinlinc
|
- mirror/thinlinc
|
||||||
- role: mirror/reportmirror
|
- role: mirror/reportmirror
|
||||||
hostname: mirrors.foo.sh
|
hostname: mirrors.foo.sh
|
||||||
mirrors: [ epel, fedora ]
|
mirrors: [epel, fedora]
|
||||||
sitename: foo.sh
|
sitename: foo.sh
|
||||||
password: "{{ report_mirror_pass }}"
|
password: "{{ report_mirror_pass }}"
|
||||||
- role: mirror/sync
|
- role: mirror/sync
|
||||||
label: fedora-epel
|
label: fedora-epel
|
||||||
source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/fedora.redhat.com/pub/epel"
|
source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/fedora.redhat.com/pub/epel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue