Refactoring Draft

This commit is contained in:
2022-08-19 21:39:23 +02:00
parent 1e5aa4ddbc
commit eeb365d5b6
55 changed files with 128 additions and 134 deletions

View File

@@ -0,0 +1,10 @@
- name: pull swapfile creating script
git:
repo: "git@github.com:kevinveenbirkenbach/create-linux-swapfile.git"
dest: "$HOME/Repositories/github.com/kevinveenbirkenbach/create-linux-swapfile"
update: yes
become: false
- name: Execute create swapfile script
ansible.builtin.shell: bash "/home/{{client_username}}/Repositories/github.com/kevinveenbirkenbach/create-linux-swapfile/create-linux-swapfile.sh" "{{swapfile_size}}"
become: true