feat: add more stuff
This commit is contained in:
parent
075da97511
commit
4e2886dd59
12 changed files with 74 additions and 62 deletions
|
|
@ -1,10 +1,17 @@
|
|||
---
|
||||
|
||||
# create network
|
||||
- name: "create network"
|
||||
ansible.builtin.import_tasks: "network.yaml"
|
||||
|
||||
# install mariadb
|
||||
- name: "install mariadb"
|
||||
ansible.builtin.import_tasks: "mariadb.yaml"
|
||||
|
||||
# install phpipam
|
||||
- name: "install phpipam"
|
||||
ansible.builtin.import_tasks: "phpipam.yaml"
|
||||
|
||||
# cleanup docker
|
||||
- name: "cleanup docker"
|
||||
ansible.builtin.import_tasks: "cleanup.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue