diff --git a/.gitignore b/.gitignore index 684101d..3addc84 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 1edb1f8..b0c8085 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 bf28f54..2993507 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