https://github.com/fornever/facility13.devops
Infrastructure as a code for facility13 host
https://github.com/fornever/facility13.devops
Last synced: 12 months ago
JSON representation
Infrastructure as a code for facility13 host
- Host: GitHub
- URL: https://github.com/fornever/facility13.devops
- Owner: ForNeVeR
- License: mit
- Created: 2025-02-05T22:41:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T22:09:15.000Z (about 1 year ago)
- Last Synced: 2025-06-25T23:06:37.359Z (about 1 year ago)
- Language: PowerShell
- Size: 29.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: newsboat.org.certificate.yml
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
facility13 host
===============
How to Use
----------
1. Copy `hosts.example.ini` to `hosts.ini`, fix the host connection details if needed.
2. Copy `vars/vars.example.yml` to `vars/vars.yml` and adjust it accordingly.
3. Copy `vars/secrets.example.yml` to `vars/secrets.yml` and adjust it accordingly.
4. `ansible-vault encrypt vars/secrets.yml`
5. 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.
Documentation
-------------
- [Contributor Guide][docs.contributing]
License
-------
The project is distributed under the terms of [the MIT license][docs.license].
The license indication in the project's sources is compliant with the [REUSE specification v3.3][reuse.spec].
Frequently Asked Questions
--------------------------
1. **What is facility13?**
**Answer:** it is an internal name of a machine that hosts various services, as demonstrated by this repository.
2. **Why 13? What happened with the previous 12?**
**Answer:** \[REDACTED].
[docs.contributing]: CONTRIBUTING.md
[docs.license]: LICENSE.txt
[reuse.spec]: https://reuse.software/spec-3.3/