Compare commits
No commits in common. "c9cde03e58aebba82a4850d1688c44c586de3f5c" and "980aeb39e77db6ca2a975b553b3e17cb54047697" have entirely different histories.
c9cde03e58
...
980aeb39e7
|
|
@ -1,3 +1,2 @@
|
|||
ansible_user: ansible
|
||||
ansible_password: "{{ ansible_crypted_password }}"
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
ansible_password: "{{ ansible_crypted_password }}"
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: Basic check nodes
|
||||
hosts: all
|
||||
roles:
|
||||
- nextcloud_aio
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
---
|
||||
- name: Check access to Internet
|
||||
wait_for:
|
||||
host: 1.1.1.1
|
||||
timeout: 5
|
||||
wait_for: host=1.1.1.1 timeout=1
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
dependencies:
|
||||
- role: docker
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
- import_tasks: nextcloud_docker_aio.yaml
|
||||
|
|
@ -1,18 +1,6 @@
|
|||
---
|
||||
# NB inherit docker
|
||||
- name: Create volumes
|
||||
debug:
|
||||
msg:
|
||||
- "TODO!!!"
|
||||
## TODO
|
||||
|
||||
- name: Download compose file
|
||||
become: true
|
||||
become_user: docker
|
||||
ansible.builtin.git:
|
||||
repo: "https://gitea-s2i2s.isti.cnr.it/sinibaldi/SSE-Lab"
|
||||
dest: SSE-Lab
|
||||
|
||||
- name: create and start docker compose services
|
||||
become: true
|
||||
become_user: docker
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: ~/SSE-Lab/dockerized/nextcloud-aio/compose.yaml
|
||||
- name: launch Nextcloud aio docker image
|
||||
|
|
|
|||
|
|
@ -29,11 +29,7 @@ Basic checks connectivity for **all**
|
|||
|
||||
##### NextCloud
|
||||
Installs Nextcloud AIO using SSE Lab / dockerized / nextcloud-aio
|
||||
Calls role nextcloud_aio, dependent on docker role.
|
||||
- Downloads SSE-Lab Repo
|
||||
- Runs compose up (using ansible plugins)
|
||||
|
||||
E.g. `ansible-playbook -i inventories/ -l nextrup_copy_test playbooks/nextcloud.yaml`
|
||||
|
||||
### Bootstrap ###
|
||||
Creates sudoer user ansible, necessitates of sudoer user.
|
||||
|
|
|
|||
Loading…
Reference in New Issue