-
Copy
hosts.example.initohosts.ini, fix the host connection details if needed. -
Copy
vars/vars.example.ymltovars/vars.ymland adjust it accordingly. -
Copy
vars/secrets.example.ymltovars/secrets.ymland adjust it accordingly. -
ansible-vault encrypt vars/secrets.yml -
To check the results without applying, run
ansible-playbook --ask-vault-pass --ask-become-pass --check --diff default.yml.To deploy, run
ansible-playbook --ask-vault-pass --ask-become-pass default.yml.
If on Windows, feel free to use scripts ansible-playbook.ps1 and ansible-vault.ps1 as substitutes to use Ansible from WSL.
The project is distributed under the terms of the MIT license.
The license indication in the project's sources is compliant with the REUSE specification v3.3.
-
What is facility13?
Answer: it is an internal name of a machine that hosts various services, as demonstrated by this repository.
-
Why 13? What happened with the previous 12?
Answer: [REDACTED].