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 | vahidabdi/configs | 330d035b54f7b01b589cb25e0ed58f8894077699 | 0 | roles/browsers | 8,124 | [
"no_license"
] | [
{
"path": "roles/browsers/tasks/main.yml",
"content": "---\n- name: Install Firefox\n pacman:\n name: firefox\n state: present\n\n- name: Install Opera\n pacman:\n name: opera\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | vahidabdi/configs | 330d035b54f7b01b589cb25e0ed58f8894077699 | 0 | roles/git | 8,124 | [
"no_license"
] | [
{
"path": "roles/git/templates/gitconfig.j2",
"content": "[user]\n name = <NAME>\n email = <EMAIL>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Config Git\n template:\n src: gitconf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | vahidabdi/configs | 330d035b54f7b01b589cb25e0ed58f8894077699 | 0 | roles/lightdm | 8,124 | [
"no_license"
] | [
{
"path": "roles/lightdm/tasks/main.yml",
"content": "---\n- name: Install LightDM\n pacman:\n name:\n - lightdm\n - lightdm-gtk-greeter\n - lightdm-gtk-greeter-settings\n state: present\n\n- name: Create background dir\n file: path=/usr/share/backgrounds state=directory\n\n- name: Pu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1060,
"all_permissive": false
} |
ansible_role | vahidabdi/configs | 330d035b54f7b01b589cb25e0ed58f8894077699 | 0 | roles/x | 8,124 | [
"no_license"
] | [
{
"path": "roles/x/tasks/main.yml",
"content": "---\n- name: Install Xorg\n pacman:\n name:\n - xorg-server\n - xorg-apps\n - xorg-xinit\n - xterm\n state: present\n\n- name: Install video driver(s)\n pacman:\n name: \"{{ video_drivers }}\"\n state: present\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | vahidabdi/configs | 330d035b54f7b01b589cb25e0ed58f8894077699 | 0 | roles/xmonad | 8,124 | [
"no_license"
] | [
{
"path": "roles/xmonad/tasks/main.yml",
"content": "---\n- name: Install Xmonad\n pacman:\n name:\n - xmonad\n - xmonad-contrib\n - xmonad-utils\n state: present\n\n- include: rofi.yml\n- include: polybar.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | TTinoueTT/raise_lesson_cloudformation | f48dcf6777b93f69afbcf82f930a61976db96145 | 0 | Ansible-lesson/roles/set_anyenv | 8,124 | [
"no_license"
] | [
{
"path": "Ansible-lesson/roles/set_anyenv/tasks/main.yml",
"content": "---\n# this file don't install anyenv\n# anyenv installed by homebrew role\n- name: initialization anyenv & install ~env\n shell: |\n anyenv init && anyenv install --init\n echo 'eval \"$(anyenv init -)\"' >> ~/.bash_profile && s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | TTinoueTT/raise_lesson_cloudformation | f48dcf6777b93f69afbcf82f930a61976db96145 | 0 | Ansible-lesson/roles/set_homebrew | 8,124 | [
"no_license"
] | [
{
"path": "Ansible-lesson/roles/set_homebrew/vars/main.yml",
"content": "---\nhomebrew_state:\n path1: ~/.linuxbrew\n path2: /home/linuxbrew/.linuxbrew\n# set_homebrew_path:\n# - eval $(~/.linuxbrew/bin/brew shellenv)\n# - eval $(\"{{ homebrew_state }}\"/bin/brew shellenv)\n# - eval $(/home/linuxbrew/.lin... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1925,
"all_permissive": false
} |
ansible_role | TTinoueTT/raise_lesson_cloudformation | f48dcf6777b93f69afbcf82f930a61976db96145 | 0 | Ansible-lesson/roles/set_nodej | 8,124 | [
"no_license"
] | [
{
"path": "Ansible-lesson/roles/set_nodej/tasks/main.yml",
"content": "---\n- name: set node.js\n shell: |\n nodenv install -v \"{{ nodej_version }}\"\n nodenv rehash \"{{ nodej_version }}\"\n nodenv global \"{{ nodej_version }}\"\n args:\n executable: /bin/bash\n\n- name: Install package yarn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | TTinoueTT/raise_lesson_cloudformation | f48dcf6777b93f69afbcf82f930a61976db96145 | 0 | Ansible-lesson/roles/set_ruby | 8,124 | [
"no_license"
] | [
{
"path": "Ansible-lesson/roles/set_ruby/vars/main.yml",
"content": "---\nruby_version: 2.7.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "Ansible-lesson/roles/set_ruby/tasks/main.yml",
"content": "---\n- name: set Ruby\n shell: |\n rb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | TTinoueTT/raise_lesson_cloudformation | f48dcf6777b93f69afbcf82f930a61976db96145 | 0 | Ansible-lesson/roles/yum_pkg | 8,124 | [
"no_license"
] | [
{
"path": "Ansible-lesson/roles/yum_pkg/vars/main.yml",
"content": "---\n# 基本yumパッケージ群\npackage:\n - \"@Development tools\"\n - curl\n - file\n - git\n - ruby\n - which\n - texinfo\n - bzip2-devel\n - libcurl-devel\n - expat-devel\n - ncurses-devel\n - zlib-devel\n - make\n - glibc-headers\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 941,
"all_permissive": false
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/heterogeneous_cluster_export_day2_configuration | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/heterogeneous_cluster_export_day2_configuration/defaults/main.yml",
"content": "---\nsubnet_length_ipv4: 24\nsubnet_length_ipv6: 64\nnetwork_if: tt0\nsecondary_network_if: stt1\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1497,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/heterogeneous_cluster_extract_cir_name | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/heterogeneous_cluster_extract_cir_name/meta/argument_specs.yml",
"content": "---\nargument_specs:\n main:\n short_description: Extract CI resource name from OFCIR response file\n description:\n - This role extracts the resource name from a previously saved OFCIR re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1568,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/heterogeneous_cluster_prepare_inventory | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/heterogeneous_cluster_prepare_inventory/tasks/main.yml",
"content": "---\n- name: Add provided instances to inventory\n ansible.builtin.add_host:\n name: \"{{ item.name }}\"\n groups: \"{{ item.groups }}\"\n ansible_host: \"{{ item.ip }}\"\n ansible_user: \"root\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2727,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/heterogeneous_cluster_release_cir | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/heterogeneous_cluster_release_cir/tasks/main.yml",
"content": "---\n- name: Define CI resource file path\n ansible.builtin.set_fact:\n cir_file_path: \"{{ shared_dir }}/cir_{{ cir_type }}_{{ cir_identifier }}.json\"\n\n- name: Parse CI resource file\n ansible.builtin.set_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1365,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/oci_cleanup_resources | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/oci_cleanup_resources/tasks/cleanup_resources.yml",
"content": "---\n- name: Load terraform state\n ansible.builtin.command:\n cmd: terraform show -json\n chdir: \"{{ terraform_working_dir }}\"\n register: terraform_state\n check_mode: false\n changed_when: false\n\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4174,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/oci_create_infra | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/oci_create_infra/tasks/main.yml",
"content": "---\n- name: \"Save terraform variables into {{ oci_tf_vars_file }}\"\n ansible.builtin.template:\n src: \"terraform.tfvars.j2\"\n dest: \"{{ oci_tf_vars_file }}\"\n mode: \"0644\"\n\n- name: \"Deploy Terraform Instance\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2070,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/oci_destroy_infra | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/oci_destroy_infra/tasks/main.yml",
"content": "---\n- name: \"Restore Terraform state file from {{ oci_tf_state_file }}\"\n ansible.builtin.copy:\n src: \"{{ oci_tf_state_file }}\"\n dest: \"{{ oci_terraform_workdir }}/terraform.tfstate\"\n force: true\n mode: \"0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/oci_export_connection_details | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/oci_export_connection_details/files/packet-conf.sh",
"content": "source \"${SHARED_DIR}/fix-uid.sh\"\nsource \"${SHARED_DIR}/ci-machine-config.sh\"\n\nexport SSHOPTS=(-o 'ConnectTimeout=5' -o 'StrictHostKeyChecking=no' -o 'UserKnownHostsFile=/dev/null' -o 'ServerAliveInterval=... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2373,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/oci_setup_for_test_infra | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/oci_setup_for_test_infra/defaults/main.yml",
"content": "---\noci_compute_shape: \"VM.Standard.E5.Flex\"\noci_control_plane_shape: \"VM.Standard.E5.Flex\"\n\noci_infrastructure_zip_url: \"https://github.com/oracle-quickstart/oci-openshift/releases/download/v1.0.0/create-cluste... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2763,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/ofcir_acquire | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/ofcir_acquire/defaults/main.yml",
"content": "---\nacquire_timeout_seconds: 70\nrequest_retries: 60\nrequest_delay_seconds: 30\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 78
},
{
"path": "ansible_files/ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3035,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/ofcir_release | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/ofcir_release/defaults/main.yml",
"content": "---\nrequest_retries: 60\nrequest_delay_seconds: 30\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 50
},
{
"path": "ansible_files/roles/ofcir_release/meta/main.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1764,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/setup_ipip_tunnel | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/setup_ipip_tunnel/defaults/main.yml",
"content": "---\nipip_device_name: tun0\nipip_connection_name: \"{{ ipip_device_name }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 74
},
{
"path": "ansible_files/r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 640,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/setup_libvirtd | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/setup_libvirtd/tasks/main.yml",
"content": "---\n- name: Install libvirtd\n ansible.builtin.package:\n name:\n - libvirt-client\n - libvirt-daemon-kvm\n state: present\n notify:\n - Restart libvirtd service\n\n- name: Create libvirt network hook directory\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 893,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/setup_sftp_share | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/setup_sftp_share/tasks/main.yml",
"content": "---\n- name: Install EPEL\n ansible.builtin.dnf:\n enablerepo: powertools\n name:\n - epel-release\n\n- name: Install fuse and rclone\n ansible.builtin.dnf:\n enablerepo: powertools\n name:\n - fuse\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2201,
"all_permissive": true
} |
ansible_role | openshift/assisted-test-infra | 166585dda48a7aefc4bc6a20391ff1f2c7482617 | 43 | ansible_files/roles/setup_ssh_key_pair | 8,124 | [
"permissive"
] | [
{
"path": "ansible_files/roles/setup_ssh_key_pair/defaults/main.yml",
"content": "---\nssh_private_key_name: \"id_cluster\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 39
},
{
"path": "ansible_files/roles/setup_ssh_key_pair/templates/c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1886,
"all_permissive": true
} |
ansible_role | mnichols/dockerfiles | 138fcf72f54775fc47a286bd8d80618ddd13c28b | 0 | browsers/ansible/roles/chrome | 8,124 | [
"no_license"
] | [
{
"path": "browsers/ansible/roles/chrome/tasks/main.yml",
"content": "---\n\n - name: Chrome | Does the Google apt file exist?\n command: test -f {{google_apt_file}}\n register: google_apt_exists\n ignore_errors: True\n\n - name: Chrome | Add Google Chrome key\n shell: wget -q -O - https://dl-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | mnichols/dockerfiles | 138fcf72f54775fc47a286bd8d80618ddd13c28b | 0 | browsers/ansible/roles/common | 8,124 | [
"no_license"
] | [
{
"path": "browsers/ansible/roles/common/tasks/main.yml",
"content": "---\n\n - name: Common | Install prereqs\n tags: common\n apt: name={{item}} state=present update_cache=yes cache_valid_time=600\n with_items:\n - build-essential\n - apt-transport-https\n - software-propert... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | mnichols/dockerfiles | 138fcf72f54775fc47a286bd8d80618ddd13c28b | 0 | browsers/ansible/roles/docker | 8,124 | [
"no_license"
] | [
{
"path": "browsers/ansible/roles/docker/tasks/main.yml",
"content": "---\n - name: Docker | build\n docker_image: path=\"../../../../\" name=\"mnichols/browsers\" state=build tag=\"v1.0\"\n sudo: yes\n tags: docker\n\n\n - name: Docker | run \n docker: image=mnichols/browsers:v1.0\n sudo: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | mnichols/dockerfiles | 138fcf72f54775fc47a286bd8d80618ddd13c28b | 0 | browsers/ansible/roles/firefox | 8,124 | [
"no_license"
] | [
{
"path": "browsers/ansible/roles/firefox/tasks/main.yml",
"content": "---\n - name: Firefox | Install\n apt: name=firefox update_cache=yes cache_valid_time=600\n tags: firefox\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | mnichols/dockerfiles | 138fcf72f54775fc47a286bd8d80618ddd13c28b | 0 | browsers/ansible/roles/nodejs | 8,124 | [
"no_license"
] | [
{
"path": "browsers/ansible/roles/nodejs/tasks/main.yml",
"content": "---\n- name: Node.js | Download nave tool for node.js\n sudo: True\n get_url: url=https://raw.githubusercontent.com/isaacs/nave/master/nave.sh dest=/usr/local/bin/nave\n tags: nodejs\n\n- name: Node.js | Set nave permissions to execute... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | cyberbutler/bash-logging-elk | 0178faba064d23cb2989feb33913a26bc074a509 | 19 | ansible/playbooks/roles/bash_logger | 8,124 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/bash_logger/handlers/main.yml",
"content": "---\n- name: restart rsyslog\n service:\n name: rsyslog\n state: restarted\n\n- name: restart filebeat\n service:\n name: filebeat\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1998,
"all_permissive": false
} |
ansible_role | Witcher94/WP_infrastructure_v2 | 527384172a129902f91a1ce1c8482a4e8cfd4a17 | 0 | ansible/roles/wordpress | 8,124 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/vars/main.yml",
"content": "---\n# vars file for wp\n#db_name : db_name\n#bucket : bucket\n#user: user\n#password: <PASSWORD>\n#db_ip: 0.0.0.0\n#dns_name",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "ansible/ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2447,
"all_permissive": false
} |
ansible_role | inahga/inahgible | d5d8bf440bd614e6c4eb5518f411fe2091d0d836 | 1 | roles/hashicorp | 8,124 | [
"no_license"
] | [
{
"path": "roles/hashicorp/tasks/main.yml",
"content": "---\n# tasks file for hashicorp\n- name: install hashicorp products\n unarchive:\n src: \"{{ item }}\"\n dest: /usr/bin\n remote_src: yes\n loop:\n - https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_linux_amd64.zip\n - https://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | inahga/inahgible | d5d8bf440bd614e6c4eb5518f411fe2091d0d836 | 1 | roles/powershell | 8,124 | [
"no_license"
] | [
{
"path": "roles/powershell/tasks/tasks.yml",
"content": "---\n# tasks file for powershell\n- name: install microsoft signing key\n rpm_key:\n state: present\n key: https://packages.microsoft.com/keys/microsoft.asc\n- name: install microsoft repository\n yum_repository:\n name: microsoft\n bas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | inahga/inahgible | d5d8bf440bd614e6c4eb5518f411fe2091d0d836 | 1 | roles/vscode | 8,124 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/tasks.yml",
"content": "---\n# tasks file for vscode\n- name: install vscode signing key\n rpm_key:\n state: present\n key: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: install vscode repo\n yum_repository:\n name: vscode\n baseurl: https://package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | inahga/inahgible | d5d8bf440bd614e6c4eb5518f411fe2091d0d836 | 1 | roles/workstation | 8,124 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/packages.yml",
"content": "---\n- name: install rpmfusion\n yum:\n name: \n - https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_version }}.noarch.rpm\n - https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4357,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/arch_common | 8,124 | [
"no_license"
] | [
{
"path": "roles/arch_common/tasks/main.yml",
"content": "---\n# - name: Print all available facts\n# ansible.builtin.debug:\n# var: ansible_facts\n\n# - name: print inventory_hostname\n# ansible.builtin.debug:\n# var: inventory_hostname\n\n- name: set hostname\n hostname:\n name: \"{{ inven... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9745,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/authelia | 8,124 | [
"no_license"
] | [
{
"path": "roles/authelia/tasks/main.yml",
"content": "---\n- name: configure dns for authelia\n cloudflare_dns:\n api_token: \"{{ CLOUDFLARE_API_TOKEN }}\"\n zone: coherence.space\n type: CNAME\n record: auth\n value: \"{{ inventory_hostname }}\"\n\n- name: create data directory\n file: pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5588,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/beian | 8,124 | [
"no_license"
] | [
{
"path": "roles/beian/tasks/main.yml",
"content": "---\n- name: configure dns part1\n cloudflare_dns:\n api_token: \"{{ CLOUDFLARE_API_TOKEN }}\"\n zone: coherence.space\n type: CNAME\n record: www\n value: \"{{ inventory_hostname }}\"\n\n- name: configure dns part2\n cloudflare_dns:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 12719,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/caddy | 8,124 | [
"no_license"
] | [
{
"path": "roles/caddy/meta/main.yml",
"content": "---\n# FIXME\n# dependencies:\n# - role: authelia\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/caddy/templates/Caddyfile.j2",
"content": "# The Caddyfile is an easy way to configur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/derp | 8,124 | [
"no_license"
] | [
{
"path": "roles/derp/templates/derp.caddy.j2",
"content": "ts.coherence.space {\n reverse_proxy 127.0.0.1:9012\n log {\n output file /var/log/caddy/derp_access.log\n format console\n }\n}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/docker_registry | 8,124 | [
"no_license"
] | [
{
"path": "roles/docker_registry/templates/config.yaml.j2",
"content": "version: 0.1\nstorage:\n filesystem:\n rootdirectory: /var/lib/registry\n delete:\n enabled: true\n maintenance:\n uploadpurging:\n enabled: true\n age: 1680h\n interval: 24h\n dryrun: false\nhttp:\n add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1970,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/dpb | 8,124 | [
"no_license"
] | [
{
"path": "roles/dpb/tasks/main.yml",
"content": "---\n- name: configure dns for dpb\n cloudflare_dns:\n api_token: \"{{ CLOUDFLARE_API_TOKEN }}\"\n zone: coherence.space\n type: CNAME\n record: paste\n value: \"{{ inventory_hostname }}\"\n\n- name: create dpb directory\n file: path={{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1270,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/fava | 8,124 | [
"no_license"
] | [
{
"path": "roles/fava/templates/fava.caddy.j2",
"content": "fava.coherence.space {\n reverse_proxy 127.0.0.1:6674\n {# FIXME: upstream can't be a https site, see: https://git.coherence.space/cjc7373/issue_tracker/issues/107 #}\n forward_auth 127.0.0.1:8045 {\n\t\turi /api/authz/forward-auth\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1835,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/forgejo | 8,124 | [
"no_license"
] | [
{
"path": "roles/forgejo/templates/gitea.caddy.j2",
"content": "git.coherence.space {\n reverse_proxy 127.0.0.1:9010\n log {\n\t output file /var/log/caddy/forgejo_access.log\n format console\n }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2427,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/frps | 8,124 | [
"no_license"
] | [
{
"path": "roles/frps/templates/frps.ini.j2",
"content": "[common]\nbind_port = 7000\nauthentication_method = token\ntoken = {{ frps_token }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/frps/tasks/main.yml",
"content": "---\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/git_mirror | 8,124 | [
"no_license"
] | [
{
"path": "roles/git_mirror/defaults/main.yml",
"content": "---\nproject_path: /root/mirror-{{ NAME }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/git_mirror/tasks/main.yml",
"content": "---\n# TODO: insert ssh private key\n\n- name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1250,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/install_arch | 8,124 | [
"no_license"
] | [
{
"path": "roles/install_arch/tasks/main.yml",
"content": "---\n- name: check if archlinux is already installed\n fail: msg=\"archlinux already installed\"\n when: ansible_distribution == \"Archlinux\"\n\n- name: double confirm\n pause:\n prompt: |\n This operation will erase all data!!!\n T... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1530,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/jitsi | 8,124 | [
"no_license"
] | [
{
"path": "roles/jitsi/tasks/main.yaml",
"content": "# TODO: full config\n- name: configure dns for jitsi\n cloudflare_dns:\n api_token: \"{{ CLOUDFLARE_API_TOKEN }}\"\n zone: coherence.space\n type: CNAME\n record: meeting\n value: \"{{ inventory_hostname }}\"\n\n- name: add caddy config\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/joplin_server | 8,124 | [
"no_license"
] | [
{
"path": "roles/joplin_server/tasks/main.yaml",
"content": "---\n- name: configure dns for joplin_server\n cloudflare_dns:\n api_token: \"{{ CLOUDFLARE_API_TOKEN }}\"\n zone: coherence.space\n type: CNAME\n record: joplin\n value: \"{{ inventory_hostname }}\"\n\n- name: create data director... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1799,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/miniflux | 8,124 | [
"no_license"
] | [
{
"path": "roles/miniflux/tasks/main.yml",
"content": "---\n- name: configure dns for miniflux\n cloudflare_dns:\n api_token: \"{{ CLOUDFLARE_API_TOKEN }}\"\n zone: coherence.space\n type: CNAME\n record: rss\n value: \"{{ inventory_hostname }}\"\n\n- name: create data directory\n file: pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2284,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/monitoring_exporter | 8,124 | [
"no_license"
] | [
{
"path": "roles/monitoring_exporter/tasks/main.yaml",
"content": "---\n- name: install prometheus-node-exporter\n pacman: name=prometheus-node-exporter state=present\n\n# default runs on :9100\n- name: start and enable prometheus-node-exporter\n service: name=prometheus-node-exporter.service enabled=yes ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/monitoring_server | 8,124 | [
"no_license"
] | [
{
"path": "roles/monitoring_server/templates/prometheus.caddy.j2",
"content": "prometheus.coherence.space {\n reverse_proxy 127.0.0.1:9090\n log {\n\t output file /var/log/caddy/prometheus_access.log\n format console\n }\n}\n\nprometheus-longterm.coherence.space {\n reverse_proxy 127.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 9719,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/plausible_analytics | 8,124 | [
"no_license"
] | [
{
"path": "roles/plausible_analytics/templates/plausible-conf.env.j2",
"content": "ADMIN_USER_EMAIL=<EMAIL>\nADMIN_USER_NAME={{ ADMIN_USER_NAME }}\nADMIN_USER_PWD={{ <PASSWORD> }}\nBASE_URL=https://{{ domain }}.{{ zone }}\nSECRET_KEY_BASE={{ SECRET_KEY_BASE }}\nPORT=8000\nDISABLE_REGISTRATION=true\nDATABASE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2609,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/postgresql | 8,124 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yaml",
"content": "---\n- name: create data directory\n file: path=/root/postgresql state=directory mode=0755\n\n- name: copy postgresql docker-compose.yml\n template: src=docker-compose.yaml.j2 dest=/root/postgresql/docker-compose.yaml mode=0644\n\n- name: pull dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1114,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/rsshub | 8,124 | [
"no_license"
] | [
{
"path": "roles/rsshub/templates/docker-compose.yml.j2",
"content": "version: '3'\n\nservices:\n rsshub:\n image: {{ docker_registry }}/diygod/rsshub:latest\n restart: always\n ports:\n - '127.0.0.1:1200:1200'\n environment:\n NODE_ENV: production\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1536,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/some_reverse_proxies | 8,124 | [
"no_license"
] | [
{
"path": "roles/some_reverse_proxies/templates/reverse_proxy.caddy.j2",
"content": "telegram.coherence.codes {\n reverse_proxy https://api.telegram.org\n log {\n\t output file /var/log/caddy/telegram_access.log\n format console\n }\n}\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/syncthing | 8,124 | [
"no_license"
] | [
{
"path": "roles/syncthing/tasks/main.yml",
"content": "---\n# FIXME: fix the permission issues\n- name: create syncthing directory\n file: path={{ item }} state=directory mode=0755\n loop:\n - /root/syncthing\n - /root/syncthing/config\n\n- name: copy syncthing configs\n template: src={{ item }}.j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 13987,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/tailscale | 8,124 | [
"no_license"
] | [
{
"path": "roles/tailscale/tasks/main.yaml",
"content": "---\n# See also: https://github.com/artis3n/ansible-role-tailscale/blob/main/tasks/install.yml\n\n- name: Install tailscale\n pacman: name=tailscale state=present\n\n- name: Enable service\n systemd: name=tailscaled state=started enabled=true\n\n# h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1643,
"all_permissive": false
} |
ansible_role | cjc7373/ansible | d2798bf223ab4dbc2c801d631151eedf2ec9dd7b | 0 | roles/trojan | 8,124 | [
"no_license"
] | [
{
"path": "roles/trojan/templates/trojan.caddy.j2",
"content": "{# FIXME: decouple with specific domain #}\nhk.coherence.codes {\n reverse_proxy 127.0.0.1:12987\n log {\n\t output file /var/log/caddy/trojan_access.log\n format console\n }\n}\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1703,
"all_permissive": false
} |
ansible_role | stensil4rt/08-ansible-04 | e392eafc8c85f9f205e497c7390889a9f6b57f98 | 0 | roles/lighthouse-role | 8,124 | [
"no_license"
] | [
{
"path": "roles/lighthouse-role/tasks/main.yml",
"content": "---\n# tasks file for lighthouse\n# Подготовка, pre tasks\n- name: Lighthouse -> install git\n become: true\n ansible.builtin.apt:\n name: git\n state: present\n# install nginx\n- name: NGINX -> install Nginx\n become: true\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1281,
"all_permissive": false
} |
ansible_role | stensil4rt/08-ansible-04 | e392eafc8c85f9f205e497c7390889a9f6b57f98 | 0 | roles/ping_rol | 8,124 | [
"no_license"
] | [
{
"path": "roles/ping_rol/vars/main.yml",
"content": "---\n# vars file for ping_rol\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/ping_rol/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ping... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | stensil4rt/08-ansible-04 | e392eafc8c85f9f205e497c7390889a9f6b57f98 | 0 | roles/vector-role | 8,124 | [
"no_license"
] | [
{
"path": "roles/vector-role/tasks/main.yml",
"content": "---\n# tasks file for vector\n#DEB\n- name: NGINX -> Install Nginx\n become: true\n ansible.builtin.apt:\n name: nginx\n state: present\n notify: Start nginx\n- name: NGINX -> Create general config\n become: true\n ansible.builtin.template... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 925,
"all_permissive": false
} |
ansible_role | Mcd123651/homelabracadabra | 9a269af8672bdb2aa661304c03eb9656628e19f4 | 0 | ansible/roles/_bootstrap | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/_bootstrap/tasks/ufw.yml",
"content": "- name: Install UFW if not already installed\n apt:\n name: ufw\n state: present\n\n- name: Set UFW default deny policies (incoming)\n community.general.ufw:\n direction: incoming\n policy: deny\n\n- name: Set UFW default deny pol... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2260,
"all_permissive": false
} |
ansible_role | Mcd123651/homelabracadabra | 9a269af8672bdb2aa661304c03eb9656628e19f4 | 0 | ansible/roles/_provision | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/_provision/tasks/install_docker.yml",
"content": " - name: Install Docker dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - so... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1520,
"all_permissive": false
} |
ansible_role | jahammo2/portfolio-api | da3515ffca078162747670c3d8db153fe1aa7980 | 0 | taperole/roles/frontend_deploy | 8,121 | [
"no_license"
] | [
{
"path": "taperole/roles/frontend_deploy/tasks/main.yml",
"content": "- name: Check if path exists\n stat: path={{ fe_app_path }}\n register: fe_app_path_stat\n\n- name: Check if there are commited changes on {{ fe_app_branch }}\n # remote_user: \"{{ deployer_user.name }}\"\n remote_user: root\n comma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | jahammo2/portfolio-api | da3515ffca078162747670c3d8db153fe1aa7980 | 0 | taperole/roles/puma_activate | 8,121 | [
"no_license"
] | [
{
"path": "taperole/roles/puma_activate/tasks/main.yml",
"content": "- name: Ensure puma owns it tmp dir\n file:\n path: \"{{be_app_path}}/tmp\"\n state: directory\n owner: root\n\n- name: Ensure puma owns it pids dir\n file:\n path: \"{{be_app_path}}/pids\"\n state: directory\n owner: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | Doaa-hemaid/CloudDevOpsProject | 46e32b2210196ce252090047b2bf55728094dea9 | 1 | ansible/roles/Docker | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/Docker/tasks/main.yaml",
"content": "- name: Update apt package index\n apt:\n update_cache: yes\n\n- name: Create /etc/apt/keyrings directory\n file:\n path: /etc/apt/keyrings\n state: directory\n mode: '0755'\n\n- name: Download Docker's GPG key using curl\n command... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 881,
"all_permissive": false
} |
ansible_role | Doaa-hemaid/CloudDevOpsProject | 46e32b2210196ce252090047b2bf55728094dea9 | 1 | ansible/roles/Jenkins | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/Jenkins/tasks/main.yaml",
"content": "---\n- name: Update apt package index\n apt:\n update_cache: yes\n- name: Download Jenkins repository key\n command: curl -fsSL https://pkg.jenkins.io/debian/jenkins.io-2023.key -o /usr/share/keyrings/jenkins-keyring.asc\n\n- name: Add Jenk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | Doaa-hemaid/CloudDevOpsProject | 46e32b2210196ce252090047b2bf55728094dea9 | 1 | ansible/roles/SonarQube | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/SonarQube/tasks/main.yml",
"content": "---\n- name: Download SonarQube\n get_url:\n url: \"https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-{{ sonarqube_version }}.zip\"\n dest: \"/tmp/sonarqube-{{ sonarqube_version }}.zip\"\n mode: '0644'\n\n- name: Unzip... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3231,
"all_permissive": false
} |
ansible_role | Doaa-hemaid/CloudDevOpsProject | 46e32b2210196ce252090047b2bf55728094dea9 | 1 | ansible/roles/postgresql | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/defaults/main.yml",
"content": "# Default values for PostgreSQL\npostgresql_version: \"14\"\npostgresql_db: \"sonarqube\"\npostgresql_user: \"sonaruser\"\npostgresql_password: \"<PASSWORD>\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1631,
"all_permissive": false
} |
ansible_role | justmic007/ansible-config-mgt | 72bf69ada3c082e5aab125115b930785547f28d5 | 0 | roles/nginx | 8,121 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n# Variable setup.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Define nginx_user.\n set_fact:\n # nginx_user: \"nginx\"\n nginx_user: \"{{ __nginx_user }}\"\n when: nginx_user is not def... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1742,
"all_permissive": false
} |
ansible_role | justmic007/ansible-config-mgt | 72bf69ada3c082e5aab125115b930785547f28d5 | 0 | roles/webserver | 8,121 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "# ---\n# - name: Install and configure Apache (`httpd` service)\n# become: true\n# ansible.builtin.yum:\n# name: \"httpd\"\n# state: present\n\n# - name: Install git\n# become: true\n# ansible.builtin.yum:\n# name: \"git\"\n# st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 8164,
"all_permissive": false
} |
ansible_role | ZippoRez/nixys_task | 2a9c36439475c565685f5a8dc43c1f58c2ce9757 | 0 | ansible-project/roles/apache | 8,121 | [
"no_license"
] | [
{
"path": "ansible-project/roles/apache/templates/ports.conf.j2",
"content": "Listen 81\nServerName 127.0.0.1:81",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible-project/roles/apache/templates/site.ru-apache.conf.j2",
"content": "<Virtua... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3892,
"all_permissive": false
} |
ansible_role | ZippoRez/nixys_task | 2a9c36439475c565685f5a8dc43c1f58c2ce9757 | 0 | ansible-project/roles/common | 8,121 | [
"no_license"
] | [
{
"path": "ansible-project/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 3600\n become: true\n\n- name: Install common packages\n ansible.builtin.package:\n name:\n - wget\n - unzip\n - pytho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | ZippoRez/nixys_task | 2a9c36439475c565685f5a8dc43c1f58c2ce9757 | 0 | ansible-project/roles/filemanager | 8,121 | [
"no_license"
] | [
{
"path": "ansible-project/roles/filemanager/tasks/main.yml",
"content": "---\n- name: Set file manager facts\n ansible.builtin.set_fact:\n fm_archive_filename: \"tfm-{{ filemanager_version }}.{{ filemanager_archive_type }}\"\n fm_download_url: \"https://github.com/prasathmani/tinyfilemanager/archive... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2407,
"all_permissive": false
} |
ansible_role | ZippoRez/nixys_task | 2a9c36439475c565685f5a8dc43c1f58c2ce9757 | 0 | ansible-project/roles/mysql | 8,121 | [
"no_license"
] | [
{
"path": "ansible-project/roles/mysql/templates/custom-mysql.cnf.j2",
"content": "[mysqld]\n\ntmp_table_size = 50M\nmax_heap_table_size = 50M\nthread_cache_size = 20\ninnodb_file_per_table = 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "ans... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1590,
"all_permissive": false
} |
ansible_role | ZippoRez/nixys_task | 2a9c36439475c565685f5a8dc43c1f58c2ce9757 | 0 | ansible-project/roles/nginx | 8,121 | [
"no_license"
] | [
{
"path": "ansible-project/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx package\n ansible.builtin.package:\n name: nginx\n state: present\n become: true\n\n- name: Configure Nginx main settings (nginx.conf - gzip, tokens, client_max_body_size)\n ansible.builtin.template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6327,
"all_permissive": false
} |
ansible_role | ZippoRez/nixys_task | 2a9c36439475c565685f5a8dc43c1f58c2ce9757 | 0 | ansible-project/roles/php | 8,121 | [
"no_license"
] | [
{
"path": "ansible-project/roles/php/tasks/main.yml",
"content": "# roles/php/tasks/main.yml\n---\n- name: Install PHP packages and extensions\n ansible.builtin.package:\n name:\n - php{{ php_version }}\n - php{{ php_version }}-fpm\n - libapache2-mod-php{{ php_version }}\n - php{{ ph... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3283,
"all_permissive": false
} |
ansible_role | ZippoRez/nixys_task | 2a9c36439475c565685f5a8dc43c1f58c2ce9757 | 0 | ansible-project/roles/phpmyadmin | 8,121 | [
"no_license"
] | [
{
"path": "ansible-project/roles/phpmyadmin/defaults/main.yml",
"content": "---\npma_version: \"5.2.1\"\npma_install_dir: /usr/share/phpmyadmin\n\npma_db_name: phpmyadmin\npma_db_user: pma\n\nmysql_socket_path: \"/var/run/mysqld/mysqld.sock\"\nmysql_socket: \"/var/run/mysqld/mysqld.sock\"\n\nmysql_root_pass... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4370,
"all_permissive": false
} |
ansible_role | ZippoRez/nixys_task | 2a9c36439475c565685f5a8dc43c1f58c2ce9757 | 0 | ansible-project/roles/redis | 8,121 | [
"no_license"
] | [
{
"path": "ansible-project/roles/redis/defaults/main.yml",
"content": "---\n\nredis_bind_ip: 127.0.0.1\nredis_port: 6379\nredis_tcp_backlog: 511\nredis_timeout: 0\nredis_tcp_keepalive: 300\n\nredis_maxmemory: 64mb\n\nredis_maxmemory_policy: allkeys-lru\n\nredis_databases: 16\nredis_loglevel: notice\nredis_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1392,
"all_permissive": false
} |
ansible_role | ZippoRez/nixys_task | 2a9c36439475c565685f5a8dc43c1f58c2ce9757 | 0 | ansible-project/roles/site_setup | 8,121 | [
"no_license"
] | [
{
"path": "ansible-project/roles/site_setup/tasks/main.yml",
"content": "---\n- name: Create site group '{{ site_group }}'\n ansible.builtin.group:\n name: \"{{ site_group }}\"\n state: present\n system: true\n become: true\n when: site_group != \"www-data\"\n\n- name: Create site user '{{ site_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2263,
"all_permissive": false
} |
ansible_role | GuilhermeCamposo/demo_camel-ldap | 410c52e349e231c09d364db8768a987d16a1bf3a | 0 | ansible/roles/camel-k | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/camel-k/tasks/main.yaml",
"content": "- name: Evaluate Camel K Subscription\n kubernetes.core.k8s:\n api_key: '{{ token }}'\n host: '{{ server }}'\n validate_certs: '{{ verify_tls }}'\n state: present\n api_version: operators.coreos.com/v1alpha1\n kind: Subscripti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4240,
"all_permissive": false
} |
ansible_role | GuilhermeCamposo/demo_camel-ldap | 410c52e349e231c09d364db8768a987d16a1bf3a | 0 | ansible/roles/nexus | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/nexus/files/cm.yml",
"content": "kind: ConfigMap\napiVersion: v1\nmetadata:\n name: nexus3\n namespace: camel-k-ldap\ndata:\n nexus.properties: ''",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "ansible/roles/nexus/file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4192,
"all_permissive": false
} |
ansible_role | ttl0/ansible-vxlan | 0e623b458311256ac2b6f157a57c09132ff3d728 | 0 | roles/leaf | 8,121 | [
"no_license"
] | [
{
"path": "roles/leaf/vars/main.yml",
"content": "---\n\n features:\n - { feature: bgp }\n - { feature: ospf }\n - { feature: \"nv overlay\" }\n - { feature: pim }\n - { feature: interface-vlan }\n - { feature: vn-segment-vlan-based }\n\n l3_interfaces:\n - { interface: Ethernet1/1 }\n - { interfa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8317,
"all_permissive": false
} |
ansible_role | ttl0/ansible-vxlan | 0e623b458311256ac2b6f157a57c09132ff3d728 | 0 | roles/spine | 8,121 | [
"no_license"
] | [
{
"path": "roles/spine/tasks/main.yml",
"content": "---\n\n - name: ENABLE FEATURES\n nxos_feature:\n feature: \"{{item.feature }}\"\n with_items: \"{{ features }}\"\n\n - name: CONFIGURE PHYSICAL L3 INTERFACES\n cisco.nxos.nxos_interfaces:\n config:\n - name: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3811,
"all_permissive": false
} |
ansible_role | datawire/openvpn-image | cf89b610f4a3013e9d2ab9cc8b1e81e3d81e368c | 0 | roles/cloud-init | 8,121 | [
"permissive"
] | [
{
"path": "roles/cloud-init/tasks/main.yml",
"content": "---\n# file: cloud-init/tasks/main.yml\n\n- name: ensure openvpn config script is copied\n copy:\n dest: /opt/config-openvpn.sh\n group: root\n owner: root\n src: config-openvpn.sh\n mode: 0755\n",
"license_type": "permissive",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1515,
"all_permissive": true
} |
ansible_role | dkoshkin/installer | 0afa49d5e408d88d75cdb4dead0683b7a5a2f646 | 0 | ansible/roles/addons | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/addons/tasks/main.yaml",
"content": "---\n\n - name: create addons directory\n file:\n path: \"/etc/kubernetes/addons\"\n state: directory\n\n - name: copy addons to remote\n template:\n src: \"{{ item }}\"\n dest: \"/etc/kubernetes/addons/{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | dkoshkin/installer | 0afa49d5e408d88d75cdb4dead0683b7a5a2f646 | 0 | ansible/roles/artifacts | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/artifacts/tasks/main.yaml",
"content": "---\n\n - name: fetch admin kubeconfig\n fetch:\n src: /etc/kubernetes/admin.conf\n dest: \"{{ install_directory }}/admin.conf\"\n mode: 0640\n flat: yes\n become: no\n run_once: yes\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | dkoshkin/installer | 0afa49d5e408d88d75cdb4dead0683b7a5a2f646 | 0 | ansible/roles/docker | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yaml",
"content": "---\n - name: create /etc/docker directory\n file:\n path: /etc/docker\n state: directory\n\n # start and verify that Docker installed successfully and is running\n - name: start docker service\n service:\n name: docker\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | dkoshkin/installer | 0afa49d5e408d88d75cdb4dead0683b7a5a2f646 | 0 | ansible/roles/kubeadm-control-plane | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/kubeadm-control-plane/tasks/main.yaml",
"content": "---\n\n - name: check if kubeadm has already run\n stat:\n path: \"/var/lib/kubelet/config.yaml\"\n register: kubeadm_already_run\n\n - name: run kubeadm init\n command: kubeadm init --skip-token-print --pod-network... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | dkoshkin/installer | 0afa49d5e408d88d75cdb4dead0683b7a5a2f646 | 0 | ansible/roles/kubeadm-nodes | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/kubeadm-nodes/tasks/main.yaml",
"content": "---\n\n - name: check if kubeadm has already run\n stat:\n path: \"/var/lib/kubelet/config.yaml\"\n register: kubeadm_already_run\n\n - block:\n - name: create a new bootstrap token\n command: kubeadm token create --pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | dkoshkin/installer | 0afa49d5e408d88d75cdb4dead0683b7a5a2f646 | 0 | ansible/roles/packages-docker | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/packages-docker/tasks/main.yaml",
"content": "---\n\n # YUM\n - name: install docker-ce rpm package\n command: yum install -y docker-ce-{{ package_versions.docker_rpm }}\n register: docker_installation_rpm\n until: docker_installation_rpm|success\n retries: 3\n dela... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | dkoshkin/installer | 0afa49d5e408d88d75cdb4dead0683b7a5a2f646 | 0 | ansible/roles/packages-kubernetes | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/packages-kubernetes/tasks/main.yaml",
"content": "---\n\n # YUM\n - name: install nfs-utils rpm package\n yum:\n name: nfs-utils\n state: present\n register: nfs_utils_installation_rpm\n until: nfs_utils_installation_rpm|success\n retries: 3\n delay: 3\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2491,
"all_permissive": false
} |
ansible_role | dkoshkin/installer | 0afa49d5e408d88d75cdb4dead0683b7a5a2f646 | 0 | ansible/roles/packages-repo | 8,121 | [
"no_license"
] | [
{
"path": "ansible/roles/packages-repo/tasks/main.yaml",
"content": "---\n\n # DEB\n - name: add Docker deb key\n apt_key:\n url: \"{{ docker_deb_gpg_key_url }}\"\n when: ansible_os_family == 'Debian'\n environment: \"{{proxy_env}}\"\n\n - name: add Kubernetes deb key\n apt_key:\n u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1090,
"all_permissive": false
} |
ansible_role | Naresh-vk-243/roboshop-ansible | 4cf409260a859595be3c77bb46c193810207bbe2 | 0 | roles/cart | 8,121 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yml",
"content": "- name: setting up catalog server calling nodejs function\n ansible.builtin.import_tasks:\n file: nodejs.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | Naresh-vk-243/roboshop-ansible | 4cf409260a859595be3c77bb46c193810207bbe2 | 0 | roles/catalogue | 8,121 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: setting up catalogue server calling nodejs function\n ansible.builtin.import_tasks:\n file: nodejs.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | Naresh-vk-243/roboshop-ansible | 4cf409260a859595be3c77bb46c193810207bbe2 | 0 | roles/common | 8,121 | [
"no_license"
] | [
{
"path": "roles/common/tasks/restratingAndEnablingWithoutDeamon.yml",
"content": "- name: restarting {{component}} service and enabling\n ansible.builtin.systemd:\n name: \"{{component}}\"\n state: restarted\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4234,
"all_permissive": false
} |
ansible_role | Naresh-vk-243/roboshop-ansible | 4cf409260a859595be3c77bb46c193810207bbe2 | 0 | roles/dispatch | 8,121 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yml",
"content": "- name: copying and removing service files by using import module\n ansible.builtin.import_tasks:\n file: copy_and_remove_files.yml\n\n- name: installing golang packages\n ansible.builtin.yum:\n name: golang\n state: present\n\n- name: adding... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | Naresh-vk-243/roboshop-ansible | 4cf409260a859595be3c77bb46c193810207bbe2 | 0 | roles/frontend | 8,121 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: copying roboshop.conf file\n ansible.builtin.copy:\n src: roboshop.conf\n dest: /etc/nginx/default.d/roboshop.conf\n follow: yes\n\n- name: Removin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 739,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.