mirror of
https://github.com/MatteZ02/infra.git
synced 2025-03-11 21:04:37 +00:00
Compare commits
2 Commits
eec548f5c1
...
427eca8cc9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
427eca8cc9 | ||
![]() |
31468b561f |
2
init.sh
2
init.sh
@ -33,7 +33,7 @@ python3 -m venv ~/.venv/ansible &> /dev/null
|
||||
~/.venv/ansible/bin/pip3 install cryptography dnspython hvac jmespath netaddr pexpect &> /dev/null
|
||||
~/.venv/ansible/bin/pip3 install ansible &> /dev/null
|
||||
|
||||
~/.venv/ansible/bin/ansible-galaxy collection install ansible.posix containers.podman --upgrade &> /dev/null
|
||||
~/.venv/ansible/bin/ansible-galaxy collection install community.general containers.podman --upgrade &> /dev/null
|
||||
|
||||
|
||||
mkdir -p ~/.ansible &> /dev/null
|
||||
|
@ -8,8 +8,8 @@
|
||||
community.general.archive:
|
||||
path:
|
||||
- "~/data/minecraft"
|
||||
exclude_path:
|
||||
- "~/data/minecraft/plugins/dynmap/web/tiles"
|
||||
exclusion_patterns:
|
||||
- "minecraft/plugins/dynmap/web/tiles"
|
||||
dest: "~/data/backups/minecraft-{{ ansible_facts.date_time.date }}.zip"
|
||||
format: zip
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user