blob: b3b36a9dd8e26d05984bd604521a27f5f003417d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Ansible playbooks for personal infrastructure.
INSTALL
$ python3 -m venv .env
$ source .env/bin/activate
$ pip3 install -r requirements.txt
RUN
$ ansible-playbook essential.yml
$ ansible-playbook web.yml
ROTATE VAULT PASSWORD
$ bin/rotate-vault-password.sh
REFERENCES
[1]: https://gitlab.archlinux.org/archlinux/infrastructure
|