unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
KostivAndrii/learning
ff62ec580e43352ca702a0e1734145a2eae16e2a
0
ansible/roles/zabbix-agent
7,307
[ "no_license" ]
[ { "path": "ansible/roles/zabbix-agent/tasks/main.yml", "content": "---\n# tasks file for zabbix-agent\n\n- name: Install Zabbix repo (rpm -Uvh )\n yum:\n name: https://repo.zabbix.com/zabbix/3.5/rhel/7/x86_64/zabbix-release-3.5-1.el7.noarch.rpm\n state: present\n\n- name: Install zabbix agent and JMX...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
KostivAndrii/learning
ff62ec580e43352ca702a0e1734145a2eae16e2a
0
hello-world-servlet/roles/mysql
7,307
[ "no_license" ]
[ { "path": "hello-world-servlet/roles/mysql/vars/main.yml", "content": "---\n# vars file for mysql\n\npwd_alias: \"{{ lookup('password', '/dev/null chars=ascii_letters,digits') }}\"\npwd_alias_u: \"{{ lookup('password', '/dev/null chars=ascii_letters,digits') }}\"\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1971, "all_permissive": false }
ansible_role
KostivAndrii/learning
ff62ec580e43352ca702a0e1734145a2eae16e2a
0
hello-world-servlet/roles/tomcat
7,307
[ "no_license" ]
[ { "path": "hello-world-servlet/roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n\n- name: Ensure Java is installed for RedHat. java-1.{{ jdk_version | default(8) }}.0-openjdk\n yum:\n name: java-1.8.0-openjdk\n state: present\n\n- name: Add group tomcat\n group: name={{ tomcat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3178, "all_permissive": false }
ansible_role
KostivAndrii/learning
ff62ec580e43352ca702a0e1734145a2eae16e2a
0
hello-world-servlet/roles/zabbix
7,307
[ "no_license" ]
[ { "path": "hello-world-servlet/roles/zabbix/tasks/main.yml", "content": "---\n# tasks file for zabbix\n\n- name: Install Zabbix repo\n yum:\n name: https://repo.zabbix.com/zabbix/3.5/rhel/7/x86_64/zabbix-release-3.5-1.el7.noarch.rpm\n state: present\n\n# - name: Enable a RHSM repository\n# rhsm_rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4791, "all_permissive": false }
ansible_role
KostivAndrii/learning
ff62ec580e43352ca702a0e1734145a2eae16e2a
0
hello-world-servlet/roles/zabbix-agent
7,307
[ "no_license" ]
[ { "path": "hello-world-servlet/roles/zabbix-agent/tasks/main.yml", "content": "---\n# tasks file for zabbix-agent\n- name: Install libselinux-python\n yum: \n pkg: libselinux-python\n\n- name: Disable SELinux\n selinux:\n state: disabled\n \n- name: upgrade all packages\n yum:\n name: '*'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
dieswaytoofast/grafana-prometheus-docker
0fbd7b0ca56b179f92242bed152273f63736d046
0
ansible/roles/prometheus
7,307
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/tasks/teardown_volume.yml", "content": "---\n\n# Remove the volume\n- include: roles/ansible_docker_utils/tasks/remove_volume.yml\n vars:\n docker_name: \"{{ volumes.grafana_prometheus.name }}\"\n register: result\n\n- debug: var=result.stdout_lines", "license_ty...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3747, "all_permissive": false }
ansible_role
dieswaytoofast/grafana-prometheus-docker
0fbd7b0ca56b179f92242bed152273f63736d046
0
ansible/roles/teardown
7,307
[ "no_license" ]
[ { "path": "ansible/roles/teardown/tasks/teardown_grafana.yml", "content": "---\n\n# Stop Grafana\n- name: Stop grafana\n include: roles/grafana/tasks/teardown_containers.yml\n\n- name: Stop databases\n include: roles/databases/tasks/teardown_containers.yml\n\n- name: Stop grafana_prometheus\n include: ro...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 577, "all_permissive": false }
ansible_role
jonathankingfc/quay-ansible
c0329a947ddb83098a0e28e45464e653e11828eb
0
roles/quay
7,307
[ "no_license" ]
[ { "path": "roles/quay/tasks/setup.yml", "content": "- name: Quay Setup - Determine Hostname\n set_fact:\n quay_setup_server: \"{{ hostvars.values() | selectattr('is_quay', 'defined') | selectattr('is_quay') | map(attribute='inventory_hostname') | first }}\"\n quay_setup_client: localhost\n failed_wh...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 31617, "all_permissive": false }
ansible_role
jonathankingfc/quay-ansible
c0329a947ddb83098a0e28e45464e653e11828eb
0
roles/rhel_vm
7,307
[ "no_license" ]
[ { "path": "roles/rhel_vm/tasks/main.yml", "content": "---\n- name: Set hostname to inventory_hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n tags:\n - hostname\n- name: Check that hostname matches inventory_hostname\n shell: hostname\n tags:\n - hostname\n register: hostname_out\n fai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
smbek/ansible-test
a3d35bf1bef1d2a522b6059afee87cabbf4b6064
0
Homework3/roles/db
7,307
[ "no_license" ]
[ { "path": "Homework3/roles/db/tasks/main.yml", "content": "\n- name: Start mariadb\n service:\n name: mariadb\n state: started\n enabled: yes\n\n- name: Create a new database with name '\"{{ db_name }}\"'\n community.mysql.mysql_db:\n login_user: mairambek_db123\n login_password: <PASSWORD>...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 695, "all_permissive": false }
ansible_role
CarolFroggy25/copy-ansible-deploy
82962790f052ce0f811723860f517bf3a51b1d8d
0
roles/download_war
7,307
[ "no_license" ]
[ { "path": "roles/download_war/defaults/main.yml", "content": "docker_folder: 'mytomcat'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/download_war/tasks/main.yml", "content": "- name: Create Resources Folder\n file:\n path: \"{{ d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 545, "all_permissive": false }
ansible_role
pan3793/ansible-demo
87d2f03e983aca0b1775fa07f022d845f9a526a5
0
roles/cfg
7,307
[ "no_license" ]
[ { "path": "roles/cfg/tasks/npm.yaml", "content": "- copy:\n src: \"{{ item }}\"\n dest: \"{{ home }}/{{ item }}\"\n mode: 0644\n force: yes\n with_items:\n - \".npmrc\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/cfg/ta...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2594, "all_permissive": false }
ansible_role
pan3793/ansible-demo
87d2f03e983aca0b1775fa07f022d845f9a526a5
0
roles/kyuubi
7,307
[ "no_license" ]
[ { "path": "roles/kyuubi/tasks/download.yaml", "content": "- name: download kyuubi tgz\n get_url:\n url: \"{{ item.url }}\"\n dest: \"{{ item.dest }}\"\n force: yes\n with_items:\n - url: \"{{ kyuubi_tgz_url }}\"\n dest: \"{{ download_home }}/{{ kyuubi_tgz_file }}\"\n", "license_type":...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1066, "all_permissive": false }
ansible_role
pan3793/ansible-demo
87d2f03e983aca0b1775fa07f022d845f9a526a5
0
roles/spark
7,307
[ "no_license" ]
[ { "path": "roles/spark/tasks/install.yaml", "content": "- name: untar\n unarchive:\n src: \"{{ download_home }}/{{ spark_tgz_file }}\"\n dest: \"{{ app_home }}\"\n\n- name: fix permissions, see ansible#35426\n file:\n path: \"{{ app_home }}/{{ spark_name }}\"\n recurse: yes\n\n- name: update s...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5684, "all_permissive": false }
ansible_role
Tssukkii/Act9
536ed2b34a0bd1d4c5d30a10c445b3ca8e0f2b15
0
roles/prometheus
7,307
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.service.j2", "content": "[Unit]\nDescription=Prometheus Service\nAfter=network.target\n\n[Service]\nUser=root\nExecStart=/usr/local/bin/prometheus\n\n[Install]\nWantedBy=multi-user.target\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 977, "all_permissive": false }
ansible_role
moffzilla/OAI-DockerComposer-K8-OpenShift
f756debc0fdda146d9ac7ad63aff934f9ec6d65f
2
Kubernetes-Base/roles/common
7,307
[ "no_license" ]
[ { "path": "Kubernetes-Base/roles/common/tasks/main.yml", "content": "---\n- name: update cache\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n\n- name: Install the packgaes\n become: true\n apt:\n name: \"{{ item }}\"\n state: present\n with...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 845, "all_permissive": false }
ansible_role
moffzilla/OAI-DockerComposer-K8-OpenShift
f756debc0fdda146d9ac7ad63aff934f9ec6d65f
2
Kubernetes-Base/roles/docker
7,307
[ "no_license" ]
[ { "path": "Kubernetes-Base/roles/docker/defaults/main.yaml", "content": "docker_version: 17.03\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "Kubernetes-Base/roles/docker/tasks/main.yml", "content": "---\n- name: Add apt repo key\n become: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1407, "all_permissive": false }
ansible_role
moffzilla/OAI-DockerComposer-K8-OpenShift
f756debc0fdda146d9ac7ad63aff934f9ec6d65f
2
Kubernetes-Base/roles/rancher
7,307
[ "no_license" ]
[ { "path": "Kubernetes-Base/roles/rancher/tasks/main.yml", "content": "---\n- name: Clone Rancher Artifacts\n become: yes\n git:\n repo: https://gerrit.onap.org/r/oom\n dest: /mnt/onap/oom\n clone: yes\n\n- name: Clone Rancher Artifacts\n shell: 'cd /mnt/onap/oom && git pull https://gerrit.onap.o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 730, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/adminer
7,306
[ "no_license" ]
[ { "path": "roles/adminer/templates/server/rolebinding.yml.j2", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: RoleBinding\nmetadata:\n name: \"{{ adminer.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nsubjects:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5388, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/authelia
7,306
[ "no_license" ]
[ { "path": "roles/authelia/templates/server/role.yml.j2", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: Role\nmetadata:\n name: \"{{ authelia.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nrules:\n - apiGroups:\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 20964, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/common
7,306
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: \"Check if config file {{ include_vars_path }} exists\"\n stat:\n path: \"{{ include_vars_path }}\"\n register: config_stat_result\n\n- name: \"Load config file \"\n ansible.builtin.include_vars:\n file: \"{{ include_vars_path }}\"\n h...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10794, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/drawio
7,306
[ "no_license" ]
[ { "path": "roles/drawio/templates/server/deployment.yml.j2", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: \"{{ drawio.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nspec:\n replicas: 1\n strategy:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4822, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/errorpage
7,306
[ "no_license" ]
[ { "path": "roles/errorpage/templates/server/rolebinding.yml.j2", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: RoleBinding\nmetadata:\n name: \"{{ errorpage.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nsubjects...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 5713, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/filebrowser
7,306
[ "no_license" ]
[ { "path": "roles/filebrowser/tasks/main.yml", "content": "- name: \"Deploy server\"\n include_tasks: \"server.yml\"\n when: filebrowser.enabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/filebrowser/templates/filebrowser.json.j2", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 13851, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/haste
7,306
[ "no_license" ]
[ { "path": "roles/haste/templates/server/deployment.yml.j2", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: \"{{ haste.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nspec:\n replicas: 1\n strategy:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6828, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/hedgedoc
7,306
[ "no_license" ]
[ { "path": "roles/hedgedoc/templates/server/serviceaccount.yml.j2", "content": "apiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: \"{{ hedgedoc.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\n", "license_type": "no_lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 8795, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/homer
7,306
[ "no_license" ]
[ { "path": "roles/homer/vars/main.yml", "content": "---\nhomer:\n # Enable homer app?\n # type: boolean\n enabled: false\n\n server:\n # Name of the component.\n # type: string\n name: \"homer-server\"\n\n # Docker image for the homer server.\n image:\n # Image name without the tag.\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 11886, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/joplin
7,306
[ "no_license" ]
[ { "path": "roles/joplin/templates/server/rolebinding.yml.j2", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: RoleBinding\nmetadata:\n name: \"{{ joplin.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nsubjects:\n -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8340, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/mariadb
7,306
[ "no_license" ]
[ { "path": "roles/mariadb/templates/server/pv.yml.j2", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: \"{{ common.namespace }}-{{ mariadb.server.name }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nspec:\n storageClassName: \"{{ common.storage.class }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 10093, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/matrix
7,306
[ "no_license" ]
[ { "path": "roles/matrix/templates/server.j2", "content": "{\n \"m.server\": \"{{ matrix.synapse.subdomain }}.{{ common.domain }}:443\"\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/matrix/templates/worker/service.yml.j2", "content...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 39, "total_bytes": 36496, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/onlyoffice
7,306
[ "no_license" ]
[ { "path": "roles/onlyoffice/templates/redis/rolebinding.yml.j2", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: RoleBinding\nmetadata:\n name: \"{{ onlyoffice.redis.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nsubjects...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 25703, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/openldap
7,306
[ "no_license" ]
[ { "path": "roles/openldap/templates/server/pvc.yml.j2", "content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: \"{{ openldap.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nspec:\n storageClassName: \"{{ co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 16870, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/photoprism
7,306
[ "no_license" ]
[ { "path": "roles/photoprism/vars/main.yml", "content": "---\nphotoprism:\n # Enable PhotoPrism app?\n # type: boolean\n enabled: false\n\n server:\n # Name of the component.\n # type: string\n name: \"photoprism-server\"\n\n # Docker image for the Postgres server.\n image:\n # Image ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 18456, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/phpldapadmin
7,306
[ "no_license" ]
[ { "path": "roles/phpldapadmin/templates/server/service.yml.j2", "content": "apiVersion: v1\nkind: Service\nmetadata:\n name: \"{{ phpldapadmin.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\n{% if phpldapadmin.server.serviceLab...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7622, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/postgres
7,306
[ "no_license" ]
[ { "path": "roles/postgres/templates/server/rolebinding.yml.j2", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: RoleBinding\nmetadata:\n name: \"{{ postgres.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nsubjects:\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 21348, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/qbittorrent
7,306
[ "no_license" ]
[ { "path": "roles/qbittorrent/templates/server/rolebinding.yml.j2", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: RoleBinding\nmetadata:\n name: \"{{ qbittorrent.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nsubj...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 12149, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/registry
7,306
[ "no_license" ]
[ { "path": "roles/registry/templates/server/pv.yml.j2", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: \"{{ common.namespace }}-{{ registry.server.name }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nspec:\n storageClassName: \"{{ common.storage.class }}\"\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 14472, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/send
7,306
[ "no_license" ]
[ { "path": "roles/send/templates/redis/pvc.yml.j2", "content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: \"{{ send.redis.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nspec:\n storageClassName: \"{{ common.stora...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 18092, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/syncthing
7,306
[ "no_license" ]
[ { "path": "roles/syncthing/templates/server/pv.yml.j2", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: \"{{ common.namespace }}-{{ syncthing.server.name }}-data\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nspec:\n storageClassName: \"{{ common.storage.clas...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 12530, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/traefik
7,306
[ "no_license" ]
[ { "path": "roles/traefik/templates/server/role.yml.j2", "content": "apiVersion: rbac.authorization.k8s.io/v1\nkind: Role\nmetadata:\n name: \"{{ traefik.server.name }}\"\n namespace: \"{{ common.namespace }}\"\n labels:\n {{ service.extraLabels | to_nice_yaml | indent(4) }}\nrules:\n - apiGroups:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 22439, "all_permissive": false }
ansible_role
matusnovak/energise
40ceebda4bf52f009f80befda0a4444b371f6538
1
roles/vigil
7,306
[ "no_license" ]
[ { "path": "roles/vigil/tasks/proxy.yml", "content": "- name: \"Set vigil server facts\"\n set_fact:\n vigil_proxy_url: \"{{ vigil.proxy.name }}.{{ common.namespace }}.svc.cluster.local\"\n main_py: \"{{ lookup('file', role_path + '/templates/main.py') }}\"\n\n- name: \"Run deployment\"\n include_tas...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 25210, "all_permissive": false }
ansible_role
pedroxim/docker-ansible
6afbdfa7b522c30ae76e87a293a81f0760b45914
0
roles/common
7,306
[ "no_license" ]
[ { "path": "roles/common/vars/debian.yml", "content": "---\ncommon_packages_list:\n - vim\n - mlocate\n - wget\n - curl\n - htop\n - atop\n - rsync\n - bind9utils\n - openssl\n - zip\n - unzip\n - sshpass\n - openssh-client\n - telnet\n - python-selinux\n\niptables_services:\n - iptables-pers...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2239, "all_permissive": false }
ansible_role
pedroxim/docker-ansible
6afbdfa7b522c30ae76e87a293a81f0760b45914
0
roles/docker
7,306
[ "no_license" ]
[ { "path": "roles/docker/tasks/centos.yml", "content": "---\n- name: Remove old versions of Docker\n yum:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-common\n - docker-selinux\n - docker-engine\n - docker-python\n tags: docker-centos\n\n- name: Install r...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2264, "all_permissive": false }
ansible_role
pedroxim/docker-ansible
6afbdfa7b522c30ae76e87a293a81f0760b45914
0
roles/nginx
7,306
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Nginx container\n docker:\n name: nginx\n image: nginx:latest\n #command: mkdir /etc/nginx/ssl && chmod 600 /etc/nginx/ssl\n state: started\n ports:\n - \"80:80\"\n tags: nginx\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
pflaeging/gubernat
59a82ef3b7348c5ceeb0832af7d3fc5933cfb4f6
10
roles/common
7,306
[ "no_license" ]
[ { "path": "roles/common/templates/15-listen.conf.j2", "content": "# {{ ansible_managed}}\nlisten-address={{ ansible_default_ipv4.address }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/common/templates/10-forwarder.conf.j2", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8491, "all_permissive": false }
ansible_role
pflaeging/gubernat
59a82ef3b7348c5ceeb0832af7d3fc5933cfb4f6
10
roles/initialsetup
7,306
[ "no_license" ]
[ { "path": "roles/initialsetup/templates/ssh-copy-id-to-all-hosts.sh.j2", "content": "#!/bin/sh\n\n{% for name in groups.loadbalancer %}\necho \"copy ssh key to {{ name }}\" \nssh-copy-id -i ./config:{{ clustername }}/root-ssh-key root@{{ hostvars[name].ansible_host }} 2> /dev/null\n{% endfor %}\n{% for name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1421, "all_permissive": false }
ansible_role
pflaeging/gubernat
59a82ef3b7348c5ceeb0832af7d3fc5933cfb4f6
10
roles/k8s_components
7,306
[ "no_license" ]
[ { "path": "roles/k8s_components/templates/customeruser/customer-user.yaml", "content": "---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: customer\n namespace: default\n---\napiVersion: v1\nkind: Secret\nmetadata:\n annotations:\n kubernetes.io/service-account.name: customer\n name: custom...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 7672, "all_permissive": false }
ansible_role
pflaeging/gubernat
59a82ef3b7348c5ceeb0832af7d3fc5933cfb4f6
10
roles/kubernetes
7,306
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/workers.yml", "content": "- name: Generate token and join on first master for worker\n ansible.builtin.shell:\n cmd: echo $(KUBECONFIG=/etc/kubernetes/admin.conf kubeadm token create --print-join-command)\n register: join_content\n delegate_to: \"{{ groups.master[0] }...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12481, "all_permissive": false }
ansible_role
pflaeging/gubernat
59a82ef3b7348c5ceeb0832af7d3fc5933cfb4f6
10
roles/loadbalancer
7,306
[ "no_license" ]
[ { "path": "roles/loadbalancer/templates/LoadBalancerConfig.txt.j2", "content": "LoadBalancer: k8s-api\n On port TCP/{{ lb_api_port }}\nLevel 4 Forwarding to:\n{% for name in groups.master %}\n DNS-Name: {{ name }} IP-Address: {{ hostvars[name].ansible_host }} Port: {{ api_port }}\n{% endfor %}\n\n{% ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4544, "all_permissive": false }
ansible_role
pflaeging/gubernat
59a82ef3b7348c5ceeb0832af7d3fc5933cfb4f6
10
roles/postinstall
7,306
[ "no_license" ]
[ { "path": "roles/postinstall/files/ssh-config", "content": "Host *\n IdentityFile ~/.ssh/id_rsa\n IdentityFile ~/.ssh/kubernetes-g8s\n#", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/postinstall/tasks/main.yml", "content": "- name: Gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 179, "all_permissive": false }
ansible_role
pflaeging/gubernat
59a82ef3b7348c5ceeb0832af7d3fc5933cfb4f6
10
roles/prereq
7,306
[ "no_license" ]
[ { "path": "roles/prereq/templates/01-crio-image.conf.j2", "content": "[crio.image]\n# The image used to instantiate infra containers.\n# This option supports live configuration reload.\npause_image = \"{{ repo_mirror }}/registry.k8s.io/pause:3.10\"\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4038, "all_permissive": false }
ansible_role
pflaeging/gubernat
59a82ef3b7348c5ceeb0832af7d3fc5933cfb4f6
10
roles/reset_kubernetes
7,306
[ "no_license" ]
[ { "path": "roles/reset_kubernetes/tasks/main.yml", "content": "- name: Reset with kubeadm\n ansible.builtin.shell:\n cmd: \"kubeadm reset -f\"\n register: kubeadm_reset\n\n- name: Clear /etc/kubernetes\n ansible.builtin.file:\n state: absent\n path: /etc/kubernetes/\n when: kubeadm_reset is cha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2472, "all_permissive": false }
ansible_role
pflaeging/gubernat
59a82ef3b7348c5ceeb0832af7d3fc5933cfb4f6
10
roles/upgrade_cluster
7,306
[ "no_license" ]
[ { "path": "roles/upgrade_cluster/tasks/master0.yml", "content": "- name: Start common prereq for update\n ansible.builtin.include_tasks: common_before.yml\n\n- name: Update first master to {{ k8s_version }}\n ansible.builtin.command:\n cmd: kubeadm upgrade apply v{{ k8s_version }} --yes\n\n- name: Star...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3887, "all_permissive": false }
ansible_role
thesis-bondarenko/server-setup-ansible-playbook
aab46e281c1a01beacfb535858753177ff0f459c
0
roles/certbot
7,306
[ "no_license" ]
[ { "path": "roles/certbot/tasks/main.yaml", "content": "---\n- name: Use new port specified in input for SSH connections.\n set_fact:\n ansible_port: \"{{ new_ssh_port }}\"\n\n- name: Configure and start Certbot.\n remote_user: \"{{ admin_username }}\"\n when: start_certbot | bool\n become: true\n bl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
thesis-bondarenko/server-setup-ansible-playbook
aab46e281c1a01beacfb535858753177ff0f459c
0
roles/common
7,306
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: Use current port specified in input for SSH connection.\n set_fact:\n ansible_port: \"{{ current_ssh_port }}\"\n\n- name: Check whether it's possible to SSH into root user.\n delegate_to: localhost # This task must be executed locally....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 9727, "all_permissive": false }
ansible_role
thesis-bondarenko/server-setup-ansible-playbook
aab46e281c1a01beacfb535858753177ff0f459c
0
roles/web
7,306
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yaml", "content": "---\n- name: Use port specified in input for SSH connections.\n set_fact:\n ansible_port: \"{{ new_ssh_port }}\"\n\n- name: Ensure the host has a NGINX web server which proxies to a PM2 + node process.\n remote_user: \"{{ admin_username }}\"\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4891, "all_permissive": false }
ansible_role
thesis-bondarenko/server-setup-ansible-playbook
aab46e281c1a01beacfb535858753177ff0f459c
0
roles/wordpress
7,306
[ "no_license" ]
[ { "path": "roles/wordpress/templates/domain-php-fpm.conf.j2", "content": "; {{ ansible_managed }}\n\n[{{ item.pool_name | mandatory }}]\nlisten = {{ item.pool_listen | mandatory }}\nlisten.allowed_clients = {{ item.pool_listen_allowed_clients | default('127.0.0.1', true) }}\nuser = {{ item.pool_process_user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9226, "all_permissive": false }
ansible_role
fouteox/fadogen
fed706ed8271c60b3faad516a76e8e798a18ef05
19
tools/ansible/roles/cloudflare_tunnel
7,306
[ "no_license" ]
[ { "path": "tools/ansible/roles/cloudflare_tunnel/defaults/main.yml", "content": "---\ncloudflare_email: \"{{ config.cloudflare.email }}\"\ncloudflare_api_key: \"{{ config.cloudflare.api_key }}\"\ncloudflare_account_id: \"{{ config.cloudflare.account_id }}\"\ncloudflare_domain: \"{{ config.cloudflare.domain ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6957, "all_permissive": false }
ansible_role
fouteox/fadogen
fed706ed8271c60b3faad516a76e8e798a18ef05
19
tools/ansible/roles/cloudflared
7,306
[ "no_license" ]
[ { "path": "tools/ansible/roles/cloudflared/tasks/main.yml", "content": "---\n- name: Installation des dépendances Python pour deb822\n ansible.builtin.apt:\n name: python3-debian\n state: present\n become: true\n\n- name: Add Cloudflare repository\n ansible.builtin.deb822_repository:\n name: clo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
fouteox/fadogen
fed706ed8271c60b3faad516a76e8e798a18ef05
19
tools/ansible/roles/docker
7,306
[ "no_license" ]
[ { "path": "tools/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Installation de Docker\n include_role:\n name: geerlingguy.docker\n vars:\n docker_users:\n - \"{{ docker_user }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 179, "all_permissive": false }
ansible_role
fouteox/fadogen
fed706ed8271c60b3faad516a76e8e798a18ef05
19
tools/ansible/roles/docker_credentials
7,306
[ "no_license" ]
[ { "path": "tools/ansible/roles/docker_credentials/defaults/main.yml", "content": "---\ncredential_user: \"{{ config.raspberry.user }}\"\ndocker_credential_helper_url: \"https://github.com/docker/docker-credential-helpers/releases/download/v0.8.2/docker-credential-pass-v0.8.2.linux-{{ 'arm64' if ansible_arch...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3230, "all_permissive": false }
ansible_role
fouteox/fadogen
fed706ed8271c60b3faad516a76e8e798a18ef05
19
tools/ansible/roles/system
7,306
[ "no_license" ]
[ { "path": "tools/ansible/roles/system/tasks/main.yml", "content": "---\n- name: Test de connexion\n ping:\n\n- name: Mise à jour et nettoyage du système\n ansible.builtin.apt:\n update_cache: yes\n upgrade: full\n autoremove: yes\n autoclean: yes\n force_apt_get: yes\n register: apt_upgrad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
fouteox/fadogen
fed706ed8271c60b3faad516a76e8e798a18ef05
19
tools/ansible/roles/traefik
7,306
[ "no_license" ]
[ { "path": "tools/ansible/roles/traefik/tasks/main.yml", "content": "---\n- name: Create traefik network\n community.docker.docker_network:\n name: \"{{ traefik_network_name }}\"\n state: present\n\n- name: Setup Traefik directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: direct...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2659, "all_permissive": false }
ansible_role
ari123mster/ansible
fbb5ea709a90f8cfae42e950d08f8a50b1612c02
0
roles/database
7,306
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": " - name: Install mysql-server\n tags: mysql\n apt:\n name:\n - mysql-server\n - mysql-client\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
ari123mster/ansible
fbb5ea709a90f8cfae42e950d08f8a50b1612c02
0
roles/user
7,306
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": " - name: create user with root groub\n tags: user\n user:\n name: enryu\n group: root\n - name: adding key in client\n tags: user\n ansible.posix.authorized_key:\n user: enryu\n key: \"<KEY>\"\n - name: add sudoers\n ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
ari123mster/ansible
fbb5ea709a90f8cfae42e950d08f8a50b1612c02
0
roles/web
7,306
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": " - name: install web-server-apache\n tags: apache2,php\n apt:\n name:\n - apache2\n - libapache2-mod-php\n - php\n - php-mbstring\n - php-xmlrpc\n - php-soap\n - php-gd\n - php-xml\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/bash
7,306
[ "no_license" ]
[ { "path": "ansible/roles/bash/templates/bashrc.j2", "content": "{% for shopt, active in bash.config.shopt.items() %}\n{% if active %}\nshopt -s {{ shopt }}\n{% endif %}\n{% endfor %}\n\n{% for alias, value in bash.config.alias.items() %}\nalias {{ alias }}='{{ value }}'\n{% endfor %}\n\n{% for export, value...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 784, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/blackfire
7,306
[ "no_license" ]
[ { "path": "ansible/roles/blackfire/templates/blackfire.ini.j2", "content": "[blackfire]\n{% for option, value in blackfire.config.client.items() %}\n{{ option }}={{ value }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "ansible/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1027, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/clamav
7,306
[ "no_license" ]
[ { "path": "ansible/roles/clamav/templates/clamd.conf.j2", "content": "{% for option, value in clamav.config.items() %}\n{{ option }} {{ value }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/clamav/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 884, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/cleanup
7,306
[ "no_license" ]
[ { "path": "ansible/roles/cleanup/tasks/main.yml", "content": "- name: apt clean\n apt:\n autoclean: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 44, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/docker
7,306
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: add key\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: <KEY>\n\n- name: add repository\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable\"\n\n- name: install\n apt:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/elasticsearch
7,306
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/templates/elasticsearch.yml.j2", "content": "{{ elasticsearch.config|to_nice_yaml }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "- name: chang...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1824, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/general
7,306
[ "no_license" ]
[ { "path": "ansible/roles/general/tasks/main.yml", "content": "### resolv\n- name: resolv | copy sources.list\n copy:\n src: resolv.conf\n dest: /etc/resolv.conf\n\n### apt\n- name: apt | copy sources.list\n copy:\n src: sources.list\n dest: /etc/apt/sources.list\n\n- name: apt | update\n apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2524, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/git
7,306
[ "no_license" ]
[ { "path": "ansible/roles/git/templates/gitconfig.j2", "content": "{% for groupname, group in git.config.items() %}\n[{{ groupname }}]\n{% for option, value in group.items() %}\n{{ option }} = {{ value|replace(\"'\", '\"') }}\n{% endfor %}\n\n{% endfor %}\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 538, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/include_roles
7,306
[ "no_license" ]
[ { "path": "ansible/roles/include_roles/tasks/main.yml", "content": "- name: Run included roles\n include_tasks: \"../../{{ item }}\"\n with_items: \"{{ include_roles }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/kafka
7,306
[ "no_license" ]
[ { "path": "ansible/roles/kafka/templates/zookeeper.properties.j2", "content": "{% for option, value in kafka.zookeeper.config.items() %}\n{{ option }}={{ value }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "ansible/roles/kafka/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2093, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/mariadb
7,306
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yml", "content": "- name: add key\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: F1656F24C74CD1D8\n when: mariadb.version != '10.3-original'\n\n- name: add repository\n apt_repository:\n repo: \"deb [arch=amd64] http://mariadb.mirror.globo.tech/rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1801, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/memcached
7,306
[ "no_license" ]
[ { "path": "ansible/roles/memcached/tasks/main.yml", "content": "- name: install\n apt:\n name: memcached\n\n- name: configure memcached.conf\n template:\n src: memcached.conf.j2\n dest: /etc/memcached.conf\n register: configuration\n\n- name: restart memcached\n systemd:\n name: memcached\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 372, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/mongodb
7,306
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/templates/mongorc.js.j2", "content": "var currentDbName = db.getName();\nvar adminDb = db.getSiblingDB('admin');\nadminDb.auth('{{ mongodb.username }}', '{{ mongodb.password }}');\ndb = adminDb.getSiblingDB(currentDbName);\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2771, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/nginx
7,306
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf.j2", "content": "\n{% macro renderDictionary(values) %}\n {% for key, value in values.items() %}\n {{ renderValue(key, value) }}\n {% endfor %}\n{% endmacro %}\n\n{% macro renderList(key, list) %}\n {% for value in list %}\n {{ rende...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3187, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/nodejs
7,306
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "- name: add apt key for nodejs\n apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present\n\n- name: add apt repository for nodejs\n apt_repository: repo='deb https://deb.nodesource.com/node_{{ nodejs.version }}.x focal ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/php
7,306
[ "no_license" ]
[ { "path": "ansible/roles/php/templates/fpm.php.ini.j2", "content": "{% for groupname, group in php.config.fpm.items() %}\n[{{ groupname }}]\n{% for option, value in group.items() %}\n{{ option }} = {{ value }}\n{% endfor %}\n\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5479, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/postfix
7,306
[ "no_license" ]
[ { "path": "ansible/roles/postfix/templates/main.cf.j2", "content": "{% for option, value in postfix.config.items() %}\n{{ option }} = {{ value }}\n{% endfor %}\n\nvirtual_alias_maps = pcre:/etc/postfix/virtual.map.pcre\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 674, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/postgresql
7,306
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/templates/user-pgpass.j2", "content": "{% if postgresql.password != '' %}\nlocalhost:{{ postgresql.config.port }}:*:{{ postgresql.username }}:{{ postgresql.password }}\n{% else %}\nlocalhost:{{ postgresql.config.port }}:*:{{ postgresql.username }}:*\n{% endif %}\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2338, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/rabbitmq
7,306
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/templates/rabbitmq.conf.j2", "content": "{% for option, value in rabbitmq.config.items() %}\n{{ option }} = {{ value }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "ansible/roles/rabbitmq/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2447, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/redis
7,306
[ "no_license" ]
[ { "path": "ansible/roles/redis/templates/redis.conf.j2", "content": "{% macro fixValue(value) -%}\n{% if value == true %}\n{% set value = 'yes' %}\n{% elif value == false %}\n{% set value = 'no' %}\n{% endif %}\n{{ value }}\n{%- endmacro %}\n{% for option, value in redis.config.items() %}\n{% if value is ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 704, "all_permissive": false }
ansible_role
vagrant-php/ubuntu
af317c952358295c61e78f52c98c0a68aebce442
18
ansible/roles/zsh
7,306
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "- name: install zsh\n apt:\n name: \"zsh\"\n\n- name: change default shell to zsh for user vagrant\n command: /usr/bin/chsh -s /bin/zsh vagrant\n\n- name: change default shell to zsh for user root\n command: /usr/bin/chsh -s /bin/zsh root\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 846, "all_permissive": false }
ansible_role
tanguynicolas/micro-datacenter
ee181147ef2c27e173ecde4229192bf9eaf4777c
0
ansible/roles/common
7,306
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: Upgrade all packages\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 86400\n upgrade: yes\n\n- name: Install some packages\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 86400\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
tanguynicolas/micro-datacenter
ee181147ef2c27e173ecde4229192bf9eaf4777c
0
ansible/roles/dhcp
7,306
[ "no_license" ]
[ { "path": "ansible/roles/dhcp/handlers/main.yml", "content": "- name: Restart dhcp\n ansible.builtin.service:\n name: isc-dhcp-server\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "ansible/roles/dhcp/templates/isc-dhcp-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 742, "all_permissive": false }
ansible_role
tanguynicolas/micro-datacenter
ee181147ef2c27e173ecde4229192bf9eaf4777c
0
ansible/roles/openssh
7,306
[ "no_license" ]
[ { "path": "ansible/roles/openssh/tasks/main.yml", "content": "---\n\n- name: \"Add authorized keys\"\n ansible.posix.authorized_key:\n user: \"{{ username }}\"\n key: \"{{ item.value }}\"\n loop: \"{{ ssh_users | dict2items }}\"\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
tanguynicolas/micro-datacenter
ee181147ef2c27e173ecde4229192bf9eaf4777c
0
ansible/roles/router
7,306
[ "no_license" ]
[ { "path": "ansible/roles/router/handlers/main.yaml", "content": "---\n\n- name: Save iptables\n community.general.iptables_state:\n state: saved\n path: /etc/sysconfig/iptables\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "ansible/roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 449, "all_permissive": false }
ansible_role
tanguynicolas/micro-datacenter
ee181147ef2c27e173ecde4229192bf9eaf4777c
0
ansible/roles/rsyslog
7,306
[ "no_license" ]
[ { "path": "ansible/roles/rsyslog/tasks/main.yaml", "content": "---\n\n- name: Install rsyslog\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 86400\n state: latest\n pkg:\n - rsyslog\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
tanguynicolas/micro-datacenter
ee181147ef2c27e173ecde4229192bf9eaf4777c
0
ansible/roles/shuttle-packages
7,306
[ "no_license" ]
[ { "path": "ansible/roles/shuttle-packages/tasks/main.yml", "content": "---\n\n- name: Install some packages for Shuttle\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 86400\n state: latest\n pkg:\n - git\n - python3\n - python3-venv\n - sshpass\n\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
Otus-DevOps-2023-03/RossarioAgro_infra
8bb41bdaf53b6290b8ab3fad28ea2fd021644f5b
0
ansible/roles/app
7,306
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n\n- name: Install ruby, and needed dep's\n become: true\n apt:\n update-cache: true\n name: \"{{ item }}\"\n state: present\n with_items:\n - git\n - ruby-full\n - ruby-bundler\n - build-essential\n tags: ruby\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
dlbewley/homelab
1c6a6946a40b6e50b62d72b9e26227abcd3afaff
1
roles/cli-comfort
7,306
[ "no_license" ]
[ { "path": "roles/cli-comfort/files/.tmux.conf", "content": "#--Key-Bindings-----------------------------------------------------------------\n# more intuitive split keys\nbind | split-window -h\nbind _ split-window -v\n# bind - split-window -v -c '#{pane_current_path}'\n\n# move between panes using vi keys ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2869, "all_permissive": false }
ansible_role
dlbewley/homelab
1c6a6946a40b6e50b62d72b9e26227abcd3afaff
1
roles/dhcpd
7,306
[ "no_license" ]
[ { "path": "roles/dhcpd/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - dhcpd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/dhcpd/tasks/main.yml", "content": "---\n# file: dhcpd/tasks/main.yml\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 10434, "all_permissive": false }
ansible_role
dlbewley/homelab
1c6a6946a40b6e50b62d72b9e26227abcd3afaff
1
roles/ocp3
7,306
[ "no_license" ]
[ { "path": "roles/ocp3/tasks/main.yml", "content": "---\n# tasks file for ocp3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/ocp3/templates/hosts.lab.j2", "content": "#\n# ansible inventory for OpenShift Container Platform 3.11.154\n# A...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 25893, "all_permissive": false }
ansible_role
dlbewley/homelab
1c6a6946a40b6e50b62d72b9e26227abcd3afaff
1
roles/pxe
7,306
[ "no_license" ]
[ { "path": "roles/pxe/tasks/main.yml", "content": "---\n# file: pxe/tasks/main.yml\n\n- name: Install Packages\n yum:\n name: \"{{ pxe_packages }}\"\n state: installed\n\n- name: Setup tftpboot directories\n file:\n path: \"{{ pxe_tftpboot }}/{{ item }}\"\n state: directory\n mode: 0755\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4123, "all_permissive": false }
ansible_role
SriAhilesh/portfolio-project
083c093f4033fcdd6eecee949c4240c72b5e3a9a
0
ansible/roles/backend
7,309
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "- name: Create docker network\n community.docker.docker_network:\n name: portfolio-network\n state: present\n\n- name: Stop and remove old backend container\n community.docker.docker_container:\n name: backend\n state: absent\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
SriAhilesh/portfolio-project
083c093f4033fcdd6eecee949c4240c72b5e3a9a
0
ansible/roles/frontend
7,309
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "- name: Stop and remove old frontend container\n docker_container:\n name: frontend\n state: absent\n force_kill: true\n\n- name: Run frontend container\n docker_container:\n name: frontend\n image: portfolio-frontend_frontend:l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }