calvinbui.ansible_confluence_docker
Ansible Confluence Docker
This tool allows you to run Confluence inside a Docker container.
Requirements
None
Role Variables
confluence_docker_tag
: The tag of the Docker image you want to use, which you can find at https://hub.docker.com/r/atlassian/confluence-server/tags.confluence_docker_network
: A list of Docker networks. You can refer to the details at https://docs.ansible.com/ansible/latest/modules/docker_container_module.html. If you don’t want to use a network, leave it empty[]
.confluence_docker_exposed_ports
: A list of ports that should be exposed. If you don’t want to expose any ports, leave it empty[]
.confluence_docker_data_dir
: The location where data will be stored.
Dependencies
- Docker
Example Playbook
- hosts: servers
become: true
roles:
- role: calvinbui.ansible_docker
- role: calvinbui.ansible_confluence_docker
License
GPLv3
Author Information
Installa
ansible-galaxy install calvinbui.ansible_confluence_docker
Licenza
Unknown
Download
229
Proprietario
Soft tabs > spaces > tabs. I'm not a developer.