diff --git a/playbooks/mirror.yml b/playbooks/mirror.yml index 3051de6..3786874 100644 --- a/playbooks/mirror.yml +++ b/playbooks/mirror.yml @@ -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"