Second batch of CentOS 8 to Rocky Linux 8

This commit is contained in:
Timo Makinen 2022-02-01 18:29:18 +00:00
parent 252679dad3
commit 8b68d7f1b2
3 changed files with 13 additions and 5 deletions

8
hosts
View file

@ -119,13 +119,9 @@ static
zm
[centos8:children]
adm
mail
nas
print
sqldb
vmhost
zm
sunappi
[centos7:children]
@ -145,6 +141,7 @@ relay
sshsign
[rocky8:children]
adm
collab
git
jenkins
@ -152,5 +149,8 @@ mirror
munin
nms
ocinode
print
shell
sqldb
static
zm

View file

@ -103,6 +103,15 @@
validate: /bin/sh -c '/usr/bin/m4 %s > /dev/null'
notify: update sendmail config
- name: copy aliases
copy:
src: aliases
dest: /etc/aliases
mode: 0644
owner: root
group: "{{ ansible_wheel }}"
notify: update aliases
- name: enable sendmail service
service:
name: sendmail

View file

@ -1,6 +1,5 @@
---
- import_playbook: playbooks/adm.yml
- import_playbook: playbooks/backup.yml
- import_playbook: playbooks/collab.yml
- import_playbook: playbooks/dna-gw.yml
- import_playbook: playbooks/fsol-gw.yml