From fa5fef71aeb907ab900b4f260c2bbf31776f6c78 Mon Sep 17 00:00:00 2001 From: Mikko Hakala Date: Thu, 4 Nov 2021 11:20:06 +0200 Subject: [PATCH] Minor updates for roles --- .gitignore | 3 +++ compute.yml | 2 +- compute_local_play.yml => compute_local_play.yml.example | 0 requirements.yml | 5 ++++- 4 files changed, 8 insertions(+), 2 deletions(-) rename compute_local_play.yml => compute_local_play.yml.example (100%) diff --git a/.gitignore b/.gitignore index 684101dc..3addc844 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ notes # by Luís requirements-latest.yml + +# site local settings form compute +compute_local_play.yml diff --git a/compute.yml b/compute.yml index 1edb1f80..b0c80851 100644 --- a/compute.yml +++ b/compute.yml @@ -78,6 +78,6 @@ - { role: ansible-role-cuda, tags: [ 'cuda', 'nvidia' ] } -# Local addons to this playbook +# Local addons (not in git) to this playbook. Use compute_local_play.yml.example as a template # - import_playbook: compute_local_play.yml diff --git a/compute_local_play.yml b/compute_local_play.yml.example similarity index 100% rename from compute_local_play.yml rename to compute_local_play.yml.example diff --git a/requirements.yml b/requirements.yml index bf28f54b..2993507a 100644 --- a/requirements.yml +++ b/requirements.yml @@ -156,7 +156,7 @@ - src: https://github.com/mhakala/ansible-role-adauth path: roles - version: v1.0 + version: v1.1 - src: https://github.com/fgci-org/ansible-role-pdsh-genders path: roles @@ -237,3 +237,6 @@ - src: https://github.com/AaltoScienceIT/ansible-role-fgci-ssh-keys path: roles + +- src: https://github.com/KEAOSolutions/ansible-grub_cmdline + path: roles