aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/freeipa.yml
blob: 78e85e1391b6919310524394a90ac6603f591f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- name: apply base configuration
  hosts: freeipa_servers
  roles:
    - role: common
      tags: common

- name: configure freeipa master
  hosts: freeipa_master
  roles:
    - role: freeipa_server
      tags: freeipa

    - role: archive_job
      archive_name: ipa
      archive_on_calendar: 'Sat *-*-* 02:00:00'
      archive_shell: '{{ freeipa_archive_shell }}'
      tags: archive

- name: configure freeipa replicas
  hosts: freeipa_servers:!freeipa_master
  roles:
    - role: freeipa_server
      tags: freeipa