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
papamuziko/validation
0c1098557b78ffccb02d844a035de03e49143d08
0
module7_task2/ansible/roles/ci-agent-tools
8,146
[ "no_license" ]
[ { "path": "module7_task2/ansible/roles/ci-agent-tools/tasks/main.yml", "content": "---\n- name: \"Ensure that package manager cache is up to date\"\n apt:\n update_cache: true\n- name: \"Install Prerequisite packages\"\n apt:\n pkg:\n - make\n - openjdk-8-jdk\n...\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
HETIC-localize/devops
dbd5f30911e5f1d321abc0c6b570f4df894fd3a9
0
ansible/roles/back_end
8,151
[ "no_license" ]
[ { "path": "ansible/roles/back_end/tasks/main.yml", "content": "---\n\n- name: Check and create structure\n file:\n path: \"{{ back_end_workdir }}\"\n state: directory\n\n- name: Upload docker-compose file\n template:\n src: templates/docker-compose.yml\n dest: \"{{ back_end_workdir }}docker-co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 876, "all_permissive": false }
ansible_role
USBAkimbo/terraform-oci
bdfe72b88c7a8ce6d6f77988ce6f86259dcb315f
3
roles/install-docker
8,151
[ "no_license" ]
[ { "path": "roles/install-docker/tasks/main.yml", "content": "---\n# tasks file for role_auto-update\n- import_tasks: install-docker.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/install-docker/tasks/install-docker.yml", "content": "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 334, "all_permissive": false }
ansible_role
USBAkimbo/terraform-oci
bdfe72b88c7a8ce6d6f77988ce6f86259dcb315f
3
roles/install-filebrowser
8,151
[ "no_license" ]
[ { "path": "roles/install-filebrowser/tasks/main.yml", "content": "---\n# tasks file for role_auto-update\n- import_tasks: install-filebrowser.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/install-filebrowser/tasks/install-filebrowser.ym...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1195, "all_permissive": false }
ansible_role
USBAkimbo/terraform-oci
bdfe72b88c7a8ce6d6f77988ce6f86259dcb315f
3
roles/install-jellyfin
8,151
[ "no_license" ]
[ { "path": "roles/install-jellyfin/tasks/main.yml", "content": "---\n# tasks file for role_auto-update\n- import_tasks: install-jellyfin.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/install-jellyfin/tasks/install-jellyfin.yml", "con...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 839, "all_permissive": false }
ansible_role
USBAkimbo/terraform-oci
bdfe72b88c7a8ce6d6f77988ce6f86259dcb315f
3
roles/install-traefik
8,151
[ "no_license" ]
[ { "path": "roles/install-traefik/tasks/main.yml", "content": "---\n# tasks file for role_auto-update\n- import_tasks: install-traefik.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/install-traefik/tasks/install-traefik.yml", "content...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1602, "all_permissive": false }
ansible_role
USBAkimbo/terraform-oci
bdfe72b88c7a8ce6d6f77988ce6f86259dcb315f
3
roles/install-zabbix-agent2
8,151
[ "no_license" ]
[ { "path": "roles/install-zabbix-agent2/templates/zabbix_agent2.j2", "content": "PidFile=/var/run/zabbix/zabbix_agent2.pid\nLogFile=/var/log/zabbix/zabbix_agent2.log\nLogFileSize=0\nServer={{ zabbix_server }}\nServerActive={{ zabbix_server }}\n# Hostname=\nInclude=/etc/zabbix/zabbix_agent2.d/*.conf\nTLSConne...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1864, "all_permissive": false }
ansible_role
USBAkimbo/terraform-oci
bdfe72b88c7a8ce6d6f77988ce6f86259dcb315f
3
roles/patch
8,151
[ "no_license" ]
[ { "path": "roles/patch/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - patch", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/patch/defaults/main.yml", "content": "---\n# defaults file for patch",...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 710, "all_permissive": false }
ansible_role
audreyper/lxd-image-creation
9bf5d8c4161cbd10fcd992910807c2383748ba27
0
roles/system_config
8,151
[ "no_license" ]
[ { "path": "roles/system_config/tasks/main.yaml", "content": " \n- name: include vars file\n include_vars: \"{{ playbook_dir }}/variables.yaml\"\n\n- name: Enable PubkeyAuthentication in sshd_config\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#?PubkeyAuthentication'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1186, "all_permissive": false }
ansible_role
HoaNgo98/ansible-postgre-cluster
bf9ca5a4a67c451a86c288fd1b2df5c5e6570ede
0
roles/postgre_conf
8,151
[ "no_license" ]
[ { "path": "roles/postgre_conf/tasks/main.yml", "content": "---\n- name: Execute task on Master\n shell: \"{{ item }}\"\n with_items:\n - sudo -Hiu postgres psql -c \"create user replication REPLICATION LOGIN ENCRYPTED PASSWORD '<PASSWORD>';\"\n #- sudo -u postgres ALTER ROLE replication CONNECTION L...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2055, "all_permissive": false }
ansible_role
HoaNgo98/ansible-postgre-cluster
bf9ca5a4a67c451a86c288fd1b2df5c5e6570ede
0
roles/postgre_packages
8,151
[ "no_license" ]
[ { "path": "roles/postgre_packages/tasks/main.yml", "content": "---\n- name: Install Postgre packages\n become: yes\n become_user: root\n apt: name={{ item }} state=present update_cache=yes\n loop:\n - postgresql-12\n - postgresql-client-12\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
HoaNgo98/ansible-postgre-cluster
bf9ca5a4a67c451a86c288fd1b2df5c5e6570ede
0
roles/postgre_repos
8,151
[ "no_license" ]
[ { "path": "roles/postgre_repos/defaults/main.yml", "content": "---\npostgre_release: 12\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/postgre_repos/tasks/main.yml", "content": "---\n- name: Install software-properties-common\n become...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 532, "all_permissive": false }
ansible_role
dixiedream/dummy-ansible
8abcaf19f5bd4d51799ec63219f4b4eda331f56e
0
roles/base
8,151
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "# Load distro specific variables\n- include_vars: \"{{ ansible_os_family }}.yml\"\n when: ansible_system == \"Linux\"\n\n- name: Linux setup\n block:\n - import_tasks: users/user.yml\n - import_tasks: ansible_setup.yml\n - import_tasks: packages/...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7822, "all_permissive": false }
ansible_role
dixiedream/dummy-ansible
8abcaf19f5bd4d51799ec63219f4b4eda331f56e
0
roles/cinnamon
8,151
[ "no_license" ]
[ { "path": "roles/cinnamon/tasks/main.yml", "content": "- name: Cinnamon setup\n block:\n - name: cinnamon | set desktop icons\n vars:\n base_key: \"/org/nemo/desktop\"\n dconf:\n key: \"{{ item.key }}\"\n value: \"{{ item.value }}\"\n with_items:\n - { key: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
leltonborges/Ansible
b0f26855804ce57c6b87ac9eee1a3b50baa7df43
0
alura-mod1/playbook/roles/install_wordpress
8,151
[ "no_license" ]
[ { "path": "alura-mod1/playbook/roles/install_wordpress/tasks/main.yml", "content": "---\n# - name: 'Download wordpress'\n# get_url:\n# url: https://wordpress.org/latest.tar.gz\n# dest: /tmp/wordpress.tar.gz\n\n- name: 'Extract wordpress'\n ansible.builtin.unarchive:\n src: '/tmp/wordpress.tar....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1502, "all_permissive": false }
ansible_role
leltonborges/Ansible
b0f26855804ce57c6b87ac9eee1a3b50baa7df43
0
alura-mod1/playbook/roles/mysql
8,151
[ "no_license" ]
[ { "path": "alura-mod1/playbook/roles/mysql/tasks/main.yml", "content": "---\n- name: 'install mariadb-server'\n apt:\n package:\n - mariadb-server\n state: present\n update_cache: true\n\n- name: 'Create database'\n mysql_db:\n name: \"{{ var_wp_name_db }}\"\n login_user: root\n log...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 877, "all_permissive": false }
ansible_role
leltonborges/Ansible
b0f26855804ce57c6b87ac9eee1a3b50baa7df43
0
alura-mod1/playbook/roles/webserver
8,151
[ "no_license" ]
[ { "path": "alura-mod1/playbook/roles/webserver/tasks/main.yml", "content": "---\n- name: 'Install php and apache2'\n apt:\n name: ['php7.3', 'apache2', 'libapache2-mod-php7.3', 'php7.3-gd', 'php-ssh2', 'python-mysqldb', 'php7.3-mysql', 'php-dev', 'libmcrypt-dev','php-pear']\n state: latest", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
leltonborges/Ansible
b0f26855804ce57c6b87ac9eee1a3b50baa7df43
0
awx/install/roles/ansible
8,151
[ "no_license" ]
[ { "path": "awx/install/roles/ansible/tasks/main.yml", "content": "---\n- name: 'Install Ansible with pip3'\n pip:\n name: ansible\n executable: pip3\n\n- name: 'Install requests 2.14.2'\n pip:\n name: requests==2.14.2\n executable: pip3", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
leltonborges/Ansible
b0f26855804ce57c6b87ac9eee1a3b50baa7df43
0
awx/install/roles/awx
8,151
[ "no_license" ]
[ { "path": "awx/install/roles/awx/tasks--/main.yml", "content": "---\n- name: \"fim\"\n shell: ls /etc\n# - import_tasks: pull_reporitory.yml\n# - import_tasks: generate_key_secret.yml\n# - import_tasks: install_awx.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 2130, "all_permissive": false }
ansible_role
leltonborges/Ansible
b0f26855804ce57c6b87ac9eee1a3b50baa7df43
0
awx/install/roles/config
8,151
[ "no_license" ]
[ { "path": "awx/install/roles/config/meta/main.yml", "content": "---\ndependencies:\n - dependencies", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "awx/install/roles/config/tasks/config_python.yml", "content": "---\n- name: 'Configuration bin ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 208, "all_permissive": false }
ansible_role
leltonborges/Ansible
b0f26855804ce57c6b87ac9eee1a3b50baa7df43
0
awx/install/roles/dependencies
8,151
[ "no_license" ]
[ { "path": "awx/install/roles/dependencies/tasks/main.yml", "content": "---\n- name: \"Update\"\n apt:\n update_cache: yes\n- name: \"Removing apache2\"\n apt:\n name: \"apache2\"\n state: absent\n\n- name: \"Installing dependencies\"\n apt:\n name: \"{{ var_dependencies }}\"\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
leltonborges/Ansible
b0f26855804ce57c6b87ac9eee1a3b50baa7df43
0
awx/install/roles/docker
8,151
[ "no_license" ]
[ { "path": "awx/install/roles/docker/vars/main.yml", "content": "---\nvar_dep_docker:\n - docker-ce\n - docker-ce-cli\n - containerd.io\nvar_add_userG: awx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "awx/install/roles/docker/meta/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 773, "all_permissive": false }
ansible_role
leltonborges/Ansible
b0f26855804ce57c6b87ac9eee1a3b50baa7df43
0
awx/install/roles/nodejs
8,151
[ "no_license" ]
[ { "path": "awx/install/roles/nodejs/tasks/main.yml", "content": "---\n# - name: \"Configuration setup_nodejs_14.X\"\n# ansible.builtin.shell: \"curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_setup.sh && \\ \n# bash nodesource_setup.sh\"\n# args:\n# warn: no\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 733, "all_permissive": false }
ansible_role
leltonborges/Ansible
b0f26855804ce57c6b87ac9eee1a3b50baa7df43
0
awx/install/roles/postgres
8,151
[ "no_license" ]
[ { "path": "awx/install/roles/postgres/tasks/install_psql.yml", "content": "---\n- name: 'Install postgresql-11'\n apt:\n update_cache: yes\n name: postgresql-11\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "awx/install...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 586, "all_permissive": false }
ansible_role
Bhanuprakash-1995/ansible-roles
b1f229cec4f1d5c9b981c9358f038431144721a9
0
roles/cart
8,151
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs-setup\n\n- name: app setup\n ansible.builtin.import_role:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
Bhanuprakash-1995/ansible-roles
b1f229cec4f1d5c9b981c9358f038431144721a9
0
roles/catalogue
8,151
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: node js setup\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs-setup\n\n- name: mongodb shell setup\n ansible.builtin.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
Bhanuprakash-1995/ansible-roles
b1f229cec4f1d5c9b981c9358f038431144721a9
0
roles/common
8,151
[ "no_license" ]
[ { "path": "roles/common/tasks/mongodb-setup.yaml", "content": "- name: Copy mongodb repo\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install mongodb client\n ansible.builtin.package:\n name: mongodb-org-shell\n state: present\n\n- name: \"get th...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1296, "all_permissive": false }
ansible_role
Bhanuprakash-1995/ansible-roles
b1f229cec4f1d5c9b981c9358f038431144721a9
0
roles/dispatch
8,151
[ "no_license" ]
[ { "path": "roles/dispatch/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: go-lang setup\n ansible.legacy.import_role:\n name: common\n tasks_from: go-lang-setup\n\n- name: app setup\n ansible.builtin.import_role:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
Bhanuprakash-1995/ansible-roles
b1f229cec4f1d5c9b981c9358f038431144721a9
0
roles/payment
8,151
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: python setup\n ansible.builtin.import_role:\n name: common\n tasks_from: python-setup\n\n- name: systemctl setup\n ansible.builtin.import_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
Bhanuprakash-1995/ansible-roles
b1f229cec4f1d5c9b981c9358f038431144721a9
0
roles/shipping
8,151
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: java setup\n ansible.legacy.import_role:\n name: common\n tasks_from: java-setup\n\n- name: mysql setup\n ansible.builtin.import_role:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
Bhanuprakash-1995/ansible-roles
b1f229cec4f1d5c9b981c9358f038431144721a9
0
roles/user
8,151
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: node setup\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs-setup\n\n- name: mongo setup\n ansible.builtin.import_role:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
PrajwalBambulkar/k8s-private-cluster
5250a8f0cb4a41cd4e34c145714c634f139a5aad
0
ansible/roles/docker
8,151
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install Docker dependencies\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop:\r\n - docker.io\r\n - containerd\r\n - runc\r\n become: true\r\n\r\n- name: Enable and start docker\r\n service:\r\n name: doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
PrajwalBambulkar/k8s-private-cluster
5250a8f0cb4a41cd4e34c145714c634f139a5aad
0
ansible/roles/kube-master
8,151
[ "no_license" ]
[ { "path": "ansible/roles/kube-master/tasks/main.yml", "content": "---\r\n- name: Add Kubernetes APT key\r\n apt_key:\r\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\r\n state: present\r\n\r\n- name: Add Kubernetes repository\r\n apt_repository:\r\n repo: deb http://apt.kubernetes.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
PrajwalBambulkar/k8s-private-cluster
5250a8f0cb4a41cd4e34c145714c634f139a5aad
0
ansible/roles/kube-worker
8,151
[ "no_license" ]
[ { "path": "ansible/roles/kube-worker/tasks/main.yml", "content": "---\r\n- name: Install kubeadm, kubelet, kubectl\r\n apt:\r\n deb: \"/home/ubuntu/docker-debs/kubeadm_1.27.0-00_amd64.deb\"\r\n state: present\r\n force: yes\r\n\r\n- name: Disable swap (required by Kubernetes)\r\n command: swapoff...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 622, "all_permissive": false }
ansible_role
suaibdanish/FOSSEvents-demo
7e0c02623a919843712249b5c2c3845b3e837ac4
0
provisioner/roles/project_data
8,151
[ "no_license" ]
[ { "path": "provisioner/roles/project_data/tasks/main.yml", "content": "---\n- name: get the latest code\n git: repo={{ project_repo_url }} dest={{ project_path }} version={{ repo_version }} accept_hostkey=true\n sudo: false\n\n- name: install django python dependencies\n pip: requirements={{ project_path...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 606, "all_permissive": false }
ansible_role
geerlingguy/solr-container
6cc228a437c80b0f1b5960ea3a7d51caffc4ea91
19
roles/setup
8,158
[ "no_license" ]
[ { "path": "roles/setup/README.md", "content": "# `setup` Ansible Role\n\nTODO.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: Update apt cache.\n apt:\n update_cache: true\n cache_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 495, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/alacritty
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/alacritty/tasks/main.yml", "content": "- name: Install dependencies (debian)\n include_tasks: lib/packages.yml\n vars:\n packages:\n - pkg-config \n - libfreetype6-dev\n - libfontconfig1-dev\n - libxcb-xfixes0-dev \n - libxkbcommon-dev\n when: ansible_os...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/borg
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/borg/tasks/main.yml", "content": "- name: Install borg\n include_tasks: lib/packages.yml\n vars:\n packages:\n - borgbackup\n - rclone\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": ".pkgs/roles/borg/README....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2916, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/build-tools
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/build-tools/tasks/main.yml", "content": "- name: Install essential build tools\n include_tasks: lib/packages.yml\n vars:\n packages:\n - libc-dev\n - gcc\n - g++\n - cmake\n - make\n - python3\n - python3-pip\n - python3-venv\n - cargo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/clojure
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/clojure/tasks/main.yml", "content": "- name: Install clojure\n include_tasks: lib/download-run.yml\n vars:\n url: https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh\n cmd: clj\n\n- name: Install babashka\n include_tasks: lib/download-run.yml\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/core-tools
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/core-tools/tasks/main.yml", "content": "- name: Install core tools\n include_tasks: lib/packages.yml\n vars:\n packages:\n - zip\n - tar\n - git\n - curl\n - fontconfig\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/fonts
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/fonts/tasks/main.yml", "content": "\n# If this does not exist yet, call fc-cache in final step.\n- name: Test whether fonts need to be updated\n stat:\n path: \"{{ ansible_env.HOME }}/.local/share/fonts\"\n register: result\n\n- name: Download nerdfonts (sauce code pro)\n includ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/gnome-desktop
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/gnome-desktop/tasks/main.yml", "content": "- name: Find the current desktop\n shell:\n cmd: \"echo $XDG_CURRENT_DESKTOP\"\n register: current_desktop\n changed_when: false\n\n- block:\n - name: Install gnome tools\n include_tasks: lib/packages.yml\n vars:\n packages:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 987, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/gui-tools
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/gui-tools/tasks/main.yml", "content": "- name: Install important GUI tools\n include_tasks: lib/packages.yml\n vars:\n packages:\n - fim\n - feh\n - vlc\n - gimp\n - inkscape\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/haskell
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/haskell/tasks/main.yml", "content": "- name: Install haskell\n include_tasks: lib/download-run.yml\n vars:\n url: https://get-ghcup.haskell.org\n cmd: ghcup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/keyd
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/keyd/tasks/main.yml", "content": "- name: Clone keyd keyboard daemon\n include_tasks: lib/clone-make-install.yml\n vars:\n repo: https://github.com/rvaiya/keyd\n local: keyd\n version: v2.4.3\n\n- name: Start service keyd\n systemd:\n name: keyd\n enabled: yes\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/nextcloud
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/nextcloud/tasks/main.yml", "content": "- name: Install nextcloud\n include_tasks: lib/packages.yml\n vars:\n packages:\n - nextcloud-desktop\n\n- name: Install nextcloud tools\n include_tasks: lib/packages.yml\n vars:\n packages:\n - vdirsyncer\n - khal\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/nvim
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/nvim/tasks/main.yml", "content": "- name: Install neovim\n include_tasks: lib/packages.yml\n vars:\n packages:\n - neovim\n when: ansible_os_family != \"Debian\"\n\n- name: Install neovim (release)\n include_tasks: lib/download-unpack-link.yml\n vars:\n url: https://gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/proton-vpn
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/proton-vpn/tasks/main.yml", "content": "- block:\n - name: Configure proton\n include_tasks: lib/package-deb.yml\n vars:\n name: protonvpn-1-0-3\n url: \"https://repo2.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.3-3_all.deb\"\n\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/razer
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/razer/tasks/main.yml", "content": "\n- block:\n - name: Configure openrazer\n include_tasks: lib/add-repo.yml\n vars:\n name: hardware_razer\n url: \"http://download.opensuse.org/repositories/hardware:/razer/Debian_Unstable\"\n key: \"https://download.opensuse.or...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 827, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/roc
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/roc/tasks/main.yml", "content": "- name: Install roc (nightly)\n include_tasks: lib/download-unpack-to.yml\n vars:\n url: \"https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_x86_64-latest.tar.gz\"\n creates: .local/share/punkt/roc\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/scala
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/scala/tasks/main.yml", "content": "- name: Install scala coursier\n include_tasks: lib/download-unpack-to.yml\n vars:\n url: \"https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz\"\n creates: bin\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/signal
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/signal/tasks/main.yml", "content": "- block:\n - name: Configure signal\n include_tasks: lib/add-repo.yml\n vars:\n name: signal-xenial\n url: \"https://updates.signal.org/desktop/apt\"\n key: \"https://updates.signal.org/desktop/apt/keys.asc\"\n suite: xeni...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/syncthing
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/syncthing/tasks/main.yml", "content": "- name: Install syncthing\n include_tasks: lib/packages.yml\n vars:\n packages: syncthing\n\n- name: Start service syncthing\n systemd:\n name: syncthing\n enabled: yes\n state: started\n scope: user\n when: ansible_os_family =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/terminal-tools
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/terminal-tools/tasks/main.yml", "content": "- name: Install tools for the terminal \n include_tasks: lib/packages.yml\n vars:\n packages:\n - tmux # terminal multiplexer\n - w3m # terminal browser\n - tldr # short command overview\n - rip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1169, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/update
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/update/tasks/main.yml", "content": "- block:\n - name: Update debian-based systems\n apt:\n upgrade: full\n update_cache: yes\n autoremove: yes\n autoclean: yes\n # Only check once per day.\n cache_valid_time: 86400\n when: ansible_os_family == 'De...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
pseifer/dotfiles
9df94852534f07f682c6da6dd2e5abecf26c0702
1
.pkgs/roles/zsh
8,158
[ "no_license" ]
[ { "path": ".pkgs/roles/zsh/tasks/main.yml", "content": "- name: Install zsh\n include_tasks: lib/packages.yml\n vars:\n packages:\n - zsh\n\n- name: Install fsh\n include_tasks: lib/clone.yml\n vars:\n repo: \"https://github.com/zdharma-continuum/fast-syntax-highlighting.git\"\n local: fas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 682, "all_permissive": false }
ansible_role
irtaza9/ansible-cicd
62480e51c761e5d536d9ef52c47c65c1d2d17ccf
0
playbooks/roles/react
8,158
[ "no_license" ]
[ { "path": "playbooks/roles/react/defaults/main.yml", "content": "---\nreact_app_path: \"/var/www/react-app\"\nnode_version: \"14\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "playbooks/roles/react/tasks/setup_react.yml", "content": "---\n- ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2003, "all_permissive": false }
ansible_role
neurax6/servarr_install
bd04b4927351251a4c4ee90d5a8a64503539df2f
0
debian/Servarr/roles/role_deluge_req
8,158
[ "no_license" ]
[ { "path": "debian/Servarr/roles/role_deluge_req/tasks/main.yml", "content": "---\n- name: Deluge requierement installed\n hosts: all\n\n tasks:\n - name: latest Python version installed\n dnf:\n name: python\n state: latest\n \n - name: latest Python-twisted version installed\n dnf:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1642, "all_permissive": false }
ansible_role
neurax6/servarr_install
bd04b4927351251a4c4ee90d5a8a64503539df2f
0
debian/Servarr/roles/role_deluige_req
8,158
[ "no_license" ]
[ { "path": "debian/Servarr/roles/role_deluige_req/tasks/main.yml", "content": "---\n- name: Deluge requierement installed\n hosts: all\n\n tasks:\n - name: latest Python version installed\n apt:\n name: python3\n state: latest\n \n - name: latest Python3-twisted version installed\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1665, "all_permissive": false }
ansible_role
hiro0413ike/ansible_roles_study
f4c45561c17eb5cd0f816bf39160158a57d9e663
0
ansible_roles/roles/db
8,158
[ "no_license" ]
[ { "path": "ansible_roles/roles/db/tasks/main.yml", "content": "- name: mariadb install\n import_tasks: wordpress_db_create.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible_roles/roles/db/tasks/wordpress_db_create.yml", "content": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1132, "all_permissive": false }
ansible_role
msamsonoff/ansible-collection-docker
afa055be81643ef58aa3ccf2b2ec386d215f8e86
0
roles/install_docker
8,158
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n- include_tasks: 'distribution-debian.yml'\n when: |\n ansible_distribution == 'Debian'\n\n- include_tasks: 'distribution-fedora.yml'\n when: |\n ansible_distribution == 'Fedora'\n\n- name: 'install Docker'\n package:\n name:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2771, "all_permissive": false }
ansible_role
msamsonoff/ansible-collection-docker
afa055be81643ef58aa3ccf2b2ec386d215f8e86
0
roles/install_python3_docker
8,158
[ "no_license" ]
[ { "path": "roles/install_python3_docker/meta/main.yml", "content": "---\ngalaxy_info:\n author: 'msamsonoff'\n description: |\n This role installs the Docker SDK for Python 3.\n license: 'MIT'\n min_ansible_version: 2.9\n platforms:\n - name: 'Debian'\n versions:\n - 'buster'\n - name: 'Fedo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2504, "all_permissive": false }
ansible_role
MQGIT/gh-rdqm
159a21838588ad7deab21d1b9ed35160198e7b40
1
roles/downloadmq
8,158
[ "no_license" ]
[ { "path": "roles/downloadmq/defaults/main.yml", "content": "---\nversion: 930\nlocal_source: false\nmq_local_path: ~/tmp/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/downloadmq/tasks/Linux_x86_64_downloadmq.yml", "content": "---\n- na...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1940, "all_permissive": false }
ansible_role
ayshiff/madu_gr_4
d0a4464ffb68bc013ce1a88fd5599aaa71d8ca76
1
.cloud/ansible/roles/back-end
8,158
[ "no_license" ]
[ { "path": ".cloud/ansible/roles/back-end/handlers/main.yml", "content": "---\n\n- name: Restart docker compose\n docker_compose:\n project_src: \"{{ back_end_directory }}\"\n restarted: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": ".c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1005, "all_permissive": false }
ansible_role
ayshiff/madu_gr_4
d0a4464ffb68bc013ce1a88fd5599aaa71d8ca76
1
.cloud/ansible/roles/client
8,158
[ "no_license" ]
[ { "path": ".cloud/ansible/roles/client/handlers/main.yml", "content": "---\n\n- name: Restart docker compose\n docker_compose:\n project_src: \"{{ client_directory }}\"\n restarted: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": ".cloud...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 871, "all_permissive": false }
ansible_role
ayshiff/madu_gr_4
d0a4464ffb68bc013ce1a88fd5599aaa71d8ca76
1
.cloud/ansible/roles/database
8,158
[ "no_license" ]
[ { "path": ".cloud/ansible/roles/database/tasks/main.yml", "content": "---\n\n- name: Import docker-compose\n template:\n src: docker-compose.yml\n dest: \"{{ database_directory }}/docker-compose.yml\"\n owner: \"{{ database_user }}\"\n group: \"{{ database_group }}\"\n notify: Restart docker c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 16373, "all_permissive": false }
ansible_role
arunskumar21/ansible-elasticsearch-cluster
93bce9dfa7a01e2e187abe338ec0c28e05798022
1
roles/ansible-elasticsearch-cluster
8,158
[ "no_license" ]
[ { "path": "roles/ansible-elasticsearch-cluster/tasks/main.yml", "content": "---\n- name: Create service account for elasticsearch user\n user: name={{ team_name }}\n system=yes\n state=present\n\n- name: install one specific version of java\n yum:\n name: java-1.8.0-openjdk\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1940, "all_permissive": false }
ansible_role
dhaanpaa-lab0/gasp-tools
20a2a165ca39afa39c60afafd28eb9de1b160c62
0
host-setup/roles/base
8,158
[ "no_license" ]
[ { "path": "host-setup/roles/base/files/platform-bin/lnx-list-services-running", "content": "#!/usr/bin/env bash\nsudo systemctl list-units --type=service --state=running\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "host-setup/roles/base/file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 3323, "all_permissive": false }
ansible_role
srebro-cn/kubernetes
3f22d8a9ca0763cb40c4593620fa938171aaea8c
19
ansible-deploy-k8s/kubernetes_v1.18/roles/addons
8,152
[ "no_license" ]
[ { "path": "ansible-deploy-k8s/kubernetes_v1.18/roles/addons/tasks/main.yml", "content": "---\r\n- name: 允许Node加入集群\r\n ignore_errors: yes\r\n shell: kubectl certificate approve $(kubectl get csr |awk 'NR!=1{print $1}')\r\n\r\n- name: 拷贝YAML文件到Master\r\n copy: src={{ item }} dest={{ tmp_dir }}\r\n with_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1238, "all_permissive": false }
ansible_role
srebro-cn/kubernetes
3f22d8a9ca0763cb40c4593620fa938171aaea8c
19
ansible-deploy-k8s/kubernetes_v1.18/roles/docker
8,152
[ "no_license" ]
[ { "path": "ansible-deploy-k8s/kubernetes_v1.18/roles/docker/files/daemon.json", "content": "{\r\n \"registry-mirrors\": [\"https://b9pmyelo.mirror.aliyuncs.com\"],\r\n \"insecure-registries\": [\"192.168.31.70\"],\r\n \"log-driver\": \"json-file\",\r\n \"log-opts\": {\r\n \"max-size\": \"100m\"\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 894, "all_permissive": false }
ansible_role
srebro-cn/kubernetes
3f22d8a9ca0763cb40c4593620fa938171aaea8c
19
ansible-deploy-k8s/kubernetes_v1.18/roles/ha
8,152
[ "no_license" ]
[ { "path": "ansible-deploy-k8s/kubernetes_v1.18/roles/ha/templates/keepalived.conf.j2", "content": "{% if lb_name == 'lb-master' %}\r\n {% set role = 'MASTER' %}\r\n {% set priority = 100 %}\r\n{% elif lb_name == 'lb-backup' %}\r\n {% set role = 'BACKUP' %}\r\n {% set priority = 90 %}\r\n{% endif %}\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1830, "all_permissive": false }
ansible_role
srebro-cn/kubernetes
3f22d8a9ca0763cb40c4593620fa938171aaea8c
19
ansible-deploy-k8s/kubernetes_v1.18/roles/master
8,152
[ "no_license" ]
[ { "path": "ansible-deploy-k8s/kubernetes_v1.18/roles/master/templates/kube-apiserver.conf.j2", "content": "{% set local_ip = inventory_hostname %}\r\nKUBE_APISERVER_OPTS=\"--logtostderr=false \\\r\n--v=2 \\\r\n--log-dir={{ k8s_work_dir }}/logs \\\r\n--etcd-servers={% for host in groups['etcd'] %}https://{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4350, "all_permissive": false }
ansible_role
srebro-cn/kubernetes
3f22d8a9ca0763cb40c4593620fa938171aaea8c
19
ansible-deploy-k8s/kubernetes_v1.18/roles/tls
8,152
[ "no_license" ]
[ { "path": "ansible-deploy-k8s/kubernetes_v1.18/roles/tls/tasks/main.yml", "content": "---\r\n- name: 获取Ansible工作目录\r\n shell: pwd |sed 's#roles/tls##' \r\n register: root_dir \r\n\r\n- name: 创建工作目录\r\n file: dest={{ root_dir.stdout }}/ssl/{{ item }} state=directory\r\n with_items:\r\n - etcd\r\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3658, "all_permissive": false }
ansible_role
srebro-cn/kubernetes
3f22d8a9ca0763cb40c4593620fa938171aaea8c
19
ansible-deploy-k8s/kubernetes_v1.20/roles/common
8,152
[ "no_license" ]
[ { "path": "ansible-deploy-k8s/kubernetes_v1.20/roles/common/tasks/main.yml", "content": "---\n# 这个剧本在所有节点上运行\n\n- name: 关闭firewalld\n service: name=firewalld state=stopped enabled=no\n\n- name: 关闭selinux\n lineinfile:\n dest: /etc/selinux/config\n regexp: \"^SELINUX=\"\n line: \"SELINUX=disabled\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
srebro-cn/kubernetes
3f22d8a9ca0763cb40c4593620fa938171aaea8c
19
ansible-deploy-k8s/kubernetes_v1.20/roles/etcd
8,152
[ "no_license" ]
[ { "path": "ansible-deploy-k8s/kubernetes_v1.20/roles/etcd/templates/etcd.service.j2", "content": "[Unit]\nDescription=Etcd Server\nAfter=network.target\nAfter=network-online.target\nWants=network-online.target\n\n[Service]\nType=notify\nEnvironmentFile={{ etcd_work_dir }}/cfg/etcd.conf\nExecStart={{ etcd_wo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2037, "all_permissive": false }
ansible_role
srebro-cn/kubernetes
3f22d8a9ca0763cb40c4593620fa938171aaea8c
19
ansible-deploy-k8s/kubernetes_v1.20/roles/node
8,152
[ "no_license" ]
[ { "path": "ansible-deploy-k8s/kubernetes_v1.20/roles/node/templates/bootstrap.kubeconfig.j2", "content": "{#如果只有一个Master则说明是单Master架构#}\n{% if groups['master'] | length == 1 %}\n {% set apiserver = groups['master'][0] %}\n{% elif groups['master'] | length > 1 %}\n {% set apiserver = vip %}\n{% endif %...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2531, "all_permissive": false }
ansible_role
devopsjakarta/pipeline-as-code
feba37960140593dbb8f1c12675be8b27385178c
1
roles/jenkins
8,152
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/install_jenkins.yml", "content": "- name: Add Jenkins apt key\n apt_key:\n url: http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key\n state: present\n tags: jenkins\n\n- name: Add Jenkins repository to sources\n apt_repository:\n repo: \"deb http://pkg.jenki...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4290, "all_permissive": false }
ansible_role
ckitidle/ansible_docker_host
4aab38dc0b1f4712fbdb871ee578cfbd4d6fd7a7
0
roles/ansible
8,152
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- name: yum install ansible\n yum: name=ansible state=installed\n\n- name: make directory for ansible log\n file: path=/var/log/ansible state=directory owner=root group=root mode=0755\n\n- name: set ansible.cfg (add log settings)\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
ckitidle/ansible_docker_host
4aab38dc0b1f4712fbdb871ee578cfbd4d6fd7a7
0
roles/docker
8,152
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: set docker.repo\n copy:\n src=docker.repo\n dest=/etc/yum.repos.d/docker.repo\n owner=root\n group=root\n mode=0644\n backup=yes\n\n- name: install docker-engine\n yum:\n name=docker-engine\n state=installed\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
ckitidle/ansible_docker_host
4aab38dc0b1f4712fbdb871ee578cfbd4d6fd7a7
0
roles/group
8,152
[ "no_license" ]
[ { "path": "roles/group/tasks/main.yml", "content": "---\n- name: new groups\n group:\n name: \"{{ item.name }}\"\n gid: \"{{ item.gid }}\"\n state: present\n with_items: \"{{ add_groups }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
ckitidle/ansible_docker_host
4aab38dc0b1f4712fbdb871ee578cfbd4d6fd7a7
0
roles/keymap
8,152
[ "no_license" ]
[ { "path": "roles/keymap/tasks/main.yml", "content": "---\n- name: set keymap\n shell: localectl set-keymap \"{{ keymap }}\"\n register: set_keymap\n changed_when: false \n check_mode: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
ckitidle/ansible_docker_host
4aab38dc0b1f4712fbdb871ee578cfbd4d6fd7a7
0
roles/locale
8,152
[ "no_license" ]
[ { "path": "roles/locale/tasks/main.yml", "content": "---\n- name: set locale\n shell: localectl set-locale LANG=\"{{ locale }}\"\n register: set_timezone \n changed_when: false \n check_mode: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
ckitidle/ansible_docker_host
4aab38dc0b1f4712fbdb871ee578cfbd4d6fd7a7
0
roles/ntp
8,152
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: yum install ntp \n yum: name=ntp state=installed\n\n- name: set ntp.conf\n template: src=ntp.conf.j2 dest=/etc/ntp.conf owner=root group=root mode=0644 backup=yes\n notify:\n - restart ntpd\n\n- name: ntpd start and enable\n service: name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 699, "all_permissive": false }
ansible_role
ckitidle/ansible_docker_host
4aab38dc0b1f4712fbdb871ee578cfbd4d6fd7a7
0
roles/sudo
8,152
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "---\n- name: install sudo\n yum: name=sudo state=installed\n\n- name: Allow wheel group to use sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n backrefs: yes\n regexp: '^#+\\s*(%wheel\\s+ALL=\\(ALL\\)\\s+ALL)'\n line: '\\1'\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
ckitidle/ansible_docker_host
4aab38dc0b1f4712fbdb871ee578cfbd4d6fd7a7
0
roles/timezone
8,152
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "---\n- name: set timezone\n shell: timedatectl set-timezone \"{{ timezone }}\"\n register: set_timezone\n changed_when: false \n check_mode: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
ckitidle/ansible_docker_host
4aab38dc0b1f4712fbdb871ee578cfbd4d6fd7a7
0
roles/user
8,152
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: new user\n user:\n name: \"{{ item.name }}\"\n uid: \"{{ item.uid }}\"\n groups: \"{{ item.groups }}\"\n shell: \"{{ item.shell }}\"\n createhome: \"{{ item.createhome }}\"\n state: present\n with_items: \"{{ add_users }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
ckitidle/ansible_docker_host
4aab38dc0b1f4712fbdb871ee578cfbd4d6fd7a7
0
roles/vim
8,152
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: yum install vim-enhanced\n yum:\n name=vim-enhanced\n state=installed\n\n- name: setup vimrc (any user)\n copy:\n src=vimrc\n dest=/home/{{ user }}/.vimrc\n owner={{ user }}\n group={{ user }}\n mode=0644\n backup=yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
tungnguyenson/slackpi
46271e6939599066bd60a0332f83a8dd469b8106
0
ansible/roles/common
8,152
[ "no_license" ]
[ { "path": "ansible/roles/common/files/.gitconfig", "content": "[user]\n email = <EMAIL>\n name = TungNS\n[alias]\n co = checkout\n ci = commit\n st = status\n br = branch\n hist = log --pretty=format:\\\"%h %ad | %s%d [%an]\\\" --graph --date=short\n type = cat-file -t\n dump = cat-file...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2784, "all_permissive": false }
ansible_role
tungnguyenson/slackpi
46271e6939599066bd60a0332f83a8dd469b8106
0
ansible/roles/mopidy
8,152
[ "no_license" ]
[ { "path": "ansible/roles/mopidy/handlers/main.yml", "content": "---\n- name: start mopidy\n service: name=mopidy state=started\n\n- name: restart mopidy\n service: name=mopidy state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2029, "all_permissive": false }
ansible_role
tungnguyenson/slackpi
46271e6939599066bd60a0332f83a8dd469b8106
0
ansible/roles/web
8,152
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/supervisor.yml", "content": "- name: Install Supervisor (worker manager)\n apt: pkg={{ item }} state=installed\n with_items:\n - supervisor\n\n- name: be sure supervisor is running and enabled\n service: name=supervisor state=running enabled=yes\n\n- name: Copy S...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2928, "all_permissive": false }
ansible_role
andywimmer/ansible-grav
972c0ae329b65fe3bde12cfa222ce0ad26fd2d64
13
roles/amazon
8,152
[ "no_license" ]
[ { "path": "roles/amazon/tasks/main.yml", "content": "---\n- include: nginx.yml\n\n- include: php.yml\n\n- include: grav.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/amazon/tasks/php.yml", "content": "---\n- name: PHP - Install\n b...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1818, "all_permissive": false }
ansible_role
andywimmer/ansible-grav
972c0ae329b65fe3bde12cfa222ce0ad26fd2d64
13
roles/centos
8,152
[ "no_license" ]
[ { "path": "roles/centos/files/etc/nginx/nginx.conf", "content": "user nginx;\nworker_processes auto;\nworker_rlimit_nofile 8192; # should be bigger than worker_connections\npid /run/nginx.pid;\n\nevents {\n use epoll;\n worker_connections 768;\n multi_accept on;\n}\n\nhttp {\n sendfile on;\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4822, "all_permissive": false }
ansible_role
andywimmer/ansible-grav
972c0ae329b65fe3bde12cfa222ce0ad26fd2d64
13
roles/common
8,152
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Checking that required variables are set\n fail: msg=\"CONFIG ERROR - domain is not defined in hosts file\"\n when: not domain\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
andywimmer/ansible-grav
972c0ae329b65fe3bde12cfa222ce0ad26fd2d64
13
roles/debian
8,152
[ "no_license" ]
[ { "path": "roles/debian/tasks/main.yml", "content": "---\n- name: Update and upgrade packages\n become: true\n apt:\n upgrade: dist\n update_cache: yes\n\n- name: Install base packages\n become: true\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2998, "all_permissive": false }
ansible_role
andywimmer/ansible-grav
972c0ae329b65fe3bde12cfa222ce0ad26fd2d64
13
roles/fedora
8,152
[ "no_license" ]
[ { "path": "roles/fedora/tasks/main.yml", "content": "---\n- name: Update and upgrade packages\n dnf:\n name: '*'\n state: latest\n\n- name: Install base packages\n become: true\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libselinux-python\n - make\n - ufw\n - unz...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4338, "all_permissive": false }
ansible_role
andywimmer/ansible-grav
972c0ae329b65fe3bde12cfa222ce0ad26fd2d64
13
roles/freebsd
8,152
[ "no_license" ]
[ { "path": "roles/freebsd/tasks/nginx.yml", "content": "---\n- name: NGINX - Install\n become: true\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nginx\n\n- name: NGINX - Enable\n become: true\n shell: sysrc nginx_enable=\"YES\"\n\n- name: NGINX - Install nginx.conf\n beco...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5198, "all_permissive": false }
ansible_role
andywimmer/ansible-grav
972c0ae329b65fe3bde12cfa222ce0ad26fd2d64
13
roles/ubuntu
8,152
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/nginx.yml", "content": "---\n- name: NGINX - Install nginx\n become: true\n package:\n name: nginx\n state: present\n\n- name: NGINX - Create sites-available & sites-enabled directories\n become: true\n file:\n path: \"{{ item }}\"\n state: directory\n owner:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 661, "all_permissive": false }
ansible_role
andywimmer/ansible-grav
972c0ae329b65fe3bde12cfa222ce0ad26fd2d64
13
roles/ufw
8,152
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n- name: Enable firewall\n become: true\n ufw:\n state: enabled\n policy: deny\n\n- name: Allow HTTP\n become: true\n ufw:\n rule: allow\n port: 80\n proto: tcp\n\n- name: Allow HTTPS\n become: true\n ufw:\n rule: allow\n port:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
patricklam/ansible-config
a4945d65a33592c44f017fa69a52b607c488da6d
0
roles/mysql
8,152
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: install MySQL package\n apt: pkg={{item}} state=installed update_cache=true\n with_items:\n - mysql-server\n - python-mysqldb\n\n- name: create Mysql configuration file\n template: src=my.cnf.j2 dest=/etc/my.cnf\n notify: \n - resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 621, "all_permissive": false }