basic fixes

This commit is contained in:
Fabio Sinibaldi 2026-07-24 16:02:25 +02:00
parent bda8eaa320
commit 0e18e5fbc0
5 changed files with 19 additions and 18 deletions

View File

@ -1,15 +1,15 @@
$ANSIBLE_VAULT;1.1;AES256
64343439326561656337616462326636363536366438383335356662626138353862383433313832
6636646438386161386230316262343734626639613264610a336331316539323335323235633130
30376236363635636533663333613135306462333632396265613863643862333266346265636265
3030353239373836610a316136353164656438613130653535666135623134616364333666323634
63303563383031346636396133353265373765373364386266346435313364353530633664636538
65653266643736666261383463643863666132616534316162373234323738336536323834666333
61383730613866646339396534376462303661656438343435326535626237616263303734326664
64356163323537633263303132643664356661643733313265326233363533313932333964303637
33326264333034623334656339316233343034623034396432346661623430333435373239653736
63613437346266393039343435346139313465376630623032353761306562623862663334326364
62663363633131613362373237333431316530336362303633623932383239633664633562326336
32633363353131396361376438616132393732613330313032656238373838323237636438663630
66663436613963626361336631303963346365303464656334633437373966643839373532616632
6131353533393865666562313639363536653564386262373735
35316234643930663465333664613362323061613838343333313331636366616163366162303165
3565383837343936306536633765616638646437356562630a396536396664303736303965383863
64383632386534316230366337633462613336666636633138626438336163373138616363323835
3137666361653932390a393432313565323939356232376430393762336136613762363036343961
36613462636630626430303636613130346533336534386165633232326238366134376233613466
35613338333035623237303336653137333133666234643466643166633636343234616430346130
31643238653833663761326262626536636537666162653863363934363165323134646564653736
65663334363037636266383930356664356531356664303261333539636462356533396634616130
63336431376532323630323531386437313639393639353332393061633764613030613261393862
36373738613136663165623834376462356139353932626364366164643038323665346639346462
30356166343639653632313833333565393436633733346136653538663235636333383333313533
31306634366535306464313738356662646130363662653062366635333837666464633330393038
31376561323264633063616530656661396331353165626135366462373663346333373131396535
6430326664303432393137353864366339366639643332356134

View File

@ -34,4 +34,4 @@ pangolin_flag_require_email_verification: false
pangolin_flag_disable_signup_without_invite: false
pangolin_flag_disable_user_create_org: false
pangolin_flag_allow_raw_resources: true
pangolin_flag_allow_base_domain_resources: true
pangolin_flag_allow_base_domain_resources: true

View File

@ -1,3 +1,4 @@
---
- name: Ensure Pangolin directory exists
ansible.builtin.file:
path: /home/ubuntu/pangolin
@ -96,4 +97,4 @@
You can access your dashboard at: {{ pangolin_dashboard_url }}
Initial Setup URL: {{ pangolin_dashboard_url }}/auth/initial-setup
Admin User: {{ pangolin_admin_email }}
Admin User: {{ pangolin_admin_email }}

View File

@ -1,3 +1,3 @@
---
- ansible.builtin.include_tasks: prepare_node.yaml
- ansible.builtin.include_tasks: docker_pangolin.yaml
- ansible.builtin.include_tasks: docker_pangolin.yaml

View File

@ -1,7 +1,7 @@
---
- name: Update all packages
ansible.builtin.apt:
update_cache: yes
update_cache: true
upgrade: dist
- name: Install essential packages