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 | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/slapd | 7,618 | [
"no_license"
] | [
{
"path": "roles/slapd/templates/sasl2.slapd.conf.j2",
"content": "pwcheck_method: saslauthd\nkeytab: {{ slapd_keytab_path }}\nsaslauthd_path: {{ sasl_mux }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/slapd/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5955,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/squid | 7,618 | [
"no_license"
] | [
{
"path": "roles/squid/templates/basic_sasl_auth.conf.j2",
"content": "pwcheck_method: saslauthd\nkeytab: {{ squid_keytab_path }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "roles/squid/tasks/main.yml",
"content": "# Ensure that squid use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2660,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/ssh | 7,618 | [
"no_license"
] | [
{
"path": "roles/ssh/files/ssh_config",
"content": "Host *\n\n Protocol 2\n\n # Symmetric-Key Ciphers\n #\n # Prefer ChaCha20 due to its modern and open-source origins. stick\n # to counter mode AES at 256 bit strength.\n\n Ciphers <EMAIL>,aes256-ctr\n\n # Public-Key Ciphers\n #\n # Prefer PQC, th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1927,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/sshd | 7,618 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yml",
"content": "- name: Install sshd_config\n copy:\n src: sshd_config\n dest: \"{{ sshd_config_path }}\"\n owner: \"{{ root_user }}\"\n group: \"{{ root_group }}\"\n mode: 0644\n tags:\n - config\n - setup\n register: sshd_config\n\n- name: Ensure ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/ssl | 7,618 | [
"no_license"
] | [
{
"path": "roles/ssl/tasks/main.yml",
"content": "# Note that the SSL keys directory does need to be 755, as the exact\n# user and group for the keys will vary.\n\n- name: Create SSL directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ root_user }}\"\n group: \"{{ root_gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1363,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/tomcat | 7,618 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "# Ensure that tomcat user and group exist\n\n- name: Create tomcat group\n group:\n name: \"{{ tomcat_group }}\"\n gid: \"{{ tomcat_gid }}\"\n tags:\n - setup\n\n- name: Create tomcat user\n user:\n name: \"{{ tomcat_user }}\"\n group: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5194,
"all_permissive": false
} |
ansible_role | emc2/ansible-freebsd-configs | 2dfeaedf47e04d9c91b967a6daf362904d2f3066 | 0 | roles/tor | 7,618 | [
"no_license"
] | [
{
"path": "roles/tor/tasks/main.yml",
"content": "# Ensure that tor user and group exist\n\n- name: Create tor group\n group:\n name: \"{{ tor_group }}\"\n gid: \"{{ tor_gid }}\"\n tags:\n - setup\n\n- name: Create tor user\n user:\n name: \"{{ tor_user }}\"\n group: \"{{ tor_group }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1497,
"all_permissive": false
} |
ansible_role | romxero/czbiohub_openxdmod | cd0eff687a24e90a67e734e93a528144a8d8f2cb | 0 | roles/xdmod_packages | 7,618 | [
"no_license"
] | [
{
"path": "roles/xdmod_packages/tasks/main.yml",
"content": "--- \n\n# make sure we use the dnf modules to switch to the correct version of nodejs and php\n- name: Change NodeJS to 16 via dnf modules\n ansible.builtin.dnf:\n name: '@nodejs:16'\n state: present\n\n- name: Change PHP to 7.4 via dnf mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4566,
"all_permissive": false
} |
ansible_role | Anto-100/rke2-ansible-deployment | 6ed9854ccd8af574aa4d8176dcb9a59d5dc18cea | 0 | playbooks/roles/rke2 | 7,618 | [
"no_license"
] | [
{
"path": "playbooks/roles/rke2/handlers/main.yml",
"content": "---\n- name: restart rke2\n systemd:\n name: \"rke2-{{ rke2_type }}\"\n state: restarted\n daemon_reload: yes\n when: rke2_service is defined and rke2_service.status.ActiveState == \"active\"",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5931,
"all_permissive": false
} |
ansible_role | victtorvpb/django_devops | d14b35885d6592df8736a21d2484318fa566fafd | 0 | ansible/roles/application | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/application/tasks/git.yml",
"content": "---\n- name: Creates the project folder\n file:\n state: directory\n path: \"{{ project_folder }}\"\n owner: \"{{ target_user }}\"\n become: yes\n\n- name: Check if git repo was cloned on folder\n stat:\n path: \"{{ app_folder }... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2143,
"all_permissive": false
} |
ansible_role | victtorvpb/django_devops | d14b35885d6592df8736a21d2484318fa566fafd | 0 | ansible/roles/setup | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/setup/tasks/make.yml",
"content": "- name: Install make\n apt:\n name: make\n state: present\n update_cache: yes\n tags:\n - make",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | roboshop-project-v1/roboshop-ansible | 0b11b947fec88a67c32bc177cddcdc54b726908a | 0 | roles/catalogue | 7,618 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: import nodejs tasks\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n \n- name: Filebeat setup\n ansible.builtin.import_role:\n name: elk\n tasks_from: filebeat",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | roboshop-project-v1/roboshop-ansible | 0b11b947fec88a67c32bc177cddcdc54b726908a | 0 | roles/common | 7,618 | [
"no_license"
] | [
{
"path": "roles/common/tasks/java.yml",
"content": "- name: Manven install\n ansible.builtin.dnf: \n name: maven\n state: installed\n\n- name: import app-prerequisites tasks\n ansible.builtin.import_tasks: app_prerequisite.yml\n\n- name: MVN clean \n ansible.builtin.shell: mvn clean package ; mv ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3372,
"all_permissive": false
} |
ansible_role | roboshop-project-v1/roboshop-ansible | 0b11b947fec88a67c32bc177cddcdc54b726908a | 0 | roles/frontend | 7,618 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Set Hostname\n ansible.builtin.shell: set-hostname frontend\n\n- name: Install the latest version of Nginx\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n- name: Copy roboshop config file into default.d \n ansible.builtin.copy:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1796,
"all_permissive": false
} |
ansible_role | roboshop-project-v1/roboshop-ansible | 0b11b947fec88a67c32bc177cddcdc54b726908a | 0 | roles/mongodb | 7,618 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "\n- name: Copy mongo repo into default.d \n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install the latest version of Mongodb\n ansible.builtin.dnf:\n name: mongodb-org\n state: latest\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | roboshop-project-v1/roboshop-ansible | 0b11b947fec88a67c32bc177cddcdc54b726908a | 0 | roles/mysql | 7,618 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "\n- name: mysql module disable\n ansible.builtin.shell: dnf module disable mysql -y \n\n- name: Copy mysql repo into default.d \n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install the latest version of ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 565,
"all_permissive": false
} |
ansible_role | roboshop-project-v1/roboshop-ansible | 0b11b947fec88a67c32bc177cddcdc54b726908a | 0 | roles/payment | 7,618 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: import python tasks\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | roboshop-project-v1/roboshop-ansible | 0b11b947fec88a67c32bc177cddcdc54b726908a | 0 | roles/rabbitmq | 7,618 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "\n\n- name: rabbitmq erlang rpm \n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: rabbitmq server rpm \n ansible.builtin.shell: curl -s https://packagecloud.io/install/reposi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | roboshop-project-v1/roboshop-ansible | 0b11b947fec88a67c32bc177cddcdc54b726908a | 0 | roles/redis | 7,618 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "\n- name: Install the redis rpm from a remote repo\n ansible.builtin.dnf:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: enable redis:Remi-6.2\n ansible.builtin.shell: dnf ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | roboshop-project-v1/roboshop-ansible | 0b11b947fec88a67c32bc177cddcdc54b726908a | 0 | roles/shipping | 7,618 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: import java tasks\n ansible.builtin.import_role:\n name: common\n tasks_from: java\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | roboshop-project-v1/roboshop-ansible | 0b11b947fec88a67c32bc177cddcdc54b726908a | 0 | roles/user | 7,618 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: import nodejs tasks\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | 0orja/distributed_merizosearch | 70f865f8d45295e39c07547b0a8400fa48d29cd6 | 0 | ansible/roles/application | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/application/tasks/spark-submit.yaml",
"content": "- name: push pipeline script to manager\n ansible.builtin.copy:\n src: ../src/pipeline_script_spark.py\n dest: /home/almalinux/pipeline_script_spark.py\n- name: push results parser to manager\n ansible.builtin.copy:\n src:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2370,
"all_permissive": false
} |
ansible_role | 0orja/distributed_merizosearch | 70f865f8d45295e39c07547b0a8400fa48d29cd6 | 0 | ansible/roles/bootstrap | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/tasks/customisations.yaml",
"content": "- name: install basic packages\n become: true\n ansible.builtin.dnf:\n name:\n - glibc-langpack-en\n - vim\n - nano\n - screen\n - tmux\n - net-tools\n - bind-utils\n - htop\n - git\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1346,
"all_permissive": false
} |
ansible_role | 0orja/distributed_merizosearch | 70f865f8d45295e39c07547b0a8400fa48d29cd6 | 0 | ansible/roles/data | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/data/tasks/get-data.yaml",
"content": "- name: current item\n debug:\n msg: \"{{ item.dataset_name }}\"\n- name: Check datasets present\n ansible.builtin.stat: \"path=/data/{{ item.dataset_name }}/\"\n register: dataset_exists\n- name: Create directory\n when: dataset_exists.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1850,
"all_permissive": false
} |
ansible_role | 0orja/distributed_merizosearch | 70f865f8d45295e39c07547b0a8400fa48d29cd6 | 0 | ansible/roles/hadoop | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/hadoop/tasks/main.yaml",
"content": "- name: install hadoop\n import_tasks: install.yaml\n\n- name: hdfs namenode\n import_tasks: hdfs-namenode.yaml\n when: inventory_hostname in groups['managernode']\n\n- name: hdfs datanode\n ansible.builtin.file:\n path: /data/hdfs/datanod... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4294,
"all_permissive": false
} |
ansible_role | 0orja/distributed_merizosearch | 70f865f8d45295e39c07547b0a8400fa48d29cd6 | 0 | ansible/roles/minio | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/minio/tasks/minio.yaml",
"content": "- name: Create minio dir on data disk\n become: true\n ansible.builtin.file:\n path: /data/minio\n owner: minio-user\n group: minio-user\n mode: \"0700\"\n state: directory\n- name: Install Minio RPM\n become: true\n ansible.bu... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3580,
"all_permissive": false
} |
ansible_role | 0orja/distributed_merizosearch | 70f865f8d45295e39c07547b0a8400fa48d29cd6 | 0 | ansible/roles/monitoring | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/tasks/monitoring-server.yaml",
"content": "- name: Install go\n become: true\n ansible.builtin.dnf:\n name: golang\n state: present\n- name: Get epel repository\n become: true\n ansible.builtin.dnf:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-l... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 29248,
"all_permissive": false
} |
ansible_role | 0orja/distributed_merizosearch | 70f865f8d45295e39c07547b0a8400fa48d29cd6 | 0 | ansible/roles/prepare-pipeline | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare-pipeline/tasks/main.yaml",
"content": "- name: download cath database\n import_tasks: get-cath-db.yaml\n \n- name: install merizo-search \n vars:\n app_location: /data\n python_version: 3.9\n become: true\n import_tasks: install-merizo.yaml\n",
"license_type":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2708,
"all_permissive": false
} |
ansible_role | 0orja/distributed_merizosearch | 70f865f8d45295e39c07547b0a8400fa48d29cd6 | 0 | ansible/roles/spark | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/spark/templates/workers.j2",
"content": "{% for hostname in groups['workers'] %}\n{{ hostname }}\n{% endfor %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "ansible/roles/spark/tasks/install.yaml",
"content": "- name:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1424,
"all_permissive": false
} |
ansible_role | 0orja/distributed_merizosearch | 70f865f8d45295e39c07547b0a8400fa48d29cd6 | 0 | ansible/roles/ssh-setup | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh-setup/tasks/ssh-config-file.yaml",
"content": "- name: ssh config\n ansible.builtin.copy:\n src: ./files/ssh_config\n dest: /home/almalinux/.ssh/config",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "ansible/rol... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | zurtix/tordo | 8a66766df010bed23cddabb9be13dd4ea1065f6f | 0 | ansible/roles/auto_updates | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/auto_updates/tasks/main.yaml",
"content": "- name: Install dependencies\n ansible.builtin.package:\n name:\n - unattended-upgrades \n - apt-listchanges\n state: present\n\n- name: Unattended Upgrades\n ansible.builtin.blockinfile:\n state: present\n insertaft... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 920,
"all_permissive": false
} |
ansible_role | zurtix/tordo | 8a66766df010bed23cddabb9be13dd4ea1065f6f | 0 | ansible/roles/configure | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/configure/tasks/main.yaml",
"content": "- name: Waiting for SSH connection\n ansible.builtin.wait_for_connection:\n\n- name: Set unattended-upgrades update frequency to 0\n ansible.builtin.lineinfile:\n path: /etc/apt/apt.conf.d/20auto-upgrades\n regexp: \"^\\\\s*\\\\bAPT::P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1763,
"all_permissive": false
} |
ansible_role | zurtix/tordo | 8a66766df010bed23cddabb9be13dd4ea1065f6f | 0 | ansible/roles/install | 7,618 | [
"no_license"
] | [
{
"path": "ansible/roles/install/tasks/main.yaml",
"content": "#- name: Check if package manager lock exists\n# ansible.builtin.stat:\n# path: /var/lib/dpkg/lock-frontend # Adjust path as per your package manager\n# register: lock_file\n\n#- name: Wait for lock file to be released\n# ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1122,
"all_permissive": false
} |
ansible_role | ptanloc/ocp-benchmark-operator | 69c082979124cdc605e5c98b266aec6b63474d6b | 0 | roles/uperf | 7,620 | [
"permissive"
] | [
{
"path": "roles/uperf/tasks/main.yml",
"content": "---\n\n- name: Capture ServiceIP\n k8s_facts:\n kind: Service\n api_version: v1\n namespace: '{{ operator_namespace }}'\n label_selectors:\n - type = {{ ansible_operator_meta.name }}-bench-server-{{ trunc_uuid }}\n register: serviceip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 11769,
"all_permissive": true
} |
ansible_role | amulius/second_project | fad63982c1f9e5103d4dc98c165c6e0db49e4847 | 0 | deploy/roles/web | 7,620 | [
"no_license"
] | [
{
"path": "deploy/roles/web/vars/main.yml",
"content": "---\n\nproject_name: \"{{ production_project_name }}\"\nvirtualenv_path: \"/home/ubuntu/.virtualenvs/{{ virtual_env_name }}\"\ngit_repo: https://github.com/amulius/{{ project_name }}.git\nproject_path: \"/home/ubuntu/{{ project_name }}\"\nrequirements_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1238,
"all_permissive": false
} |
ansible_role | pjodd/ansible | de9f76bb0c28cd74783e26b42fdaa9aebe4f65c2 | 4 | roles/admins | 7,620 | [
"no_license"
] | [
{
"path": "roles/admins/tasks/main.yml",
"content": "---\n# file: roles/admins/tasks/main.yml\n\n- name: Install sudo\n apt:\n update_cache: yes\n name: sudo\n state: present\n\n- name: Add users to adm and sudo groups\n user:\n name: \"{{ item }}\"\n shell: /bin/bash\n groups: adm,sudo\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | pjodd/ansible | de9f76bb0c28cd74783e26b42fdaa9aebe4f65c2 | 4 | roles/builder | 7,620 | [
"no_license"
] | [
{
"path": "roles/builder/handlers/main.yml",
"content": "---\n# file: roles/builder/handlers/main.yml\n\n- name: run ferm\n command: ferm /etc/ferm/ferm.conf\n notify: save iptables\n\n- name: save firewall rules (IPv4)\n shell: iptables-save > /etc/iptables/rules.v4\n listen: \"save iptables\"\n\n- nam... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3262,
"all_permissive": false
} |
ansible_role | pjodd/ansible | de9f76bb0c28cd74783e26b42fdaa9aebe4f65c2 | 4 | roles/gateway | 7,620 | [
"no_license"
] | [
{
"path": "roles/gateway/templates/kea-dhcp4.conf.j2",
"content": "# {{ ansible_managed }}\n#\n# This is a basic configuration for the Kea DHCPv4 sever.\n# Subnet declarations are commented out and no interfaces are listed.\n# Therefore, the servers will not listen or respond to any queries.\n# The basic co... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 16904,
"all_permissive": false
} |
ansible_role | pjodd/ansible | de9f76bb0c28cd74783e26b42fdaa9aebe4f65c2 | 4 | roles/web | 7,620 | [
"no_license"
] | [
{
"path": "roles/web/handlers/main.yml",
"content": "- name: restart-caddy\n service: name=caddy state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/web/tasks/main.yml",
"content": "\n- name: Install caddy2\n command: apk ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 956,
"all_permissive": false
} |
ansible_role | Shiole/acit4640-a3 | 2a40c641ddb1b93934345d4957492e2740f4ed70 | 0 | service/roles/backend | 7,620 | [
"no_license"
] | [
{
"path": "service/roles/backend/tasks/main.yml",
"content": "---\n- name: Include var file\n include_vars: \"../../../group_vars/webservers.yml\"\n\n- name: Install packages\n become: true\n ansible.builtin.package:\n update_cache: true\n name: \"{{ item }}\"\n state: latest\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3325,
"all_permissive": false
} |
ansible_role | Shiole/acit4640-a3 | 2a40c641ddb1b93934345d4957492e2740f4ed70 | 0 | service/roles/web | 7,620 | [
"no_license"
] | [
{
"path": "service/roles/web/tasks/main.yml",
"content": "---\n- name: Include Var files\n include_vars: \"../../../group_vars/webservers.yml\"\n\n- name: Install Nginx\n become: true\n ansible.builtin.package:\n update_cache: true\n name: nginx\n state: latest\n\n- name: Create OS user a03\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 803,
"all_permissive": false
} |
ansible_role | ldatb/shiba-homelab | 4993b38ef42df693c4527e737fef78b21cca7aea | 1 | ansible/roles/containerd | 7,620 | [
"no_license"
] | [
{
"path": "ansible/roles/containerd/tasks/main.yml",
"content": "- name: Install containerd\n apt:\n name:\n - containerd.io\n state: present\n update-cache: yes\n\n- name: Restart containerd\n service:\n name: containerd\n daemon_reload: yes\n state: restarted\n enabled: true\n\n-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2090,
"all_permissive": false
} |
ansible_role | ldatb/shiba-homelab | 4993b38ef42df693c4527e737fef78b21cca7aea | 1 | ansible/roles/dependencies | 7,620 | [
"no_license"
] | [
{
"path": "ansible/roles/dependencies/tasks/main.yml",
"content": "# Packages and dependencies\n- name: Update & Upgrade packages\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: Install dependencies\n apt:\n name:\n - ufw\n - vim\n - nano\n - curl\n - ca-certificates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | ldatb/shiba-homelab | 4993b38ef42df693c4527e737fef78b21cca7aea | 1 | ansible/roles/docker | 7,620 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Add Docker GPG keys\n apt_key:\n url: \"https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg\"\n state: present\n\n- name: Add Docker repository into sources list\n apt_repository:\n filename: docker\n rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | ldatb/shiba-homelab | 4993b38ef42df693c4527e737fef78b21cca7aea | 1 | ansible/roles/kubernetes | 7,620 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/tasks/main.yml",
"content": "- name: Prepare machine for Kubernetess install\n include_tasks: prepare.yml\n\n\n- name: Download k3s binary\n get_url:\n url: https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/k3s\n checksum: sha256:https://github.com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | ldatb/shiba-homelab | 4993b38ef42df693c4527e737fef78b21cca7aea | 1 | ansible/roles/virtualization | 7,620 | [
"no_license"
] | [
{
"path": "ansible/roles/virtualization/tasks/main.yml",
"content": "- name: Install QEMU / KVM components\n apt:\n name:\n - qemu-kvm\n - libvirt-daemon-system\n - libvirt-clients\n - python3-libvirt\n - python3-lxml\n - bridge-utils\n - cloud-image-utils\n - vir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 996,
"all_permissive": false
} |
ansible_role | akki8400/prometheous-setup | 43a87a7ed7b8be82b16f4acac33d0617eed5c03b | 0 | roles/alertmanager | 7,620 | [
"no_license"
] | [
{
"path": "roles/alertmanager/templates/alertmanager.service.j2",
"content": "[Unit]\nDescription=AlertManager Server Service\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=prometheus\nGroup=prometheus\nType=Simple\nExecStart={{ alertmanager_install_dir}}/alertmanager-{{ alertm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3084,
"all_permissive": false
} |
ansible_role | akki8400/prometheous-setup | 43a87a7ed7b8be82b16f4acac33d0617eed5c03b | 0 | roles/cadvisor | 7,620 | [
"no_license"
] | [
{
"path": "roles/cadvisor/defaults/main.yml",
"content": "---\n# defaults file for cadvisor",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/cadvisor/vars/main.yml",
"content": "---\n# vars file for cadvisor",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | akki8400/prometheous-setup | 43a87a7ed7b8be82b16f4acac33d0617eed5c03b | 0 | roles/node-exporter | 7,620 | [
"no_license"
] | [
{
"path": "roles/node-exporter/tasks/main.yml",
"content": "---\n# tasks file for node-exporter\n\n\n- name: \"Node_exporter | Add group prometheus\"\n group:\n name: \"{{ prometheus_group }}\"\n system: yes\n state: present\n\n- name: \"Node_exporter | Add Prometheus system user\"\n user:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1840,
"all_permissive": false
} |
ansible_role | akki8400/prometheous-setup | 43a87a7ed7b8be82b16f4acac33d0617eed5c03b | 0 | roles/prometheus | 7,620 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/alert-rules.j2",
"content": "---\n{% raw %}\ngroups:\n- name: Hosts\n rules:\n - alert: Instance Down\n expr: up == 0\n for: 30s\n labels:\n severity: critical\n annotations:\n summary: \"Endpoint {{ $labels.instance }} is down\"\n descripti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7324,
"all_permissive": false
} |
ansible_role | dawood26/Ansible-Moodle-RedHat-8.3 | 18fee9d9ed4ce79ef563553f53adbb2f8c6416bc | 0 | roles/firewall-config | 7,620 | [
"no_license"
] | [
{
"path": "roles/firewall-config/tasks/main.yml",
"content": "---\n# tasks file for firewall-config\n- name: open httpd port\n firewalld:\n port: 80/tcp\n permanent: yes\n state: enabled\n- name: open mysql port\n firewalld:\n port: 3306/tcp\n permanent: yes\n state: enabled\n- name: rel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | dawood26/Ansible-Moodle-RedHat-8.3 | 18fee9d9ed4ce79ef563553f53adbb2f8c6416bc | 0 | roles/mariadb | 7,620 | [
"no_license"
] | [
{
"path": "roles/mariadb/vars/main.yml",
"content": "---\n# vars file for mariadb\npackages:\n - python3-PyMySQL",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/mariadb/handlers/main.yml",
"content": "---\n# handlers file for mariadb\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | dawood26/Ansible-Moodle-RedHat-8.3 | 18fee9d9ed4ce79ef563553f53adbb2f8c6416bc | 0 | roles/moodle-config | 7,620 | [
"no_license"
] | [
{
"path": "roles/moodle-config/vars/main.yml",
"content": "---\n# vars file for moodle-config",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/moodle-config/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1386,
"all_permissive": false
} |
ansible_role | dawood26/Ansible-Moodle-RedHat-8.3 | 18fee9d9ed4ce79ef563553f53adbb2f8c6416bc | 0 | roles/mysql-config | 7,620 | [
"no_license"
] | [
{
"path": "roles/mysql-config/tasks/main.yml",
"content": "---\n# tasks file for mysql-config\n\n- name: Add mysql user\n mysql_user:\n name: david\n password: <PASSWORD>#\n priv: '*.*:ALL'\n state: present\n- name: Create Databases\n mysql_db:\n name: '{{ databases }}'\n state: present"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | dawood26/Ansible-Moodle-RedHat-8.3 | 18fee9d9ed4ce79ef563553f53adbb2f8c6416bc | 0 | roles/php7 | 7,620 | [
"no_license"
] | [
{
"path": "roles/php7/tasks/main.yml",
"content": "---\n# tasks file for php7\n- name: Install PHP modularity appstream with defined stream and profile\n dnf:\n name: '@php:7.4'\n state: present\n\n- name: install php packages\n yum:\n name: '{{ packages }}'\n state: latest\n\n",
"license_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | dawood26/Ansible-Moodle-RedHat-8.3 | 18fee9d9ed4ce79ef563553f53adbb2f8c6416bc | 0 | roles/webserver | 7,620 | [
"no_license"
] | [
{
"path": "roles/webserver/vars/main.yml",
"content": "---\n# vars file for webserver\npackages:\n - bash-completion\n - net-tools\n - httpd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/webserver/handlers/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | jeff-r/ansible-for-devbox | e8debd8213cd7d107e9e15f27eadab41f374bd37 | 0 | roles/base | 7,620 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: install epel-release\n become: true\n yum:\n name: epel-release\n state: latest\n- name: install ansible\n become: true\n yum:\n name: ansible\n state: latest\n- name: install nginx\n become: true\n yum:\n name: nginx\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | jeff-r/ansible-for-devbox | e8debd8213cd7d107e9e15f27eadab41f374bd37 | 0 | roles/developer | 7,620 | [
"no_license"
] | [
{
"path": "roles/developer/tasks/main.yml",
"content": "# You may need to install this to get the snap role:\n# ansible-galaxy collection install community.general\n\n---\n- name: Install packages\n become: true\n ansible.builtin.apt:\n pkg:\n - git\n - vim\n - ruby\n - tmux\n - zsh\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1779,
"all_permissive": false
} |
ansible_role | jeff-r/ansible-for-devbox | e8debd8213cd7d107e9e15f27eadab41f374bd37 | 0 | roles/remote_setup | 7,620 | [
"no_license"
] | [
{
"path": "roles/remote_setup/tasks/main.yml",
"content": "- name: Copy dot files\n synchronize:\n src: \"~/{{ item }}\"\n dest: \"/home/centos/{{ item }}\"\n with_items:\n - .bash_functions\n - .bash_path\n - .bash_profile\n - .bashrc\n - .bash_aliases\n - .gitconfig\n - .vimrc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | menus12/IPD-Feb-2021-IaaC | 123232b78652d93ec1cd64c4748502389943b37d | 7 | deployment/roles/acl | 7,620 | [
"no_license"
] | [
{
"path": "deployment/roles/acl/tasks/main.yml",
"content": "---\n# tasks file for acl\n\n- name: Call ACL config generator \n include_tasks: \"{{ansible_network_os | lower}}.yaml\"\n when: ansible_network_os is defined",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 3488,
"all_permissive": false
} |
ansible_role | menus12/IPD-Feb-2021-IaaC | 123232b78652d93ec1cd64c4748502389943b37d | 7 | deployment/roles/fhrp | 7,620 | [
"no_license"
] | [
{
"path": "deployment/roles/fhrp/templates/ios_fhrp_common_config.j2",
"content": "{% for instance in fhrp_instance | d([]) %}\n{%- for interface in l3_interfaces | d([]) -%}\n{%- if interface.ipv4_address is defined and interface.ipv4_address | ipaddr('subnet') in instance.ipv4_networks | map('extract', i... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2967,
"all_permissive": false
} |
ansible_role | menus12/IPD-Feb-2021-IaaC | 123232b78652d93ec1cd64c4748502389943b37d | 7 | deployment/roles/ip-sla-track | 7,620 | [
"no_license"
] | [
{
"path": "deployment/roles/ip-sla-track/handlers/main.yml",
"content": "---\n# handlers file for syslog-client",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "deployment/roles/ip-sla-track/vars/main.yml",
"content": "---\n# vars file for ip-sl... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2002,
"all_permissive": false
} |
ansible_role | menus12/IPD-Feb-2021-IaaC | 123232b78652d93ec1cd64c4748502389943b37d | 7 | deployment/roles/routed-ports | 7,620 | [
"no_license"
] | [
{
"path": "deployment/roles/routed-ports/handlers/main.yml",
"content": "---\n# handlers file for routed_ports",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "deployment/roles/routed-ports/README.md",
"content": "routed-ports\n=========\n\nThis... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2853,
"all_permissive": false
} |
ansible_role | menus12/IPD-Feb-2021-IaaC | 123232b78652d93ec1cd64c4748502389943b37d | 7 | deployment/roles/routing | 7,620 | [
"no_license"
] | [
{
"path": "deployment/roles/routing/handlers/main.yml",
"content": "---\n# handlers file for routing",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "deployment/roles/routing/README.md",
"content": "routing\n=========\n\nThis role is used for ro... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2806,
"all_permissive": false
} |
ansible_role | UMNLibraries/haystack-defunct | 3f71d36003cfb16f64b64c2174e959132486e6d5 | 0 | ansible/roles/haystack_run | 7,612 | [
"no_license"
] | [
{
"path": "ansible/roles/haystack_run/tasks/main.yml",
"content": "---\n- name: Clone DPLA Splitter\n git: repo=https://github.com/UMNLibraries/haystack.git\n dest=/data/haystack\n accept_hostkey=yes\n force=yes\n- shell: rm -f /data/all.json.gz\n- get_url:\n url: \"https://dpla-provid... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 825,
"all_permissive": false
} |
ansible_role | UMNLibraries/haystack-defunct | 3f71d36003cfb16f64b64c2174e959132486e6d5 | 0 | ansible/roles/haystack_setup | 7,612 | [
"no_license"
] | [
{
"path": "ansible/roles/haystack_setup/tasks/main.yml",
"content": "---\n - file: path=/data state=directory mode=0755 owner=ubuntu\n - filesystem: fstype=ext4 dev=/dev/xvdb\n - mount: name=/data src=/dev/xvdb fstype=ext4 state=mounted\n - file: path=/data state=directory mode=0755 owner=ubuntu\n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | UMNLibraries/haystack-defunct | 3f71d36003cfb16f64b64c2174e959132486e6d5 | 0 | ansible/roles/provision-ec2 | 7,612 | [
"no_license"
] | [
{
"path": "ansible/roles/provision-ec2/tasks/main.yml",
"content": "---\n - name: Provision EC2 Box\n local_action:\n module: ec2\n key_name: \"{{ ec2_keypair }}\"\n group: \"{{ ec2_security_group }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image: \"{{ ec2_image }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1083,
"all_permissive": false
} |
ansible_role | pravn-byte/kaseya-win-dev | 783730bf1bc68a74e69f1f43886a9b2448c2eaa3 | 0 | roles/aws-windows | 7,612 | [
"permissive"
] | [
{
"path": "roles/aws-windows/tasks/main.yml",
"content": "---\n- set_fact:\n win_ami_id: ami-0835374e611a23aa7\n\n- debug:\n msg: \"Windows Server ami is: {{ win_ami_id }}\"\n\n- name: \"Create security group for WinRM and RDP.\"\n ec2_group:\n aws_access_key: \"{{ aws_access_key_id }}\"\n aws_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1632,
"all_permissive": true
} |
ansible_role | pravn-byte/kaseya-win-dev | 783730bf1bc68a74e69f1f43886a9b2448c2eaa3 | 0 | roles/iis-webapp | 7,612 | [
"permissive"
] | [
{
"path": "roles/iis-webapp/tasks/main.yml",
"content": "---\n- name: \"Create ping directory.\"\n win_file:\n path: c:\\inetpub\\ping\n state: directory\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": true
} |
ansible_role | yanliangchen/IT-notes | 0ec660d050b98721702aa3c865443d390bad6a09 | 1 | jenkins/cicd-docs/ansible/roles/common | 7,612 | [
"no_license"
] | [
{
"path": "jenkins/cicd-docs/ansible/roles/common/defaults/main.yaml",
"content": "---\n\nhostname: sphinx.renkeju.com\nchange_repo: \"true\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "jenkins/cicd-docs/ansible/roles/common/tasks/repo.yaml",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2002,
"all_permissive": false
} |
ansible_role | yanliangchen/IT-notes | 0ec660d050b98721702aa3c865443d390bad6a09 | 1 | jenkins/cicd-docs/ansible/roles/git | 7,612 | [
"no_license"
] | [
{
"path": "jenkins/cicd-docs/ansible/roles/git/defaults/main.yaml",
"content": "git_server_url: git.bih.cn\ngit_server_ssh_user: git\ngit_server_private_key_file: ansible_git\ngit_server_public_key_file: ansible_git.pub\n\ngit_project_user_or_group: translation\ngit_project_name: harborcloud\ngit_project_ss... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | yanliangchen/IT-notes | 0ec660d050b98721702aa3c865443d390bad6a09 | 1 | jenkins/cicd-docs/ansible/roles/make | 7,612 | [
"no_license"
] | [
{
"path": "jenkins/cicd-docs/ansible/roles/make/tasks/main.yaml",
"content": "---\n\n- name: Run sphinx make html\n shell: |\n source /opt/sphinx/bin/activate\n make html\n deactivate\n args:\n chdir: \"/opt/{{ git_project_name }}\"\n register: result\n\n- name: shell scripts debug\n debug:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | yanliangchen/IT-notes | 0ec660d050b98721702aa3c865443d390bad6a09 | 1 | jenkins/cicd-docs/ansible/roles/nginx | 7,612 | [
"no_license"
] | [
{
"path": "jenkins/cicd-docs/ansible/roles/nginx/defaults/main.yaml",
"content": "nginx_http_listen_port: \"80\"\nnginx_server_name: \"_\"\n\nhtml_file_path: /usr/share/nginx/html\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "jenkins/cicd-docs/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | yanliangchen/IT-notes | 0ec660d050b98721702aa3c865443d390bad6a09 | 1 | jenkins/cicd-docs/ansible/roles/sphinx | 7,612 | [
"no_license"
] | [
{
"path": "jenkins/cicd-docs/ansible/roles/sphinx/defaults/main.yaml",
"content": "pypi_index_url: https://pypi.tuna.tsinghua.edu.cn/simple\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "jenkins/cicd-docs/ansible/roles/sphinx/templates/pip.conf.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 805,
"all_permissive": false
} |
ansible_role | ccachero/external-kafka | cc6528a33c63b0b562b625da738b43c174596112 | 0 | scripts/ansible/roles/host | 7,612 | [
"no_license"
] | [
{
"path": "scripts/ansible/roles/host/tasks/sethostname.yml",
"content": "- name: Replace zookeeper port in zookeeper.properties\n replace:\n path: \"{{ playbook_dir }}/hosts\"\n regexp: 'hostname'\n replace: '{{ host }}'",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | ccachero/external-kafka | cc6528a33c63b0b562b625da738b43c174596112 | 0 | scripts/ansible/roles/kafka | 7,612 | [
"no_license"
] | [
{
"path": "scripts/ansible/roles/kafka/tasks/run.yml",
"content": "- name: Run zookeeper server\n shell: nohup bin/zookeeper-server-start.sh -daemon config/zookeeper.properties &\n args: \n chdir: /opt/kafka/\n\n- name: Run Kafka server\n shell: nohup bin/kafka-server-start.sh -daemon config/server.pr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3090,
"all_permissive": false
} |
ansible_role | kred-no/ansible-pull | 79076bfb3c7af9ec0eede79bf6dd7d15a0dabd36 | 0 | roles/apt | 7,612 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yaml",
"content": "- name: Update Cache\n ansible.builtin.apt:\n name: \"*\"\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install Packages\n ansible.builtin.apt:\n name:\n - \"{{ item }}\"\n state: latest\n loop: \"{{ packages }}\"",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/common | 7,612 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "- name: Set /etc/hosts\n template: src=hosts dest=/etc/hosts owner=root group=root mode=0644\n\n- name: Set /etc/apt/sources.list\n copy: src=sources.list dest=/etc/apt/sources.list owner=root group=root mode=0644\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/create-config-drive | 7,612 | [
"no_license"
] | [
{
"path": "roles/create-config-drive/tasks/main.yaml",
"content": "- name: Create working tempdir\n command: mktemp -d \"{{ work_dir }}\"/config-drive.XXXX\n register: _config_drive_tmpdir\n- name: Create openstack/latest dir\n file:\n path: \"{{ _config_drive_tmpdir.stdout }}/openstack/latest\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/define-vm | 7,612 | [
"no_license"
] | [
{
"path": "roles/define-vm/tasks/main.yaml",
"content": "- name: Check arguments\n fail: msg=\"{{ item }} is not defined\"\n when: '{{ item }} is undefined'\n with_items:\n - arch\n - devnodes.cpus\n - engine\n - devnodes.memory\n - disk_path\n tags: [config-check]\n\n- name: define vm\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/development | 7,612 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yaml",
"content": "- name: Install Debian dependencies\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt: name={{ item }}\n sudo: yes\n with_items:\n - tmux\n - git\n- name: Install SuSe dependencies\n when: ansible_distribu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 838,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/disk-image-create | 7,612 | [
"no_license"
] | [
{
"path": "roles/disk-image-create/tasks/main.yml",
"content": "- name: Check arguments\n delegate_to: localhost\n fail: msg=\"{{ item }} is not defined\"\n when: '{{ item }} is undefined'\n with_items:\n - dibcreate_destination\n - dibcreate_elements\n - dibcreate_env_vars\n - dibcreate_ext... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1079,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/greghaynes | 7,612 | [
"no_license"
] | [
{
"path": "roles/greghaynes/tasks/main.yaml",
"content": "- name: Install Debian dependencies\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt: name={{ item }}\n sudo: yes\n with_items:\n - zsh\n - git-core\n- name: Install SuSe dependencies\n when: ansible_distr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1428,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/irc | 7,612 | [
"no_license"
] | [
{
"path": "roles/irc/tasks/main.yaml",
"content": "- name: Install Debian dependencies\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt: name={{ item }}\n sudo: yes\n with_items:\n - weechat\n - tmux\n- name: Ensure weechat config dir\n remote_user: greghaynes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/loadbalancer | 7,612 | [
"no_license"
] | [
{
"path": "roles/loadbalancer/tasks/main.yaml",
"content": "- name: Install Debian dependencies\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt: name={{ item }}\n sudo: yes\n with_items:\n - nginx\n\n- name: Install config\n template: src=nginx-config dest=/etc/ngi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/mumble | 7,612 | [
"no_license"
] | [
{
"path": "roles/mumble/tasks/main.yaml",
"content": "- name: Install Debian dependencies\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt: name={{ item }}\n sudo: yes\n with_items:\n - mumble-server\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 | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/os-dev | 7,612 | [
"no_license"
] | [
{
"path": "roles/os-dev/tasks/main.yaml",
"content": "- name: Install apt dependencies\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt: name={{ item }}\n sudo: yes\n with_items:\n - git-review\n - libffi-dev\n - libssl-dev\n - libmysqlclient-dev\n - pyth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2047,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/ubuntu-mirror | 7,612 | [
"no_license"
] | [
{
"path": "roles/ubuntu-mirror/tasks/main.yaml",
"content": "- name: Install Debian dependencies\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt: name={{ item }}\n sudo: yes\n with_items:\n - apt-mirror\n - nginx\n- name: Make mirror mount dir\n file: state=dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | greghaynes/ansible-roles | db1d79fea0cc1268cf71ad6674ae58502b961110 | 0 | roles/vim | 7,612 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yaml",
"content": "- name: Install Debian dependencies\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n apt: name={{ item }}\n sudo: yes\n with_items:\n - vim\n- name: Install SuSe dependencies\n when: ansible_distribution == 'openSUSE'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1472,
"all_permissive": false
} |
ansible_role | WEEE-Open/ansible-pxe | 7fc18b47a2960f10b8abe7e9019dc27146a9fe5e | 0 | roles/PXE | 7,612 | [
"no_license"
] | [
{
"path": "roles/PXE/templates/tftp.j2",
"content": "service tftp\n {\n socket_type = dgram\n protocol = udp\n wait = yes\n user = root\n server = /usr/sbin/in.tftpd\n server_args = {{ tftp_args }}\n disable ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5924,
"all_permissive": false
} |
ansible_role | ypszafd595/letencrypt | 893a75ef3de5856fa6c201a3d05ff70ae48fa7d4 | 0 | roles/httpd | 7,612 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "---\n- include: letencript.yml\n- include: ssl_conf.yml\n- debug: msg='Run Command -> sudo /usr/local/bin/certbot-auto certonly --apache'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"path": "roles/h... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3702,
"all_permissive": false
} |
ansible_role | cooper020/ASCN | f80cac6d40be99873754b11df3e86ef8716e78cd | 0 | roles/jmeter-load-test | 7,612 | [
"no_license"
] | [
{
"path": "roles/jmeter-load-test/tasks/main.yml",
"content": "- name: Check if Java is installed\n command: java -version\n register: java_check\n ignore_errors: yes\n\n- name: Install Java if not installed\n apt:\n name: openjdk-11-jdk\n state: present\n update_cache: yes\n when: java_check.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2423,
"all_permissive": false
} |
ansible_role | cooper020/ASCN | f80cac6d40be99873754b11df3e86ef8716e78cd | 0 | roles/monitoring | 7,612 | [
"no_license"
] | [
{
"path": "roles/monitoring/tasks/main.yml",
"content": "- name: Create dashboard config file\n template:\n src: dashboards/MyDashASCN.json\n dest: dashboards/dashboard_config.json\n\n- name: Create Dashboard\n shell: \"gcloud monitoring dashboards create --config-from-file=dashboards/dashboard_conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | cooper020/ASCN | f80cac6d40be99873754b11df3e86ef8716e78cd | 0 | roles/moonshot-deploy | 7,612 | [
"no_license"
] | [
{
"path": "roles/moonshot-deploy/templates/moonshot-service.yml",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n name: moonshot-service\n labels:\n app: moonshot\n namespace: default\nspec:\n type: LoadBalancer # Permite expor um IP público\n selector:\n app: moonshot\n ports:\n - tar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3923,
"all_permissive": false
} |
ansible_role | cooper020/ASCN | f80cac6d40be99873754b11df3e86ef8716e78cd | 0 | roles/moonshot-undeploy | 7,612 | [
"no_license"
] | [
{
"path": "roles/moonshot-undeploy/tasks/main.yml",
"content": "- name: Delete moonshot deployment\n kubernetes.core.k8s:\n state: absent\n kind: Deployment\n name: moonshot-deployment\n namespace: default\n\n- name: Delete moonshot service\n kubernetes.core.k8s:\n state: absent\n kind: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | cooper020/ASCN | f80cac6d40be99873754b11df3e86ef8716e78cd | 0 | roles/postgres-deploy | 7,612 | [
"no_license"
] | [
{
"path": "roles/postgres-deploy/tasks/main.yml",
"content": "# Deploy postgres\n- name: Create a PVC for postgres\n kubernetes.core.k8s:\n definition: \"{{ lookup('template', 'postgres-pvc.yml') | from_yaml }}\"\n state: present\n wait: true\n wait_timeout: 300\n\n- name: Create a Deployment f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2875,
"all_permissive": false
} |
ansible_role | cooper020/ASCN | f80cac6d40be99873754b11df3e86ef8716e78cd | 0 | roles/postgres-undeploy | 7,612 | [
"no_license"
] | [
{
"path": "roles/postgres-undeploy/templates/postgres-pvc.yml",
"content": "apiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: \"postgres-pvc\"\n namespace: default\nspec:\n accessModes:\n - ReadWriteOnce\n storageClassName: standard\n resources:\n requests:\n storage: 20Gi\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | jansroka/dotfiles | ef2143baf9b54ea67e14197ed0cb74ea7e7a7538 | 1 | roles/npm | 7,612 | [
"no_license"
] | [
{
"path": "roles/npm/tasks/main.yml",
"content": "---\n- name: Install node/npm Packages globally\n community.general.npm:\n name: \"{{ item }}\"\n state: present\n global: true\n with_items:\n - browser-sync\n - eslint\n - joi\n - jshint\n - license-checker\n - npm-upgrade\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | OloruntobiOlurombi/InfrastructureCD | ca7c0447bc4fc8f0f64119f02f0f8ebafbf21cb5 | 0 | roles/setup | 7,612 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n - name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n - name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n - name: remove dependencies that are no longer required\n become: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | exarmic/slurm_ansible | 9c675974e06f2d6d560228e2154aa13673f5d6ad | 0 | roles/install_app | 7,612 | [
"no_license"
] | [
{
"path": "roles/install_app/vars/main.yml",
"content": "---\n# vars file for install_app\n_app_secret: \"{{ secret | default('ANYSECRET') }}\"\n_app_env: \"{{ env | default('production') }}\"\n_app_db_host: \"{{ db_host | default('127.0.0.1') }}\"\n_app_db_port: \"{{ db_port | default('5432') }}\"\n_app_db... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2564,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.