nertwork.nextcloud_containerized
ansible-nextcloud-containerizado
Una implementación todo en uno de Nextcloud usando nginx, mariadb y smtp en contenedores de docker.
Otras variables se pueden establecer en el archivo defaults/main.yml:
nextcloud:
  db_volume: "db"
  mysql_container_image: "mariadb"
  mysql_container_tag: "latest"
  mysql_db: "nextcloud"
  mysql_db_name: "db"
  mysql_db_pw: "super_secret2"
  mysql_db_user: "nextcloud"
  mysql_root_pw: "super_secret"
  nextcloud_container_image: "nextcloud"
  nextcloud_container_tag: "latest"
  nginx_container_image: "nginx"
  nginx_container_tag: "latest"
  nginx_fqdn: "localhost.localhost"
  nginx_pem_volume: "/var/ansible/self-signed:/etc/nginx/ssl.pem:ro"
  restart_policy: "always"
  smtp_container_image: "namshi/smtp"
  smtp_container_tag: "latest"
  state: "started"
  volume: "nextcloud"
Instalar
 ansible-galaxy install nertwork.nextcloud_containerizedLicencia
 
            gpl-3.0
          
Descargas
 
            48.2k
          
Propietario
 