From 5b2ccd99c6bd9a5af3e263b1963bf07b944479bc Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Fri, 25 Feb 2022 17:08:12 +0000 Subject: [PATCH] nfs_client: Rename role --- playbooks/adm.yml | 2 +- playbooks/git.yml | 2 +- playbooks/mail.yml | 2 +- playbooks/shell.yml | 2 +- playbooks/static.yml | 2 +- roles/{nfs-client => nfs_client}/meta/main.yml | 0 roles/{nfs-client => nfs_client}/tasks/main.yml | 0 roles/nfs_server/meta/main.yml | 2 +- 8 files changed, 6 insertions(+), 6 deletions(-) rename roles/{nfs-client => nfs_client}/meta/main.yml (100%) rename roles/{nfs-client => nfs_client}/tasks/main.yml (100%) diff --git a/playbooks/adm.yml b/playbooks/adm.yml index 382e484..9e83119 100644 --- a/playbooks/adm.yml +++ b/playbooks/adm.yml @@ -27,7 +27,7 @@ - role: keytab principals: - "host/{{ inventory_hostname }}@{{ kerberos_realm }}" - - nfs-client + - nfs_client - sssd - mkhomedir - rpm_build diff --git a/playbooks/git.yml b/playbooks/git.yml index 958b6f3..adae88c 100644 --- a/playbooks/git.yml +++ b/playbooks/git.yml @@ -25,5 +25,5 @@ - git - git_server - sssd - - nfs-client + - nfs_client - autofs diff --git a/playbooks/mail.yml b/playbooks/mail.yml index 2b66c4a..da7bf7f 100644 --- a/playbooks/mail.yml +++ b/playbooks/mail.yml @@ -26,7 +26,7 @@ principals: - "host/{{ inventory_hostname }}@{{ kerberos_realm }}" - "smtp/{{ mail_server }}@{{ kerberos_realm }}" - - nfs-client + - nfs_client - sssd - autofs - dovecot diff --git a/playbooks/shell.yml b/playbooks/shell.yml index 2aa8f27..cee78df 100644 --- a/playbooks/shell.yml +++ b/playbooks/shell.yml @@ -15,7 +15,7 @@ principals: - "host/{{ inventory_hostname }}@{{ kerberos_realm }}" - "nfs/{{ inventory_hostname }}@{{ kerberos_realm }}" - - nfs-client + - nfs_client - sssd - autofs - thinlinc_server diff --git a/playbooks/static.yml b/playbooks/static.yml index 2b62646..ef5c67c 100644 --- a/playbooks/static.yml +++ b/playbooks/static.yml @@ -15,7 +15,7 @@ principals: - "host/{{ inventory_hostname }}@FOO.SH" - "nfs/{{ inventory_hostname }}@FOO.SH" - - nfs-client + - nfs_client - sssd - autofs - apache diff --git a/roles/nfs-client/meta/main.yml b/roles/nfs_client/meta/main.yml similarity index 100% rename from roles/nfs-client/meta/main.yml rename to roles/nfs_client/meta/main.yml diff --git a/roles/nfs-client/tasks/main.yml b/roles/nfs_client/tasks/main.yml similarity index 100% rename from roles/nfs-client/tasks/main.yml rename to roles/nfs_client/tasks/main.yml diff --git a/roles/nfs_server/meta/main.yml b/roles/nfs_server/meta/main.yml index 4370d90..1530b61 100644 --- a/roles/nfs_server/meta/main.yml +++ b/roles/nfs_server/meta/main.yml @@ -1,3 +1,3 @@ --- dependencies: - - {role: nfs-client} + - {role: nfs_client}