mirror of
https://github.com/MatteZ02/infra.git
synced 2025-03-12 13:24:36 +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 cryptography dnspython hvac jmespath netaddr pexpect &> /dev/null
|
||||||
~/.venv/ansible/bin/pip3 install ansible &> /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
|
mkdir -p ~/.ansible &> /dev/null
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
community.general.archive:
|
community.general.archive:
|
||||||
path:
|
path:
|
||||||
- "~/data/minecraft"
|
- "~/data/minecraft"
|
||||||
exclude_path:
|
exclusion_patterns:
|
||||||
- "~/data/minecraft/plugins/dynmap/web/tiles"
|
- "minecraft/plugins/dynmap/web/tiles"
|
||||||
dest: "~/data/backups/minecraft-{{ ansible_facts.date_time.date }}.zip"
|
dest: "~/data/backups/minecraft-{{ ansible_facts.date_time.date }}.zip"
|
||||||
format: zip
|
format: zip
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user