diff --git a/playbooks/configuration/run-swap.yml b/playbooks/configuration/run-swap.yml new file mode 100644 index 00000000..7fd94987 --- /dev/null +++ b/playbooks/configuration/run-swap.yml @@ -0,0 +1,12 @@ +#!/usr/bin/env -S ansible-playbook -e @vars/extra.yaml +# +# Run it like usual executable script: +# +# > ./run-swap.yml +# +--- +- name: Configure swap + hosts: swap + + roles: + - { role: geerlingguy.swap, tags: ['swap'] } diff --git a/tools/roles_lists/swap.yml b/tools/roles_lists/swap.yml new file mode 100644 index 00000000..bec9f363 --- /dev/null +++ b/tools/roles_lists/swap.yml @@ -0,0 +1,4 @@ +--- +- src: https://github.com/geerlingguy/ansible-role-swap.git + version: master + name: geerlingguy.swap