mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-17 10:05:10 +01:00
killua!
This commit is contained in:
parent
22b8ec58bd
commit
313791b3c1
3 changed files with 23 additions and 2 deletions
|
|
@ -10,6 +10,10 @@
|
|||
with_items:
|
||||
- docker.io
|
||||
- docker-compose
|
||||
- name: Install fish
|
||||
ansible.builtin.apt:
|
||||
name: "fish"
|
||||
state: present
|
||||
- name: Install keyring packages
|
||||
ansible.builtin.apt:
|
||||
name: "{{ item }}"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,14 @@
|
|||
state: directory
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
#####
|
||||
# APP: killua bot, /apps/killua
|
||||
#####
|
||||
- name: Create /apps/killua
|
||||
ansible.builtin.file:
|
||||
path: /apps/registry
|
||||
state: directory
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
#####
|
||||
# END: docker compose up!
|
||||
#####
|
||||
# We want this to be last so that all app-specific config has been done.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue