summaryrefslogtreecommitdiffstats
path: root/playbooks/travel.yml
blob: 3ef9e7e0c60b4924d5c82c7496ddc5f3f10b4cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
- hosts: blackbird
  remote_user: root
  tasks:
  - name: Désactive le miroir du réseau local
    ini_file: dest=/etc/yum.repos.d/updates-fantom.repo
              section=updates-fantom
              option=enabled
              value=0

  - name: Active le dépôt Updates
    ini_file: dest=/etc/yum.repos.d/fedora-updates.repo
              section=updates
              option=enabled
              value=1

  - name: Active Delta RPM
    ini_file: dest=/etc/yum.conf
              section=main
              option=deltarpm
              value=1