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
CT-Data-Collaborative/laptop-setup
bd2d5a80f6aac16d85c2640896a0070b35d7212d
0
roles/dev
5,397
[ "no_license" ]
[ { "path": "roles/dev/tasks/editors.yml", "content": "---\n\n- apt_repository:\n repo: 'ppa:webupd8team/atom'\n state: present\n update-cache: yes\n\n- name: install atom\n sudo: yes\n apt: name={{item}} state=present\n with_items:\n - atom\n", "license_type": "no_license", "detected_license...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 339, "all_permissive": false }
ansible_role
CT-Data-Collaborative/laptop-setup
bd2d5a80f6aac16d85c2640896a0070b35d7212d
0
roles/r
5,397
[ "no_license" ]
[ { "path": "roles/r/tasks/main.yml", "content": "---\n\n- apt_key:\n keyserver: keyserver.ubuntu.com\n id: <KEY>\n\n- apt_repository:\n repo: deb [arch=amd64,i386] https://cran.rstudio.com/bin/linux/ubuntu xenial/\n state: present\n\n- name: install r\n sudo: yes\n apt: name={{item}} state=present\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
magrzywna/thesis
26153200a3b8a07c18bba236aaa6e8c33b4a6cbf
0
roles/basic
5,397
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: Apply ssh template\n tags: ssh\n template:\n src: \"{{ ssh_template }}\"\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: 0644\n notify: restart_sshd\n\n- name: Configure rsyslog for SSH connections\n tags: logs\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1046, "all_permissive": false }
ansible_role
magrzywna/thesis
26153200a3b8a07c18bba236aaa6e8c33b4a6cbf
0
roles/db_servers
5,397
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "# file: roles/db_servers/tasks/main.yml\n- name: install mariadb server \n tags: db\n package:\n name: \"{{ mariadb_package_name }}\"\n state: latest\n\n- name: Allow TCP/3306\n ufw:\n rule: allow\n port: \"3306\"\n proto: tcp\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
magrzywna/thesis
26153200a3b8a07c18bba236aaa6e8c33b4a6cbf
0
roles/file_servers
5,397
[ "no_license" ]
[ { "path": "roles/file_servers/tasks/main.yml", "content": "# file: roles/file_servers/tasks/main.yml\n- name: install samba package\n tags: samba,smb\n package:\n name: samba\n state: latest\n\n- name: Add UFW rules for Debian\n when: ansible_os_family == 'Debian'\n ufw:\n rule: allow\n port...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1236, "all_permissive": false }
ansible_role
magrzywna/thesis
26153200a3b8a07c18bba236aaa6e8c33b4a6cbf
0
roles/unifi_controllers
5,397
[ "no_license" ]
[ { "path": "roles/unifi_controllers/tasks/main.yml", "content": "# file: roles/unifi_controllers/tasks/main.yml\n - name: Install ca-certificates and apt-transport-https\n tags: debian,ubuntu,unifi\n apt:\n name:\n - ca-certificates\n - apt-transport-https\n state: present\n\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2245, "all_permissive": false }
ansible_role
stsnel/testar-text-input-scripts
8c9464fcff8587fdbbe1b837bb2e08053838ddfe
0
ansible/roles/awscli
5,397
[ "no_license" ]
[ { "path": "ansible/roles/awscli/templates/aws-credentials.j2", "content": "# {{ ansible_managed }}\n[default]\naws_access_key_id = {{ aws_access_key_id }}\naws_secret_access_key = {{ aws_secret_access_key }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 830, "all_permissive": false }
ansible_role
stsnel/testar-text-input-scripts
8c9464fcff8587fdbbe1b837bb2e08053838ddfe
0
ansible/roles/chrome
5,397
[ "no_license" ]
[ { "path": "ansible/roles/chrome/tasks/main.yml", "content": "- name: Install Google Chrome\n ansible.builtin.apt:\n deb: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n\n\n- name: Install Chrome driver\n ansible.builtin.unarchive:\n src: https://chromedriver.storage.googl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
stsnel/testar-text-input-scripts
8c9464fcff8587fdbbe1b837bb2e08053838ddfe
0
ansible/roles/common
5,397
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n\n\n# Disable unattended upgrades so they don't interfere with experiments and playbook\n- name: Disable unattended upgrades\n ansible.builtin.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
stsnel/testar-text-input-scripts
8c9464fcff8587fdbbe1b837bb2e08053838ddfe
0
ansible/roles/docker
5,397
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install Docker and Docker Compose\n become: yes\n become_user: root\n ansible.builtin.package:\n name:\n - docker.io\n - docker-compose\n - gnome-keyring\n - gnupg2\n - pass\n state: present\n\n\n- name: A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 709, "all_permissive": false }
ansible_role
stsnel/testar-text-input-scripts
8c9464fcff8587fdbbe1b837bb2e08053838ddfe
0
ansible/roles/gnome
5,397
[ "no_license" ]
[ { "path": "ansible/roles/gnome/tasks/main.yml", "content": "- name: Install Gnome Desktop and related packages\n ansible.builtin.package:\n name:\n - gnome-session\n - gdm3\n - ubuntu-desktop\n state: present\n\n\n- name: Configure systemd to boot to graphical target\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1468, "all_permissive": false }
ansible_role
stsnel/testar-text-input-scripts
8c9464fcff8587fdbbe1b837bb2e08053838ddfe
0
ansible/roles/orientdb
5,397
[ "no_license" ]
[ { "path": "ansible/roles/orientdb/tasks/main.yml", "content": "- name: Unpack OrientDB\n ansible.builtin.unarchive:\n src: \"{{ orientdb_download_url }}\"\n dest: /opt\n remote_src: yes\n creates: \"/opt/orientdb-{{ orientdb_version }}\"\n\n\n- name: Fix up permissions OrientDB\n ansible.built...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1529, "all_permissive": false }
ansible_role
stsnel/testar-text-input-scripts
8c9464fcff8587fdbbe1b837bb2e08053838ddfe
0
ansible/roles/sutsetup
5,397
[ "no_license" ]
[ { "path": "ansible/roles/sutsetup/defaults/main.yml", "content": "download_sut_ckan: true\ndownload_sut_indico: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ansible/roles/sutsetup/tasks/main.yml", "content": "- name: Check out reposit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 804, "all_permissive": false }
ansible_role
stsnel/testar-text-input-scripts
8c9464fcff8587fdbbe1b837bb2e08053838ddfe
0
ansible/roles/testar
5,397
[ "no_license" ]
[ { "path": "ansible/roles/testar/tasks/main.yml", "content": "- name: Make project directory\n ansible.builtin.file:\n state: directory\n path: /data/studie/af\n owner: ubuntu\n group: ubuntu\n mode: 0755\n\n- name: Install TESTAR repository\n become: false\n ansible.builtin.git:\n repo:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
stsnel/testar-text-input-scripts
8c9464fcff8587fdbbe1b837bb2e08053838ddfe
0
ansible/roles/tigervnc
5,397
[ "no_license" ]
[ { "path": "ansible/roles/tigervnc/defaults/main.yml", "content": "tigervnc_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "ansible/roles/tigervnc/files/start-vncserver.sh", "content": "#!/bin/bash\n/usr/bin/vncserver -loc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1023, "all_permissive": false }
ansible_role
skord/easyrax
327d42b5907c85ee967d1a432e702f6d148ac17b
0
roles/rackspace_setup
5,397
[ "no_license" ]
[ { "path": "roles/rackspace_setup/tasks/main.yml", "content": "- name: Write out credential file\n template: src=rackspace_cloud_credentials dest={{ ansible_env.HOME }}/.rackspace_cloud_credentials\n- name: Create SSH Keys\n command: \"ssh-keygen -t rsa -N '' -f {{ ansible_env.HOME }}/.ssh/rackspace_cloud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1554, "all_permissive": false }
ansible_role
takuti/mac-provisioning
f01be895c446c9f7c96a9e302e8efcf8b2510674
3
roles/dotfiles
5,397
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: create ghq directory\n file: path={{ dotfiles }} state=directory owner={{ ansible_user_id }} group=staff mode=0755\n\n- name: clone dotfiles repository\n git: repo={{ repository }} dest={{ dotfiles }}\n\n- name: make install dotfiles\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 693, "all_permissive": false }
ansible_role
takuti/mac-provisioning
f01be895c446c9f7c96a9e302e8efcf8b2510674
3
roles/homebrew
5,397
[ "no_license" ]
[ { "path": "roles/homebrew/vars/main.yml", "content": "homebrew_taps:\n - neovim/neovim\n\nhomebrew_packages:\n - { name: tmux }\n - { name: hugo }\n - { name: git }\n - { name: git-lfs }\n - { name: poco }\n - { name: direnv }\n - { name: neovim }\n - { name: deno }\n - { name: rbenv }\n - { name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1035, "all_permissive": false }
ansible_role
takuti/mac-provisioning
f01be895c446c9f7c96a9e302e8efcf8b2510674
3
roles/misc
5,397
[ "no_license" ]
[ { "path": "roles/misc/vars/main.yml", "content": "banned_hosts:\n - www.youtube.com\n - www.nicovideo.jp\n - twitter.com\n - www.facebook.com\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/misc/tasks/main.yml", "content": "---\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 217, "all_permissive": false }
ansible_role
takuti/mac-provisioning
f01be895c446c9f7c96a9e302e8efcf8b2510674
3
roles/python
5,397
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n\n- name: install pyenv\n homebrew: name=pyenv state=latest\n\n- name: find latest python version\n shell: 'pyenv install --list | grep -E \"^\\s+3\\.9\\.\\d+$\" | tail -1'\n register: python_version\n\n- name: install python\n shell: \"pyenv ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": false }
ansible_role
pkeshab/tut_kafka
1d73dfae7b6ab2606600cfbe27399f6608cab731
0
kafka/roles/hadoop
5,397
[ "no_license" ]
[ { "path": "kafka/roles/hadoop/tasks/main.yaml", "content": "---\n- name: Check if hadoop already exists\n stat: path= /home/{{ ansible_ssh_user }}/keshab/hadoop-3.0.0.tar.gz\n register: hadoop_tar_exists\n\n- name: Download hadoop\n get_url: \n url: https://archive.apache.org/dist/hadoop/core/hadoop-3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 957, "all_permissive": false }
ansible_role
pkeshab/tut_kafka
1d73dfae7b6ab2606600cfbe27399f6608cab731
0
kafka/roles/java
5,397
[ "no_license" ]
[ { "path": "kafka/roles/java/tasks/main.yaml", "content": "---\n- name: Install Packages\n yum: name=wget state=installed\n\n- name: Check the state of Java\n stat: path=jdk-8u161-linux-x64.rpm\n register: java_exists\n\n- name: Download Java\n command: wget http://172.16.58.3/extra-package/jdk-8u161-lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
pkeshab/tut_kafka
1d73dfae7b6ab2606600cfbe27399f6608cab731
0
kafka/roles/kafka_install
5,397
[ "no_license" ]
[ { "path": "kafka/roles/kafka_install/tasks/main.yaml", "content": "---\n- name: Check if kafka already exists\n stat: path= /home/{{ ansible_ssh_user }}/keshab/kafka_2.11-1.1.0.tgz\n register: kafka_tar_exists\n\n- name: Download kafka\n get_url:\n url: https://archive.apache.org/dist/kafka/1.1.0/kafk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1026, "all_permissive": false }
ansible_role
pkeshab/tut_kafka
1d73dfae7b6ab2606600cfbe27399f6608cab731
0
kafka/roles/owner
5,397
[ "no_license" ]
[ { "path": "kafka/roles/owner/tasks/main.yaml", "content": "---\n- name: Fix the ownership of directory\n# file: dest=/home/dataops owner=dataops group=dataops mode=0775 recurse=yes\n file:\n path: /home/{{ ansible_ssh_user }}/keshab\n state: directory\n owner: \"{{ ansible_ssh_user }}\"\n grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
pkeshab/tut_kafka
1d73dfae7b6ab2606600cfbe27399f6608cab731
0
kafka/roles/zookeeper
5,397
[ "no_license" ]
[ { "path": "kafka/roles/zookeeper/tasks/main.yaml", "content": "---\n- name: Check if zookeeper tar exists\n stat: path=/home/{{ ansible_ssh_user }}/keshab/zookeeper-3.4.6.tar.gz\n register: zookeeper_exists\n\n- name: Download the zookeeper binary\n get_url:\n url: https://archive.apache.org/dist/zook...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/source_backup_role
5,397
[ "no_license" ]
[ { "path": "roles/source_backup_role/tasks/backup_source_to_oss_level_0.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\n# Backup of the source to OSS (level 0)\n#\n\n# Obtain SBT_TAPE Channel Parameters - library directory (source...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11991, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/source_discovery_role
5,397
[ "no_license" ]
[ { "path": "roles/source_discovery_role/tasks/discover_source.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\n# Discover source system\n#\n\n# Discover source database and GI\n- name: Discover source database and GI\n become: yes...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10515, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/target_backup_config_role
5,397
[ "no_license" ]
[ { "path": "roles/target_backup_config_role/vars/main.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\noci_backupconfig: \"{{ oci_backupconfig_prefix}}{{ oracle_target_database_unique_name }}\"\noracle_target_database_unique_name_u...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 19612, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/target_convert_to_exacs_racnode1_role
5,397
[ "no_license" ]
[ { "path": "roles/target_convert_to_exacs_racnode1_role/tasks/main.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\n# Convert SI to ExaCS RACNODE1\n#\n\n- import_tasks: convert_source_to_exacs_racnode1_on_target.yml\n when: conver...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1190, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/target_convert_to_exacs_racnode2+_role
5,397
[ "no_license" ]
[ { "path": "roles/target_convert_to_exacs_racnode2+_role/vars/main.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\n\ntarget_exacs_hostname_index: \"{{ groups['target'].index(inventory_hostname) }}\"\ntarget_exacs_oracle_instance_i...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 33316, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/target_convert_to_racnode1_role
5,397
[ "no_license" ]
[ { "path": "roles/target_convert_to_racnode1_role/tasks/main.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\n# Convert SI to RACNODE1\n#\n\n- import_tasks: convert_source_to_racnode1_on_target.yml\n when: convert_to_RAC", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/target_convert_to_racnode2_role
5,397
[ "no_license" ]
[ { "path": "roles/target_convert_to_racnode2_role/templates/tnsnames.ora_11g.j2", "content": "{{ oracle_source_database_unique_name }} =\n (DESCRIPTION =\n (ADDRESS = (PROTOCOL = TCP)(HOST = {{ target_scan_dns_name }})(PORT = 1521))\n (CONNECT_DATA =\n (SERVER = DEDICATED)\n (SERVICE_NAME = ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 24674, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/target_discovery_role
5,397
[ "no_license" ]
[ { "path": "roles/target_discovery_role/tasks/main.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\n# Discover target system \n#\n\n- import_tasks: discover_target.yml\n# when: discover_target == 'True' \n\n\n", "license_type...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9396, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/target_enable_tde_role
5,397
[ "no_license" ]
[ { "path": "roles/target_enable_tde_role/tasks/main.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\n# Enable TDE on target\n#\n\n- import_tasks: enable_tde.yml\n \n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 28951, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/target_plug_noncdb_to_cdb_role
5,397
[ "no_license" ]
[ { "path": "roles/target_plug_noncdb_to_cdb_role/tasks/import_tde_into_cdb.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\n# Import TDE into CDB\n# \n\n# Create CDB wallet backup directory on target \n- name: Create CDB wallet ba...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 33155, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/target_restore_role
5,397
[ "no_license" ]
[ { "path": "roles/target_restore_role/tasks/tde_wallet_download_from_oss.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\n# TDE wallet download from OSS\n# \n\n# Create TDE directory on target (non ExaCS)\n- name: Create TDE dire...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 38605, "all_permissive": false }
ansible_role
oracle/ansible-database-migration-tool
098b9f8499f4d6d64f647015d36e766697fc4635
36
roles/target_tests_and_validation_role
5,397
[ "no_license" ]
[ { "path": "roles/target_tests_and_validation_role/tasks/main.yml", "content": "#Copyright (c) 2020, Oracle and/or its affiliates.\n#The Universal Permissive License (UPL), Version 1.0\n#\n# Test and Validation after Setup Phase \n#\n\n- import_tasks: test_and_validation_of_SI.yml \n when: convert_to_RAC ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
reachlin/fangge
fc576ee53af2dcf894d82d7eff2293b216318bce
0
ansible/roles/agent
5,397
[ "no_license" ]
[ { "path": "ansible/roles/agent/tasks/main.yml", "content": "- name: wifi file permission\n file: path=/etc/wpa_supplicant/wpa_supplicant.conf mode=\"g+w,o+w\"\n- name: update repo\n apt:\n update_cache: yes\n cache_valid_time: 36000\n tags:\n - repo\n- name: install vlc\n apt:\n name: vlc\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1684, "all_permissive": false }
ansible_role
reachlin/fangge
fc576ee53af2dcf894d82d7eff2293b216318bce
0
ansible/roles/iot
5,397
[ "no_license" ]
[ { "path": "ansible/roles/iot/tasks/main.yml", "content": "- name: install iot package from the internet.\n apt:\n deb: https://github.com/ibm-messaging/iot-raspberrypi/releases/download/1.0.2.1/iot_1.0-2_armhf.deb\n- name: configure iot\n template: src=device.cfg.j2 dest=/etc/iotsample-raspberrypi/devi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 460, "all_permissive": false }
ansible_role
reachlin/fangge
fc576ee53af2dcf894d82d7eff2293b216318bce
0
ansible/roles/server_update
5,397
[ "no_license" ]
[ { "path": "ansible/roles/server_update/defaults/main.yml", "content": "STAGE: /tmp/stage\nCONTAINER_SERVER: fangge_server\nCINTAINER_REDIS: fangge_redis", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "ansible/roles/server_update/templates/config.js...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1429, "all_permissive": false }
ansible_role
dzencot/devops-for-programmers-project-lvl2
d9a27f855a2784e81b8b33b9594ca7f042c8c9dc
0
roles/redmine
5,397
[ "no_license" ]
[ { "path": "roles/redmine/tasks/main.yml", "content": "---\n\n- name: Redmine\n community.docker.docker_container:\n container_default_behavior: compatibility\n name: devops-example-app\n image: redmine:4.2\n ports:\n - \"{{ app_port }}:3000\"\n env:\n REDMINE_DB_POSTGRES: \"{{ REDM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
dmsimard/ara-collection
79eef8c8db41678bcc9802c45e82feb9171af47f
0
roles/ara_api
5,397
[ "no_license" ]
[ { "path": "roles/ara_api/templates/ara-api.service.j2", "content": "[Unit]\nDescription=ARA Records Ansible API with gunicorn\nAfter=network.target\n\n[Service]\nUser={{ ansible_user_id }}\nRuntimeDirectory=ara-api\nWorkingDirectory={{ ara_api_root_dir }}\nEnvironment=ARA_SETTINGS={{ ara_api_settings }}\n{%...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 20668, "all_permissive": false }
ansible_role
dmsimard/ara-collection
79eef8c8db41678bcc9802c45e82feb9171af47f
0
roles/ara_frontend_nginx
5,397
[ "no_license" ]
[ { "path": "roles/ara_frontend_nginx/README.rst", "content": "ansible-role-ara-frontend-nginx\n===============================\n\nA role for deploying a minimal installation of nginx for ara-api and ara-web.\n\nThis role is not meant to be used on it's own, it should be included by the\n``ara_api`` and ``ara...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6056, "all_permissive": false }
ansible_role
dmsimard/ara-collection
79eef8c8db41678bcc9802c45e82feb9171af47f
0
roles/ara_web
5,397
[ "no_license" ]
[ { "path": "roles/ara_web/tasks/install/source.yaml", "content": "---\n# Copyright (c) 2019 Red Hat, Inc.\n#\n# This file is part of ARA Records Ansible.\n#\n# ARA Records Ansible is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 13166, "all_permissive": false }
ansible_role
Zhal73/docker-jenkins-nginx-task-roles
1dc65ea6616a4ead72974f14ecd050421708c46b
0
roles/jenkins
5,457
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yaml", "content": "- name: 'jenkins user'\n user:\n name: jenkins\n comment: Jenkins Automation User\n shell: /bin/bash\n- name: install jenkins from script\n script: /home/gaglianodomenico/projects/docker-nginx-task/jenkins.sh\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
zubbo/sample-ansible-app
b721982733aa722dc7d348042351180d61c3f842
0
provisioning/roles/git
5,457
[ "no_license" ]
[ { "path": "provisioning/roles/git/tasks/main.yml", "content": "---\n- name: register the current git version (if any)\n command: git --version\n ignore_errors: yes\n register: git_version\n tags: git\n\n- name: be sure git is installed\n apt: pkg=git state=present update_cache=no\n when: git_version|f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
zubbo/sample-ansible-app
b721982733aa722dc7d348042351180d61c3f842
0
provisioning/roles/golang
5,457
[ "no_license" ]
[ { "path": "provisioning/roles/golang/vars/main.yml", "content": "---\ngo_binary: /opt/go/bin/go\ngo_path: /opt/go\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "provisioning/roles/golang/tasks/main.yml", "content": "---\n- name: add golang r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 686, "all_permissive": false }
ansible_role
zubbo/sample-ansible-app
b721982733aa722dc7d348042351180d61c3f842
0
provisioning/roles/redis
5,457
[ "no_license" ]
[ { "path": "provisioning/roles/redis/tasks/main.yml", "content": "---\n- name: add the redis PPA\n apt_repository: repo='ppa:rwky/redis' update_cache=yes\n tags: redis\n \n- name: install redis from PPA\n apt: pkg=redis-server state=installed\n tags: redis\n\n- name: start redis-server\n service: name=r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
cuna-max/nexus-ansible
6766f903521255977bdb2edc468c26782eb5647b
1
roles/nexus
5,457
[ "no_license" ]
[ { "path": "roles/nexus/tasks/main.yml", "content": "- name: Check if nexus-cli is installed\n command: which nexus-cli\n register: nexus_cli_check\n failed_when: false\n changed_when: false\n\n- name: Download nexus-cli installer\n get_url:\n url: https://cli.nexus.xyz/\n dest: /tmp/nexus-cli-ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3724, "all_permissive": false }
ansible_role
trevorbryant/warwalker
5c8a0a2d2f214117ddefba9a4fae9d4f960ed2ba
6
roles/base
5,457
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# tasks file for prerequisites\n\n- name: install prerequisites\n include_tasks: install.yml\n\n- name: install and configure ufw\n include_tasks: ufw.yml\n tags: ufw\n\n- name: configure hostname\n include_tasks: hostname.yml\n tags: hostname\n\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 765, "all_permissive": false }
ansible_role
trevorbryant/warwalker
5c8a0a2d2f214117ddefba9a4fae9d4f960ed2ba
6
roles/gpsd
5,457
[ "no_license" ]
[ { "path": "roles/gpsd/tasks/main.yml", "content": "---\n# tasks file for gpsd\n\n- name: install gpsd\n include: gpsd.yml\n tags: gpsd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/gpsd/tasks/gpsd.yml", "content": "---\n\n- name: in...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 437, "all_permissive": false }
ansible_role
trevorbryant/warwalker
5c8a0a2d2f214117ddefba9a4fae9d4f960ed2ba
6
roles/kismet
5,457
[ "no_license" ]
[ { "path": "roles/kismet/templates/kismet_logging.conf.j2", "content": "enable_logging=true\nlog_title=Kismet\nlog_prefix=/var/log/kismet/\nlog_types=wiglecsv\nlog_template=%p/%n-%D-%t-%i.%l\nkis_log_devices=true\nkis_log_device_rate=30\nkis_log_packets=true\nkis_log_messages=true\nkis_log_alerts=true\nkis_l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10808, "all_permissive": false }
ansible_role
aleksandr-oliferuk/jira-server-sop
1c7f6c84457f049d9036a0624ed8c7bf2e9800dd
0
roles/elastic-agent
5,457
[ "no_license" ]
[ { "path": "roles/elastic-agent/tasks/main.yml", "content": "---\n- name: Copy elastic-agent rpm to the host\n copy:\n src: elastic-agent-{{ elk_version }}-x86_64.rpm\n dest: /tmp/elastic-agent-{{ elk_version }}-x86_64.rpm\n\n- name: Install elastic-agent\n dnf:\n name: /tmp/elastic-agent-{{ elk_v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 28818, "all_permissive": false }
ansible_role
aleksandr-oliferuk/jira-server-sop
1c7f6c84457f049d9036a0624ed8c7bf2e9800dd
0
roles/java
5,457
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: remove previous installation\n file:\n path: \"{{ java_default_path }}\"\n state: absent\n\n- name: get Java release name\n uri:\n url: \"{{ openjdk_api_url }}\"\n return_content: yes\n register: openjdk_json\n when: not ansibl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2080, "all_permissive": false }
ansible_role
aleksandr-oliferuk/jira-server-sop
1c7f6c84457f049d9036a0624ed8c7bf2e9800dd
0
roles/jira
5,457
[ "no_license" ]
[ { "path": "roles/jira/templates/jira-application.properties.j2", "content": "jira.home = {{ jira_home_directory }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/jira/templates/dbconfig.xml.j2", "content": "<?xml version=\"1.0\" encodi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5113, "all_permissive": false }
ansible_role
aleksandr-oliferuk/jira-server-sop
1c7f6c84457f049d9036a0624ed8c7bf2e9800dd
0
roles/nginx
5,457
[ "no_license" ]
[ { "path": "roles/nginx/tasks/nginx_configure.yml", "content": "---\n- name: Create site directories\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: yes\n loop: \"{{ nginx_site_directories }}\"\n when: nginx_site_directories is defined\n\n- name: Update configuration files\n templat...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6038, "all_permissive": false }
ansible_role
aleksandr-oliferuk/jira-server-sop
1c7f6c84457f049d9036a0624ed8c7bf2e9800dd
0
roles/postgres
5,457
[ "no_license" ]
[ { "path": "roles/postgres/templates/pg_hba.conf.j2", "content": "# THIS FILE IS ANSIBLE MANAGED.\n# HANDS OFF!\n#\n# pg_hba.conf: client authentication control file for PostgreSQL\n#\n# TYPE DATABASE USER ADDRESS METHOD\n\n# Local socket connections (peer)\nlocal all ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7432, "all_permissive": false }
ansible_role
aleksandr-oliferuk/jira-server-sop
1c7f6c84457f049d9036a0624ed8c7bf2e9800dd
0
roles/zabbix-agent
5,457
[ "no_license" ]
[ { "path": "roles/zabbix-agent/templates/zabbix_agentd.conf.j2", "content": "PidFile=/run/zabbix/zabbix_agentd.pid\nLogFile=/var/log/zabbix/zabbix_agentd.log\nLogFileSize=0\nServer={{ zabbix_server }}\nServerActive={{ zabbix_server }}\nHostname={{ zabbix_hostname }}\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1474, "all_permissive": false }
ansible_role
ct-martin/infra
ed8cdfa4c545d11d56dabeba8bfc20d10eb1a597
0
ansible/roles/management
5,457
[ "no_license" ]
[ { "path": "ansible/roles/management/tasks/tailscale.yml", "content": "---\n- name: Add Tailscale Repo\n become: true\n ansible.builtin.apt_repository:\n filename: tailscale\n repo: \"deb [signed-by=/usr/share/keyrings/tailscale-archive-keyring.gpg] https://pkgs.tailscale.com/stable/{{ ansible_distri...
{ "task_files": 11, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 13314, "all_permissive": false }
ansible_role
ct-martin/infra
ed8cdfa4c545d11d56dabeba8bfc20d10eb1a597
0
ansible/roles/security
5,457
[ "no_license" ]
[ { "path": "ansible/roles/security/tasks/ssh.yml", "content": "---\n- name: Create login banner\n become: true\n ansible.builtin.template:\n src: banner.j2\n dest: /etc/issue\n owner: root\n group: root\n mode: 0644\n- name: Create network login banner\n become: true\n ansible.builtin.temp...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5107, "all_permissive": false }
ansible_role
ct-martin/infra
ed8cdfa4c545d11d56dabeba8bfc20d10eb1a597
0
ansible/roles/web-custom
5,457
[ "no_license" ]
[ { "path": "ansible/roles/web-custom/templates/site-conf/static.j2", "content": "# This file is managed by Ansible\n# Changes will be overwritten\n# Site: {{ site.id }} ({{ site.name }})\n#\n# See also:\n# * Useful reference: https://easyengine.io/wordpress-nginx/tutorials/\n\n{% if site.additional_domains i...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 49134, "all_permissive": false }
ansible_role
drkms/ansible-playbooks
99d156975f954460f943837649abef98428a04c2
0
roles/basic
5,457
[ "no_license" ]
[ { "path": "roles/basic/tasks/packages.yml", "content": "---\n- name: Upgrade all packages to the latest version\n apt:\n name: \"*\"\n update_cache: yes \n state: latest\n force_apt_get: True\n\n- name: Install System Tools\n apt:\n name: ['build-essential', 'gcc', 'apt-transport-https', 'c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1023, "all_permissive": false }
ansible_role
drkms/ansible-playbooks
99d156975f954460f943837649abef98428a04c2
0
roles/docker
5,457
[ "no_license" ]
[ { "path": "roles/docker/tasks/packages.yml", "content": "---\n- name: Upgrade all packages to the latest version\n apt:\n name: \"*\"\n update_cache: yes \n state: latest\n force_apt_get: True\n\n- name: Ensure we have the Docker requirements\n apt: \n name: ['apt-transport-https', 'ca-cert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1003, "all_permissive": false }
ansible_role
drkms/ansible-playbooks
99d156975f954460f943837649abef98428a04c2
0
roles/jupyter
5,457
[ "no_license" ]
[ { "path": "roles/jupyter/tasks/packages.yml", "content": "---\n- name: Upgrade all packages to the latest version\n apt:\n name: \"*\"\n update_cache: yes \n state: latest\n force_apt_get: True\n\n- name: Ensure we have the Python requirements\n apt: \n name: ['python3', 'python3-apt', 'pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
polkachu/gm-ibc
fea878657475cba69d8c68cdcbb55ad0670f9e17
1
roles/hermes
5,457
[ "no_license" ]
[ { "path": "roles/hermes/templates/header.toml.j2", "content": "[global]\nlog_level = 'info'\n\n[mode]\n[mode.clients]\nenabled = true\nrefresh = true\nmisbehaviour = false\n\n[mode.connections]\nenabled = true\n\n[mode.channels]\nenabled = true\n\n[mode.packets]\nenabled = true\nclear_interval = 100\nclear_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4722, "all_permissive": false }
ansible_role
Otus-DevOps-2019-08/sgremyachikh_infra
97285486e30c04b97c0d80aeba9526ac33cfb89e
0
ansible/roles/app
5,457
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/puma.yml", "content": "---\n- name: add unite file for puma\n template:\n src: puma.service.j2\n dest: /etc/systemd/system/puma.service\n notify: reload puma\n\n- name: copy config for DB connection\n template:\n src: db_config.j2\n dest: \"/home/{{ deploy_u...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 859, "all_permissive": false }
ansible_role
Otus-DevOps-2019-08/sgremyachikh_infra
97285486e30c04b97c0d80aeba9526ac33cfb89e
0
ansible/roles/db
5,457
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n# tasks file for db\n- name: Show info about the env this host belongs to\n debug:\n msg: \"This host is in {{ env }} environment!!!\"\n\n- include: install_mongo.yml\n tags:\n - db_install_mongo\n- include: config_mongo.yml\n tags:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1353, "all_permissive": false }
ansible_role
realAronaba/training
24cf30f99c70edc33ad8f82133dc46260290b6e5
0
roles/apache2
5,457
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n\n- name: Install packages\n apt: name={{ item }} state=present\n with_items:\n - apache2\n- name: start apache2 server\n service: name=apache2 state=started\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": 162, "all_permissive": false }
ansible_role
dancard32/homelab
c98431fec5deb24d7c10a4a1b6e57f6f584fbd09
10
ansible/roles/docker_install
5,457
[ "no_license" ]
[ { "path": "ansible/roles/docker_install/tasks/main.yml", "content": "---\n# Docker Install\n- name: Docker - Install docker packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1600, "all_permissive": false }
ansible_role
dancard32/homelab
c98431fec5deb24d7c10a4a1b6e57f6f584fbd09
10
ansible/roles/docker_mkdir
5,457
[ "no_license" ]
[ { "path": "ansible/roles/docker_mkdir/tasks/main.yml", "content": "---\n- name: Docker - Create $HOME/appdata directory\n ansible.builtin.file:\n path: \"~/appdata\"\n state: directory\n mode: \"777\"\n become: false\n\n- name: Docker - Create service config directories\n ansible.builtin.file:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
dancard32/homelab
c98431fec5deb24d7c10a4a1b6e57f6f584fbd09
10
ansible/roles/helm
5,457
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yml", "content": "- name: Deploy latest Traefik inside load_balance namespace\n kubernetes.core.helm:\n name: traefik\n chart_ref: traefik/traefik\n namespace: load_balance\n create_namespace: true\n\n- name: Deploy latest Prometheus inside monitoring na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
dancard32/homelab
c98431fec5deb24d7c10a4a1b6e57f6f584fbd09
10
ansible/roles/installs_apt
5,457
[ "no_license" ]
[ { "path": "ansible/roles/installs_apt/tasks/main.yml", "content": "---\n# General Homelab Tools\n- name: (APT) Install General Tools\n become: true\n ansible.builtin.apt:\n name: \"{{ item }}\"\n with_items:\n - net-tools\n - lm-sensors # Used to monitor computer temperatures\n - powertop # `...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
dancard32/homelab
c98431fec5deb24d7c10a4a1b6e57f6f584fbd09
10
ansible/roles/installs_pip
5,457
[ "no_license" ]
[ { "path": "ansible/roles/installs_pip/tasks/main.yml", "content": "---\n# python pip installs\n- name: (PIP) Install General Tools\n ansible.builtin.pip:\n name:\n - proxmoxer\n - netaddr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
dancard32/homelab
c98431fec5deb24d7c10a4a1b6e57f6f584fbd09
10
ansible/roles/installs_snap
5,457
[ "no_license" ]
[ { "path": "ansible/roles/installs_snap/tasks/main.yml", "content": "---\n# Snap installs\n- name: (SNAP) Install General Tools\n community.general.snap:\n name: \"{{ item }}\"\n with_items:\n - \"kompose\"\n\n- name: Install helm\n ansible.builtin.command: snap install helm --classic\n become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
dancard32/homelab
c98431fec5deb24d7c10a4a1b6e57f6f584fbd09
10
ansible/roles/k3s_install
5,457
[ "no_license" ]
[ { "path": "ansible/roles/k3s_install/tasks/server.yml", "content": "---\n- name: Clean previous runs of k3s-init\n ansible.builtin.systemd:\n name: k3s-init\n state: stopped\n failed_when: false\n\n- name: Clean previous runs of k3s-init\n ansible.builtin.systemd:\n name: k3s-init\n daemon_re...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3214, "all_permissive": false }
ansible_role
dancard32/homelab
c98431fec5deb24d7c10a4a1b6e57f6f584fbd09
10
ansible/roles/k3s_reset
5,457
[ "no_license" ]
[ { "path": "ansible/roles/k3s_reset/tasks/main.yml", "content": "---\n- name: Disable services\n ansible.builtin.systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: false\n failed_when: false\n with_items:\n - k3s\n - k3s-node\n\n- name: Pkill -9 -f \"k3s/data/[^/]+/bin/containerd-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1058, "all_permissive": false }
ansible_role
dancard32/homelab
c98431fec5deb24d7c10a4a1b6e57f6f584fbd09
10
ansible/roles/metal
5,457
[ "no_license" ]
[ { "path": "ansible/roles/metal/tasks/main.yml", "content": "---\n# Set-up Homelab Tools\n# sudo apt-get install lm-sensors\n# sudo sensors-detect\n# sensors\n\n# Proxmox dependencies\n- name: Install Proxmox Dependencies\n ansible.builtin.apt:\n name: virt-manager\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
dancard32/homelab
c98431fec5deb24d7c10a4a1b6e57f6f584fbd09
10
ansible/roles/proxmox
5,457
[ "no_license" ]
[ { "path": "ansible/roles/proxmox/tasks/start_vm.yml", "content": "---\n- name: Start VM\n community.general.proxmox_kvm:\n api_user: root@pam\n api_password: <PASSWORD>\n api_host: 192.168.122.20\n name: spynal\n node: proxmox\n state: started\n", "license_type": "no_license", "de...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 438, "all_permissive": false }
ansible_role
ChrisHYKim/AnsbieProject
0d57ff120ab74bd6ea74b3c45c9763b73098d717
0
09_roles_create/roles/myfirewall
5,457
[ "no_license" ]
[ { "path": "09_roles_create/roles/myfirewall/tasks/main.yml", "content": "---\n# tasks file for myfirewall\n#############################################\n# 1) 방화벽 패키지 설치\n# 2) 방화벽 서비스 시작\n#############################################\n- name: 1) 방화벽 패키지 설치\n ansible.builtin.dnf:\n name: firewalld\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
ChrisHYKim/AnsbieProject
0d57ff120ab74bd6ea74b3c45c9763b73098d717
0
09_roles_create/roles/myremovevhost
5,457
[ "no_license" ]
[ { "path": "09_roles_create/roles/myremovevhost/tasks/main.yml", "content": "---\n# tasks file for myremovevhost\n#############################################\n# * (failed_when) 플랫폼 점검 & 버전 점검\n# * (firewalld) 방화벽 포트 제거\n# * (systemd) 웹 서비스 중지\n# * (file) 웹 서버 설정 삭제\n# - /etc/httpd/conf.d/vhost.conf\n# - /v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1000, "all_permissive": false }
ansible_role
ChrisHYKim/AnsbieProject
0d57ff120ab74bd6ea74b3c45c9763b73098d717
0
09_roles_create/roles/myvhost
5,457
[ "no_license" ]
[ { "path": "09_roles_create/roles/myvhost/tasks/main.yml", "content": "---\n# tasks file for myvhost\n#############################################\n# * (failed_when) 플랫폼 점검 & 버전 점검\n# * (dnf) 웹 페이지 설치\n# * (systemd) 웹 서비스 시작\n# * (template) 웹 서버 설정\n# - /etc/httpd/conf.d/vhost.conf\n# - \"/var/www/vhost...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1798, "all_permissive": false }
ansible_role
ChrisHYKim/AnsbieProject
0d57ff120ab74bd6ea74b3c45c9763b73098d717
0
09_roles_download/roles/rollbacksvc2
5,457
[ "no_license" ]
[ { "path": "09_roles_download/roles/rollbacksvc2/README.md", "content": "Role Name\n=========\n\n웹 서버 복구 작업 진행 \n\nRequirements\n------------\n\n많이 필요\n\nRole Variables\n--------------\n\n고민해봐야 함\n\nDependencies\n------------\n\n독립적\n\n\nExample Playbook\n----------------\n\n나중에 적을게\n\nLicense\n-------\n\nGP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1152, "all_permissive": false }
ansible_role
lifeman/ansible-dev-xubuntu-16
192bf08f44ba547b66217c0318ef8d6aef4edc2a
3
roles/common
5,457
[ "no_license" ]
[ { "path": "roles/common/tasks/ntp.yml", "content": "---\n\n- name: NTP | Install\n apt: name=ntp state=present\n tags: ntp\n\n- name: NTP | Start the ntp service\n service: name=ntp state=started enabled=true\n tags: ntp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1595, "all_permissive": false }
ansible_role
lifeman/ansible-dev-xubuntu-16
192bf08f44ba547b66217c0318ef8d6aef4edc2a
3
roles/composer
5,457
[ "no_license" ]
[ { "path": "roles/composer/tasks/main.yml", "content": "---\n\n- name: Composer | Test if existing file\n command: test -f /usr/local/bin/composer\n register: is_file_created\n ignore_errors: true\n\n- name: Composer | Install composer.phar\n shell: curl -sS https://getcomposer.org/installer | /usr/bin/p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
lifeman/ansible-dev-xubuntu-16
192bf08f44ba547b66217c0318ef8d6aef4edc2a
3
roles/virtualbox
5,457
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n- include: virtualbox.yml\n tags: virtualbox\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/virtualbox/tasks/virtualbox.yml", "content": "---\n# Virtualbox setup\n\n- name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1194, "all_permissive": false }
ansible_role
Rajat-0/sandbox
543d89e8b41311a0a076d04e0b6a3da7696728bd
0
roles/IotGEs
5,417
[ "no_license" ]
[ { "path": "roles/IotGEs/tasks/sth-comet.yaml", "content": "---\n# tasks file\n- name: copying sth-comet package directory to file with owner and permissions\n copy:\n src: ./IoTGEs-templates/sth-comet\n dest: /tmp/IotGEs/\n owner: root\n group: root\n mode: 0755\n\n- name: add IP of master t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6126, "all_permissive": false }
ansible_role
Rajat-0/sandbox
543d89e8b41311a0a076d04e0b6a3da7696728bd
0
roles/kubernetes-common
5,417
[ "no_license" ]
[ { "path": "roles/kubernetes-common/tasks/main.yml", "content": "---\n- name: Grant centos user passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n line: 'centos ALL=(ALL) NOPASSWD: ALL'\n become: yes\n become_method: \"sudo\"\n changed_when: False\n when: ansible_os_family ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3709, "all_permissive": false }
ansible_role
Rajat-0/sandbox
543d89e8b41311a0a076d04e0b6a3da7696728bd
0
roles/vm-deploy
5,417
[ "no_license" ]
[ { "path": "roles/vm-deploy/tasks/aws-vm-create.yaml", "content": "- name: deploy ec2 vms\n ec2:\n key_name: \"{{ stuff.AWS.key_name}}\"\n instance_type: \"{{ stuff.AWS.instance_type }}\"\n image: \"{{ stuff.AWS.image }}\"\n wait: yes\n group: \"{{ stuff.AWS.security_group }}\"\n exact_cou...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 11473, "all_permissive": false }
ansible_role
Rajat-0/sandbox
543d89e8b41311a0a076d04e0b6a3da7696728bd
0
roles/worker
5,417
[ "no_license" ]
[ { "path": "roles/worker/defaults/main.yml", "content": "---\n# defaults file for worker\nuser_data: \"{{ lookup('file', '/tmp/mydata' ) }}\"\ncount : \"{{ stuff.openstack.count }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/worker/task...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 853, "all_permissive": false }
ansible_role
patsevanton/ansible-gitlab-habr
2d453a1cdc88104d3b8c50c37ae9edde11f695b5
0
commons/base-bootstrap/roles/franklinkim.cron
5,417
[ "permissive" ]
[ { "path": "commons/base-bootstrap/roles/franklinkim.cron/tasks/vars.yml", "content": "---\n\n- name: Including variables\n include_vars: \"{{ ansible_distribution }}-{{ ansible_distribution_release }}.yml\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1574, "all_permissive": true }
ansible_role
patsevanton/ansible-gitlab-habr
2d453a1cdc88104d3b8c50c37ae9edde11f695b5
0
team/application/roles/robertdebock.tomcat
5,417
[ "permissive" ]
[ { "path": "team/application/roles/robertdebock.tomcat/molecule/debian-stable/molecule.yml", "content": "---\ndependency:\n name: galaxy\n options:\n role-file: requirements.yml\ndriver:\n name: docker\nlint:\n name: yamllint\nplatforms:\n - name: tomcat-debian-stable\n image: debian:stable\nprovi...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 32, "total_bytes": 24032, "all_permissive": true }
ansible_role
patsevanton/ansible-gitlab-habr
2d453a1cdc88104d3b8c50c37ae9edde11f695b5
0
team/database/roles/bbatsche.mysql
5,417
[ "permissive" ]
[ { "path": "team/database/roles/bbatsche.mysql/tasks/install_mysql.yml", "content": "---\n- name: Enable Selected MySQL Version\n debconf:\n name: mysql-apt-config\n question: mysql-apt-config/select-server\n value: mysql-{{ mysql_version }}\n vtype: select\n become: yes\n\n- name: Add MySQL Pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2918, "all_permissive": true }
ansible_role
barry-ar/phoneBook-cicd-devsecops
8a912a23d37810947615c41de03b6d7f5d4102d7
1
roles/phonerole
5,417
[ "no_license" ]
[ { "path": "roles/phonerole/tasks/main.yml", "content": "- name: Crer to file ownership, group and permissions\n file:\n path: \"{{ house }}/{{ new_folder }}\"\n state: directory\n tags:\n - build\n - preprod\n\n- block:\n - name: Copy file with owner and permissions\n copy:\n content:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3900, "all_permissive": false }
ansible_role
Gnail89/project01
88e14827afc8db589691f17e01966bf3d34855c1
0
ansible_playbooks_zabbix/roles/zbx_agent_installation
5,417
[ "no_license" ]
[ { "path": "ansible_playbooks_zabbix/roles/zbx_agent_installation/tasks/main.yml", "content": "---\n- name: Setup | Install, Config, Start zabbix agent\n block:\n - name: Setup | Copy x86_64 package file to host\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ g_zbx_file_path }}/{{ item....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1388, "all_permissive": false }
ansible_role
sumantripuraneni/secrets-sync-operator
ab5b879ebb2be5472794869dba6130f3b0e64875
0
roles/secrets-sync-agent
5,417
[ "no_license" ]
[ { "path": "roles/secrets-sync-agent/tasks/main.yaml", "content": "---\n- name: Print message\n debug:\n msg: \"Received custom resource - {{ ansible_operator_meta.name }} from namespace - {{ ansible_operator_meta.name }}\"\n\n\n- name: Check if configmap - secrets-config exist in namespace - {{ ansible_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2572, "all_permissive": false }
ansible_role
jmpantoja/workstation
2c26ce69f8b65cadab0c3f4762b2a10891709288
0
ansible/roles/bash
5,417
[ "no_license" ]
[ { "path": "ansible/roles/bash/tasks/main.yml", "content": "---\n- name: edit bashrc file\n blockinfile:\n marker: \"# {mark} IMPORT CUSTOM\"\n path: \"{{ ansible_env.HOME }}/.bashrc\"\n block: |\n if [ -f ~/.bash_custom ]; then\n . ~/.bash_custom\n fi\n\n- name: template aliases\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 899, "all_permissive": false }
ansible_role
jmpantoja/workstation
2c26ce69f8b65cadab0c3f4762b2a10891709288
0
ansible/roles/blackfire-client
5,417
[ "no_license" ]
[ { "path": "ansible/roles/blackfire-client/tasks/main.yml", "content": "---\n- name: Add packagecloud apt key.\n apt_key:\n url: \"https://packagecloud.io/gpg.key\"\n state: present\n\n- name: Add packagecloud repository.\n apt_repository:\n repo: \"{{ item }}\"\n state: present\n register: pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
jmpantoja/workstation
2c26ce69f8b65cadab0c3f4762b2a10891709288
0
ansible/roles/chrome
5,417
[ "no_license" ]
[ { "path": "ansible/roles/chrome/tasks/main.yml", "content": "---\n- name: add apt keys\n apt_key:\n url: https://dl.google.com/linux/linux_signing_key.pub\n state: present \n\n- name: add repository \n apt_repository: \n repo: \"deb http://dl.google.com/linux/chrome/deb/ stable main\"\n \n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
jmpantoja/workstation
2c26ce69f8b65cadab0c3f4762b2a10891709288
0
ansible/roles/docker
5,417
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: role bash\n import_role:\n name: bash\n\n- name: role packages\n import_role:\n name: packages\n\n- name: apt_key\n apt_key:\n url: \"https://download.docker.com/linux/ubuntu/gpg\"\n state: present\n\n- name: add reposi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
jmpantoja/workstation
2c26ce69f8b65cadab0c3f4762b2a10891709288
0
ansible/roles/gnome.classic
5,417
[ "no_license" ]
[ { "path": "ansible/roles/gnome.classic/tasks/main.yml", "content": "---\n- name: packages\n apt:\n name: \n - gnome-panel \n - gnome-flashback \n - gnome-session-flashback \n - indicator-applet-appmenu\n \n state: latest \n update_cache: yes\n cache_valid_time: 3600\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }