diff --git a/.gitignore b/.gitignore index 92569e2..499751e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vars/secrets.yml +production .hidden diff --git a/README.md b/README.md index 75aca5f..9a5ae32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Ansible playbook to set up VPSs +# Ansible playbook for setting up VPSs -An Ansible playbook to set up VPSs (for Opnxng). It applies to Debian-based servers in any architecture. +An Ansible playbook for setting up VPSs (for Opnxng). It works for Debian-based servers in any architecture. ## Before running diff --git a/set-up.yml b/set-up.yml index 7428925..fe8e0bd 100644 --- a/set-up.yml +++ b/set-up.yml @@ -27,6 +27,8 @@ - cron - git - curl + - zip + - unzip - trash-cli state: latest install_recommends: false