mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-22 16:02:24 +02:00
Compare commits
No commits in common. "2dcf8159e5d99c2b64033879b25b60fc79749a7a" and "8e18a5c1e35be8dd54106df096cd3d7ffa267efe" have entirely different histories.
2dcf8159e5
...
8e18a5c1e3
@ -23,10 +23,10 @@ Moreover, our vision goes beyond just IT infrastructure; it extends to the broad
|
|||||||
Ultimately, our vision is to redefine the way IT infrastructure is deployed and managed, offering a solution that is swift, secure, and scalable, capable of meeting the needs of businesses, individuals, NGOs, and large enterprises. CyMaIS will empower all stakeholders by providing a foundation for a decentralized, transparent, and resilient digital future—setting a new benchmark for security, reliability, and sovereignty in the digital age.
|
Ultimately, our vision is to redefine the way IT infrastructure is deployed and managed, offering a solution that is swift, secure, and scalable, capable of meeting the needs of businesses, individuals, NGOs, and large enterprises. CyMaIS will empower all stakeholders by providing a foundation for a decentralized, transparent, and resilient digital future—setting a new benchmark for security, reliability, and sovereignty in the digital age.
|
||||||
|
|
||||||
## Key Points
|
## Key Points
|
||||||
1. Empowerment for individuals and institutions
|
1. Empowerment for individuals, businesses, NGOs, and enterprises
|
||||||
2. Data sovereignty and control over infrastructure
|
2. Data sovereignty and control over infrastructure
|
||||||
3. Automated and simplified IT infrastructure setup
|
3. Automated and simplified IT infrastructure setup
|
||||||
4. Open Source transparency, security, and innovation
|
4. Open Source transparency, security, and innovation
|
||||||
5. Decentralized internet using ActivityPub
|
5. Decentralized internet using ActivityPub, email, and Matrix
|
||||||
6. Scalability for small to large organizations
|
6. Scalability for small to large organizations
|
||||||
7. Global resilience and security in uncertain political climates
|
7. Global resilience and security in uncertain political climates
|
@ -242,8 +242,6 @@ defaults_applications:
|
|||||||
# administrator_password: # CHANGE for security reasons in inventory file
|
# administrator_password: # CHANGE for security reasons in inventory file
|
||||||
# administrator_database_password: # CHANGE for security reasons in inventory file
|
# administrator_database_password: # CHANGE for security reasons in inventory file
|
||||||
force_import: False # Forces the import of the LDIF files
|
force_import: False # Forces the import of the LDIF files
|
||||||
ldap:
|
|
||||||
enabled: True # Enables LDAP network by default
|
|
||||||
|
|
||||||
## Libre Office
|
## Libre Office
|
||||||
libreoffice:
|
libreoffice:
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
- name: update {{ package_name }}
|
- name: update {{ package_name }}
|
||||||
command:
|
command:
|
||||||
cmd: "pkgmgr update {{ package_name }} --dependencies"
|
cmd: "pkgmgr update {{ package_name }}"
|
||||||
notify: "{{ package_notify | default(omit) }}"
|
notify: "{{ package_notify | default(omit) }}"
|
||||||
|
|
||||||
- name: mark pkgmgr update as done
|
- name: mark pkgmgr update as done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user