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 | cgElias/ansible-vmsetup | 991083d6663604e09573fb7c87fbf330542cb112 | 0 | roles/git | 33 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n - name: Update package cache and install git\n apt:\n name: git\n state: present\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | cgElias/ansible-vmsetup | 991083d6663604e09573fb7c87fbf330542cb112 | 0 | roles/gitlab | 33 | [
"no_license"
] | [
{
"path": "roles/gitlab/image/Dockerfile",
"content": "FROM gitlab/gitlab-ce:latest\n\n# set maintainer\nLABEL maintainer \"<EMAIL>\"\n\n# set a health HEALTHCHECK\nHEALTHCHECK --interval=10s --timeout=10s CMD curl -f http://localhost:80 || exit 1\n\n# set environment variables\nENV GITLAB_PORT=10080\nENV G... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | cgElias/ansible-vmsetup | 991083d6663604e09573fb7c87fbf330542cb112 | 0 | roles/intellij | 33 | [
"no_license"
] | [
{
"path": "roles/intellij/vars/main.yml",
"content": "---\nrepository_url: \"https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea/ideaIC/\"\nfilename: \"ideaIC-\"\nfile_ext: \".zip\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | cgElias/ansible-vmsetup | 991083d6663604e09573fb7c87fbf330542cb112 | 0 | roles/jenkins | 33 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n - name: Build jenkins image from roles/jenkins/image/Dockerfile\n become: true\n #command: \"docker run --detach --hostname localhost --env 'GITLAB_PORT=10080' --env 'GITLAB_SSH_PORT=10022' --publish 10022:22 --publish 10080:80 --name gitlab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2535,
"all_permissive": false
} |
ansible_role | cgElias/ansible-vmsetup | 991083d6663604e09573fb7c87fbf330542cb112 | 0 | roles/klar | 33 | [
"no_license"
] | [
{
"path": "roles/klar/files/klarconfig.env",
"content": "CLAIR_ADDR=10.44.20.140\nCLAIR_OUTPUT=High\nCLAIR_THRESHOLD=2\nDOCKER_USER=cgelias\nDOCKER_PASSWORD=<PASSWORD>$<PASSWORD>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles/klar/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1808,
"all_permissive": false
} |
ansible_role | cgElias/ansible-vmsetup | 991083d6663604e09573fb7c87fbf330542cb112 | 0 | roles/openjdk | 33 | [
"no_license"
] | [
{
"path": "roles/openjdk/vars/main.yml",
"content": "---\nopenjdk_repository: \"ppa:openjdk-r/ppa\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/openjdk/tasks/main.yml",
"content": "---\n - name: Add OpenJDK8 PPA\n apt_repository... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | cgElias/ansible-vmsetup | 991083d6663604e09573fb7c87fbf330542cb112 | 0 | roles/setup_dns | 33 | [
"no_license"
] | [
{
"path": "roles/setup_dns/vars/main.yml",
"content": "---\ndns_provider: \"none\"\npath_resolv_conf: \"/etc/resolv.conf\"\npath_network_manager_conf: \"/etc/NetworkManager/NetworkManager.conf\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": "ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | cgElias/ansible-vmsetup | 991083d6663604e09573fb7c87fbf330542cb112 | 0 | roles/tools | 33 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/main.yml",
"content": "---\n- name: Install Tools (netstat, telnet, atop, rsync, netcat)\n apt: name={{ item }} state=present\n with_items: \"{{ tools }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "roles/tool... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | Brunorodrigoss/iac-ltps-ansible | 722be8ce7c21d61ce17575f67d9d025a7210d91c | 0 | lab/control-node/ansible/day2/install_k8s/roles/install-k8s | 33 | [
"no_license"
] | [
{
"path": "lab/control-node/ansible/day2/install_k8s/roles/install-k8s/tasks/install.yml",
"content": "---\n- name: Install Docker\n shell: curl -fsSL https://get.docker.com | bash -\n\n# - name: Add apt signing key\n # apt_key:\n # url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n # stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | Brunorodrigoss/iac-ltps-ansible | 722be8ce7c21d61ce17575f67d9d025a7210d91c | 0 | lab/control-node/ansible/day2/provisioning/roles/create | 33 | [
"no_license"
] | [
{
"path": "lab/control-node/ansible/day2/provisioning/roles/create/tasks/provisioning.yml",
"content": "---\n- name: Create Security Group\n local_action:\n module: ec2_group\n name: \"{{ security_group }}\"\n description: Giropops Security Group\n region: \"{{ region }}\"\n profile: \"{{ pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1748,
"all_permissive": false
} |
ansible_role | hasegaw/rocm-tensorflow-ansible | d46d59c34f2f11e6f36edd37b8d94aa78e945092 | 1 | roles/rocm | 33 | [
"no_license"
] | [
{
"path": "roles/rocm/templates/rocm.sh.j2",
"content": "# {{ ansible_managed }}\n\nexport LD_LIBRARY_PATH=/opt/rocm/opencl/lib/x86_64:/opt/rocm/hsa/lib:$LD_LIBRARY_PATH\nexport PATH=$PATH:/opt/rocm/bin:/opt/rocm/profiler/bin:/opt/rocm/opencl/bin/x86_64\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2013,
"all_permissive": false
} |
ansible_role | hasegaw/rocm-tensorflow-ansible | d46d59c34f2f11e6f36edd37b8d94aa78e945092 | 1 | roles/rocm-tensorflow | 33 | [
"no_license"
] | [
{
"path": "roles/rocm-tensorflow/tasks/main.yml",
"content": "# ROCm Enabled TensorFlow\n- name: Install ROCm packages\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - rocm-libs\n - miopen-hip\n - cxlactivitylogger\n\n- name: Install python3-pip\n apt: name={{ item }} state=lates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 398,
"all_permissive": false
} |
ansible_role | QuantumRaven/ansible | 7512c9a256c2dc31ba240efc5a630d71eea3bdbb | 0 | roles/samba_install | 33 | [
"no_license"
] | [
{
"path": "roles/samba_install/tasks/main.yml",
"content": "---\n# tasks file for samba_install\n\n- name: Install Samba and CIFS utilities\n dnf:\n name:\n - samba\n - cifs-utils\n state: present\n\n- name: Start and enable samba services\n systemd:\n name: \"{{ item }}\"\n state: s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | QuantumRaven/ansible | 7512c9a256c2dc31ba240efc5a630d71eea3bdbb | 0 | roles/user_setup | 33 | [
"no_license"
] | [
{
"path": "roles/user_setup/tasks/main.yml",
"content": "---\n# tasks file for user_setup\n\n- name: Create user\n user:\n name: corvidae\n state: present\n groups: wheel\n shell: /bin/bash\n\n- name: Install applications\n dnf:\n name: \"{{ item }}\"\n state: present\n loop:\n - git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | stariqali/Ansible-Workshop | d16caaddb5716f91ce46640c93118c1f01215c72 | 0 | roles/configure_routers | 33 | [
"no_license"
] | [
{
"path": "roles/configure_routers/tasks/juniper_default.yml",
"content": "---\n- name: change password to workshop default\n ansible.netcommon.cli_command:\n command: \"{{ item }}\"\n prompt:\n - \"New password\"\n - \"Retype new password\"\n answer:\n - \"{{ admin_password }}1\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | stariqali/Ansible-Workshop | d16caaddb5716f91ce46640c93118c1f01215c72 | 0 | roles/control_node | 33 | [
"no_license"
] | [
{
"path": "roles/control_node/tasks/12_controller.yml",
"content": "---\n- name: template inventory file for Ansible Controller Install\n template:\n src: \"controller_install.j2\"\n dest: \"{{ aap_dir }}/inventory\"\n when: create_cluster is not defined or not create_cluster|bool\n\n- name: templat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3926,
"all_permissive": false
} |
ansible_role | stariqali/Ansible-Workshop | d16caaddb5716f91ce46640c93118c1f01215c72 | 0 | roles/control_node_always | 33 | [
"no_license"
] | [
{
"path": "roles/control_node_always/tasks/main.yml",
"content": "---\n- name: common workshop setup for control node\n include_tasks: 20_workshop_setup.yml\n\n- name: make sure password is set on Automation controller\n include_tasks: \"35_controller_pre_build.yml\"\n when:\n - controllerinstall is d... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4041,
"all_permissive": false
} |
ansible_role | stariqali/Ansible-Workshop | d16caaddb5716f91ce46640c93118c1f01215c72 | 0 | roles/manage_ec2_instances | 33 | [
"no_license"
] | [
{
"path": "roles/manage_ec2_instances/tasks/create_inventory.yml",
"content": "---\n- name: grab facts for control_nodes\n amazon.aws.ec2_instance_info:\n region: \"{{ ec2_region }}\"\n filters:\n instance-state-name: running\n \"tag:Workshop_ansible\": \"{{ec2_name_prefix}}-ansible*\"\n r... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 23703,
"all_permissive": false
} |
ansible_role | pietdaniel/website-playbook | 272eba9bc6240e8522f330fb259a604860bd3248 | 1 | roles/letsencrypt | 33 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/vars/main.yml",
"content": "acme_challenge_type: http-01\nacme_directory: https://acme-v02.api.letsencrypt.org/directory\nacme_version: 2\nacme_email: <EMAIL>\nletsencrypt_dir: /etc/letsencrypt\nletsencrypt_keys_dir: /etc/letsencrypt/keys\nletsencrypt_csrs_dir: /etc/letsencrypt/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1748,
"all_permissive": false
} |
ansible_role | pietdaniel/website-playbook | 272eba9bc6240e8522f330fb259a604860bd3248 | 1 | roles/nginx | 33 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf",
"content": "user www-data;\nworker_processes 4;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default_type application/octet-stream;\n\n log_format main '$remote_addr - $remote_user [... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4055,
"all_permissive": false
} |
ansible_role | pietdaniel/website-playbook | 272eba9bc6240e8522f330fb259a604860bd3248 | 1 | roles/static | 33 | [
"no_license"
] | [
{
"path": "roles/static/tasks/main.yml",
"content": "---\n- import_tasks: copy_code.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/static/tasks/copy_code.yml",
"content": "---\n- name: Remove existing html folder\n become: true\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | TMFLGR/ansible-boilerplate | 5134c140c746a2bc442c2467002de350bc6edbc9 | 0 | roles/1_prepare_system | 33 | [
"no_license"
] | [
{
"path": "roles/1_prepare_system/tasks/0_prepare_system.yml",
"content": "---\n- name: dist update all packages\n apt:\n update_cache: yes\n upgrade: dist\n become: yes\n reister: dist_update\n until: dist_update is not failed\n retries: 5\n delay: 3\n\n- name: install apt packages\n apt:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | serhii-vasyliev/xfs-quota | b84f86e864f86235af017be6c89a207c9c4ee4f9 | 0 | roles/xfsquotainit | 33 | [
"no_license"
] | [
{
"path": "roles/xfsquotainit/defaults/main.yml",
"content": "---\nmountpoint: /\ndir: /projects/0\nprojectid: 0\nprjname: project0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/xfsquotainit/tasks/main.yml",
"content": "---\n - name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | prashanthpai/vagrant-sof-gluster | 1e659abf6278bcb88a8d22169be68a36c346fc9d | 0 | roles/storage | 33 | [
"no_license"
] | [
{
"path": "roles/storage/tasks/swiftonfile.yml",
"content": "---\n\n- name: install swift RPMs (centos)\n yum: name={{ item }} state=present\n with_items: swift_packages\n when: ansible_distribution == 'CentOS'\n\n- name: install swift RPMs (fedora)\n dnf: name={{ item }} state=present\n with_items: sw... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 16484,
"all_permissive": false
} |
ansible_role | v-kalinichenko/ansidle-aws-part-2 | e52b9b1ae5cbb592bf02ebe2cb5942ef11a77eab | 0 | roles/deploy_app | 33 | [
"no_license"
] | [
{
"path": "roles/deploy_app/tasks/main.yml",
"content": "# roles/deploy_app/tasks/main.yml\n---\n# tasks for ansible-disable-selinux\n- name: Install libselinux as prerequisite for SELinux Ansible module\n yum:\n name: \"{{item}}\"\n state: latest\n with_items:\n - libselinux-python\n - libsem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1241,
"all_permissive": false
} |
ansible_role | v-kalinichenko/ansidle-aws-part-2 | e52b9b1ae5cbb592bf02ebe2cb5942ef11a77eab | 0 | roles/launch | 33 | [
"no_license"
] | [
{
"path": "roles/launch/tasks/main.yml",
"content": "---\n# roles/launch/tasks/main.yml\n\n- name: search for latest CentOS AMI\n ec2_ami_find:\n aws_access_key: '{{ ami_access }}'\n aws_secret_key: '{{ ami_secret }}'\n region: \"{{ region }}\"\n architecture: x86_64\n name: CentOS Linux 7*E... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1199,
"all_permissive": false
} |
ansible_role | v-kalinichenko/ansidle-aws-part-2 | e52b9b1ae5cbb592bf02ebe2cb5942ef11a77eab | 0 | roles/mysql | 33 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n\n - name: remove mariadb-libs\n yum:\n state: absent\n name: mariadb-libs\n\n - name: install mysql repository\n yum:\n state: present\n name: http://dev.mysql.com/get/mysql57-community-release-el7-11.noarc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2845,
"all_permissive": false
} |
ansible_role | v-kalinichenko/ansidle-aws-part-2 | e52b9b1ae5cbb592bf02ebe2cb5942ef11a77eab | 0 | roles/tomcat | 33 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "---\n- name: install jdk8 tomcat\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - java-1.8.0-openjdk\n - tomcat\n\n- name: start tomcat\n service:\n name: tomcat\n state: started\n enabled: true\n\n- name: ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | akankshakutal/mac-setup | 1388454baac7da9391d05d985ffb5762bc24d87a | 0 | roles/appSetup | 31 | [
"no_license"
] | [
{
"path": "roles/appSetup/tasks/main.yml",
"content": "---\n\n- name: install chrome \n homebrew_cask:\n name: google-chrome \n state: installed \n\n- name: install VSCode \n homebrew_cask:\n name: visual-studio-code \n state: installed \n\n- name: install iterm2 \n homebrew_cask:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | akankshakutal/mac-setup | 1388454baac7da9391d05d985ffb5762bc24d87a | 0 | roles/dotfiles | 31 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n\n- name: setting up my dotfiles\n git:\n repo: https://github.com/akankshakutal/dotfiles.git\n dest: /tmp/dotfiles/\n\n- name: zshrc file\n copy:\n src: /tmp/dotfiles/zshrc \n dest: \"~/.zshrc\"\n\n- name: vimrc file\n copy:\n sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | akankshakutal/mac-setup | 1388454baac7da9391d05d985ffb5762bc24d87a | 0 | roles/terminalSetup | 31 | [
"no_license"
] | [
{
"path": "roles/terminalSetup/tasks/main.yml",
"content": "---\n- name: install homebrew\n shell: 'yes | /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"' \n args:\n creates: /usr/local/bin/brew\n \n- name: install vim \n homebrew:\n name: vim... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/autossh | 31 | [
"no_license"
] | [
{
"path": "roles/autossh/templates/autossh.service.j2",
"content": "[Unit]\nDescription=Keeps a tunnel to {{ autossh_remote.address }}:{{ autossh_remote.port }}\nAfter=network.target\n\n[Service]\nUser={{ item }}\nExecStart=/usr/bin/autossh -M 0 -N -q -o ServerAliveInterval=60 -o ServerAliveCountMax=3 {% fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1682,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/base | 31 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: set hostname\n become: yes\n hostname:\n name: \"{{ hostname }}\"\n when: hostname is defined\n- name: set timezone\n become: yes\n timezone:\n name: Asia/Tokyo\n- include_tasks: centos.yml\n when: ansible_distribution == \"CentOS\"\n- i... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1682,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/docker | 31 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/centos.yml",
"content": "- name: Install some dependencies\n yum: name=\"{{ packages }}\" update_cache=yes\n vars:\n packages: [ yum-utils, device-mapper-persistent-data, lvm2 ]\n- name: Add a repository\n shell: yum-config-manager --add-repo=https://download.docker.com/l... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1221,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/grafana | 31 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "- name: install grafana\n become: yes\n apt:\n deb: \"https://dl.grafana.com/oss/release/grafana_{{ grafana_version }}_amd64.deb\"\n state: present\n\n- name: start grafana\n become: yes\n systemd:\n name: grafana-server \n state: restart... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/kubeadm | 31 | [
"no_license"
] | [
{
"path": "roles/kubeadm/tasks/main.yml",
"content": "- name: Remove swapfile from /etc/fstab\n mount:\n name: \"{{ item }}\"\n fstype: swap\n state: absent\n with_items:\n - none\n - swap\n- name: Disable swap\n command: swapoff -a\n when: ansible_swaptotal_mb > 0\n- name: Add an apt key\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/libvirt | 31 | [
"no_license"
] | [
{
"path": "roles/libvirt/tasks/ubuntu.yml",
"content": "- name: install essential packages\n become: yes\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n - libvirt-bin\n - qemu\n - qemu-kvm\n\n- name: append users to group libvirt\n become: yes\n user:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/node-exporter | 31 | [
"no_license"
] | [
{
"path": "roles/node-exporter/tasks/main.yml",
"content": "- name: create a user for node_exporter\n become: yes\n user:\n state: present\n name: node_exporter\n system: yes\n home: /opt/node_exporter\n create_home: yes\n\n- name: download\n become: yes\n become_user: node_exporter\n ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/opennebula-common | 31 | [
"no_license"
] | [
{
"path": "roles/opennebula-common/templates/ubuntu/opennebula.list.j2",
"content": "deb https://downloads.opennebula.org/repo/5.8/Ubuntu/18.04 stable opennebula\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/opennebula-common/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/opennebula-frontend | 31 | [
"no_license"
] | [
{
"path": "roles/opennebula-frontend/tasks/main.yml",
"content": "- name: install some packages\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages: \n - opennebula\n - opennebula-sunstone\n - opennebula-gate\n - opennebula-flow\n- name: install some gems\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/opennebula-node | 31 | [
"no_license"
] | [
{
"path": "roles/opennebula-node/tasks/main.yml",
"content": "- name: install some packages\n apt:\n name: \"{{ packages }}\"\n update_cache: yes\n vars:\n packages:\n - opennebula-node\n- name: restart libvirt-bin\n systemd:\n name: libvirt-bin\n state: restarted\n enabled: yes\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/prometheus | 31 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/prometheus.yml",
"content": "# my global config\nglobal:\n scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.\n evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.\n # scrape_timeo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2992,
"all_permissive": false
} |
ansible_role | proelbtn/iac-ansible-roles | df294daccd2d1742b3d174f943cfb2db93ba9a16 | 0 | roles/vpp | 31 | [
"no_license"
] | [
{
"path": "roles/vpp/templates/ubuntu/fdio.list.j2",
"content": "# for libmbedcrypto0\ndeb http://archive.ubuntu.com/ubuntu xenial universe\n\ndeb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu xenial main\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | Bailey-Elson/Random-Prize-Generator | aa1079731a03e2246f581cd10be4abbb31057bca | 0 | roles/docker-swarm-add-workers | 31 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-add-workers/tasks/main.yml",
"content": "- name: Add worker to manager node\n shell: \"docker swarm join --token {{ hostvars['RESULT']['value'] }} docker-1:2377\"\n ignore_errors: true\n tags: swarm",
"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": 155,
"all_permissive": false
} |
ansible_role | chris-navarro/ansible_junos_jinja2 | 872d8f42a6f8915996b037e3893d053d179d6b16 | 0 | roles/junos_switches | 31 | [
"no_license"
] | [
{
"path": "roles/junos_switches/templates/junos.j2",
"content": "set system login message \"{{item.message}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/junos_switches/vars/main.yml",
"content": "---\njunos_switches:\n - hostna... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/aurora | 31 | [
"no_license"
] | [
{
"path": "roles/aurora/tasks/main.yml",
"content": "- name: make sure no old file in workspace\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"/etc/aurora\"\n\n- name: create aurora workspace\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"/etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/common | 31 | [
"no_license"
] | [
{
"path": "roles/common/tasks/nvidia-docker.yml",
"content": "- name: Download nvidia driver installer\n get_url:\n dest: .\n url: \"http://us.download.nvidia.com/XFree86/Linux-x86_64/390.67/NVIDIA-Linux-x86_64-{{ nvidia_driver_version }}.run\"\n\n- name: Run nvidia driver installer\n command: \"bas... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3577,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/glusterfs | 31 | [
"no_license"
] | [
{
"path": "roles/glusterfs/tasks/debian.yml",
"content": "- name: add glusterfs apt repository\n become: yes\n become_method: sudo \n apt_repository:\n repo: \"ppa:gluster/glusterfs-{{ glusterfs_version }}\"\n state: present\n\n- name: install glusterfs dependencies\n become: yes\n become_method:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/heketi | 31 | [
"no_license"
] | [
{
"path": "roles/heketi/ymls/pvc/test-pvc.yml",
"content": "---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: test-pvc\n annotations:\n volume.beta.kubernetes.io/storage-class: slow-many\n labels:\n app: cv-server\nspec:\n accessModes:\n - ReadWriteMany\n resources:\n requ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6447,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/master | 31 | [
"no_license"
] | [
{
"path": "roles/master/tasks/main.yml",
"content": "- import_tasks: package.yml\n\n- import_tasks: registry.yml\n when: enable_registry\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/master/templates/dockerhub-mirror-config.yml",
"co... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1889,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/node | 31 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "- import_tasks: registry.yml\n when: enable_registry\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/node/tasks/registry.yml",
"content": "- name: make sure a docker daemon.json exists... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/nvidia | 31 | [
"no_license"
] | [
{
"path": "roles/nvidia/tasks/main.yml",
"content": "- name: Apply nvidia device plugin\n shell: kubectl create -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v1.10/nvidia-device-plugin.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/precheck | 31 | [
"no_license"
] | [
{
"path": "roles/precheck/tasks/main.yml",
"content": "- name: check ssh connection to linkers\n ping:\n\n- name: check root privillege\n remote_user: root\n ping:\n\n- name: check docker service\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: check language\n shell: echo ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/provisioner | 31 | [
"no_license"
] | [
{
"path": "roles/provisioner/tasks/inventory.yml",
"content": "- name: Make sure the config/config.yml file exists\n file:\n path: config/config.yml\n state: file\n\n# Kubespray inventory\n- name: Make sure old inventory file not exists\n file:\n path: inventory/inventory.ini\n state: absent\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3951,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/test | 31 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yml",
"content": "- name: check ssh connection to linkers\n ping:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 48,
"all_permissive": false
} |
ansible_role | linkernetworks/vortex-installer | 393d1f7b32d97e6d1c7ce7338c273746a1d13693 | 2 | roles/variables | 31 | [
"no_license"
] | [
{
"path": "roles/variables/tasks/main.yml",
"content": "- name: replace heketi ip to storageclass yamls\n replace:\n path: \"{{ playbook_dir }}/roles/heketi/ymls/storageclass/{{ item }}\"\n regexp: ' http://(.*):(\\d+)'\n replace: \" http://{{ hostvars['node-1'].ansible_ssh_host }}:32363\"\n with... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | ttanimichi/ansible-playbooks | d6c97544eef177429d214937ed8abbfd414dbdb2 | 0 | roles/base | 31 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n\n- name: Update apt cache\n apt: update_cache=yes\n sudo: yes\n\n- name: Upgrade existing linux packages\n apt: upgrade=dist\n sudo: yes\n\n- name: Install required packages\n apt: name={{ item }} update_cache=true state=latest\n sudo: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | Shawn71/ansible_install_k8s | 87b4b82316de9ac570b0c962b3cf239cd1860243 | 0 | roles/addons | 31 | [
"no_license"
] | [
{
"path": "roles/addons/tasks/main.yml",
"content": "---\n\n- name: Allowing node to join the cluster\n ignore_errors: yes\n shell: kubectl certificate approve $(kubectl get csr | awk 'NR!=1{print $1}')\n\n- name: Copying yaml file to master\n copy: src={{ item }} dest={{ tmp_dir }}\n with_fileglob:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1697,
"all_permissive": false
} |
ansible_role | Shawn71/ansible_install_k8s | 87b4b82316de9ac570b0c962b3cf239cd1860243 | 0 | roles/common | 31 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Shutting down firewalld\n systemd: name=firewalld state=stopped enabled=no\n\n- name: Shutting down selinux\n shell: sed -ri \"s/SELINUX=enforcing/SELINUX=disabled/g\" /etc/selinux/config\n\n- name: Shutting down swap\n lineinfile:\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1951,
"all_permissive": false
} |
ansible_role | Shawn71/ansible_install_k8s | 87b4b82316de9ac570b0c962b3cf239cd1860243 | 0 | roles/docker | 31 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "- name: restart docker service\n shell: systemctl daemon-reload && systemctl restart docker.service\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/docker/tasks/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | Shawn71/ansible_install_k8s | 87b4b82316de9ac570b0c962b3cf239cd1860243 | 0 | roles/etcd | 31 | [
"no_license"
] | [
{
"path": "roles/etcd/tasks/main.yml",
"content": " - name: Creating etcd directory\n file: path=/opt/etcd/{{ item }} state=directory\n with_items:\n - cfg\n - bin\n - ssl\n - name: Dispatching the etcd binary file to /tmp \n unarchive: src=etcd-v3.3.13-linux-amd64.tar.gz dest=/tmp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | Shawn71/ansible_install_k8s | 87b4b82316de9ac570b0c962b3cf239cd1860243 | 0 | roles/ha | 31 | [
"no_license"
] | [
{
"path": "roles/ha/tasks/main.yml",
"content": "---\n\n- name: create tmp directory\n file: path={{ tmp_dir }} state=directory\n\n- name: copy nginx & keepalived package to the temp directory\n unarchive: src={{ software_dir }}/ha.tar.gz dest={{ tmp_dir }}\n\n- name: install nginx & keepalived \n yum: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1026,
"all_permissive": false
} |
ansible_role | Shawn71/ansible_install_k8s | 87b4b82316de9ac570b0c962b3cf239cd1860243 | 0 | roles/master | 31 | [
"no_license"
] | [
{
"path": "roles/master/handlers/main.yml",
"content": "- name: restart master service\n systemd: name={{ item }} state=restarted\n with_items:\n - kube-apiserver\n - kube-controller-manager\n - kube-scheduler\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 157
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3094,
"all_permissive": false
} |
ansible_role | Shawn71/ansible_install_k8s | 87b4b82316de9ac570b0c962b3cf239cd1860243 | 0 | roles/node | 31 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: Creating nodes work directory\n file: path={{ k8s_work_dir }}/{{ item }} state=directory\n with_items:\n - bin\n - cfg\n - ssl\n - logs\n\n- name: Creating cni plugin directory\n file: path={{ item }} state=directory\n with_item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2556,
"all_permissive": false
} |
ansible_role | kevanaster/ansible_examples | a1feae9d1198c6a97708541c6fd918234dd0314e | 0 | roles/logging | 31 | [
"no_license"
] | [
{
"path": "roles/logging/tasks/aruba.yaml",
"content": "---\n- name: \"Get current logging config\"\n aruba_command:\n commands:\n - show run | include 'logging '\n register: logging_output\n\n- name: \"Set facts about negating logging config\"\n set_fact:\n negate_config: \"{{logging_output.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | Piii-thagorus/VersionControlSytemConfig | f5fd5b665ca4e686107cabadce1ad6b833c7317b | 1 | roles/setUpYADMAndGit | 31 | [
"no_license"
] | [
{
"path": "roles/setUpYADMAndGit/tasks/main.yml",
"content": "---\n# tasks file for setUpYADMAndGit\n\n- name: Gather package facts\n ansible.builtin.package_facts:\n manager: auto\n\n- name: Installing packages for Debian_based\n include_tasks:\n file: debian_based.yml\n when: ansible_os_fam... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2365,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/agoric/roles/node_initialize | 31 | [
"no_license"
] | [
{
"path": "ansible/agoric/roles/node_initialize/tasks/genesis_default.yml",
"content": "---\n\n- name: Regular genesis download\n ansible.builtin.shell: |\n set -o pipefail\n curl https://emerynet.rpc.agoric.net/genesis | jq .result.genesis > $HOME/.agoric/config/genesis.json\n register: genesis_dow... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5543,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/agoric/roles/node_install | 31 | [
"no_license"
] | [
{
"path": "ansible/agoric/roles/node_install/tasks/main.yml",
"content": "---\n# npm install --global yarn # Install yarn for package management\n# git clone --branch community-dev https://github.com/Agoric/agoric-sdk # Clone the \"community-dev\" branch\n# cd agoric-sdk\n# yarn install # Asks yarn to i... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5809,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/agoric/roles/node_launch | 31 | [
"no_license"
] | [
{
"path": "ansible/agoric/roles/node_launch/tasks/main.yml",
"content": "---\n- name: Update peers in config.toml file\n ansible.builtin.lineinfile:\n path: '{{ user_dir }}/{{ folder }}/config/config.toml'\n regexp: ^persistent_peers =\n line: persistent_peers = \"{{ peers }}\"\n state: present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2143,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/agoric/roles/node_upgrade | 31 | [
"no_license"
] | [
{
"path": "ansible/agoric/roles/node_upgrade/tasks/main.yml",
"content": "---\n- name: Clone node repo\n ansible.builtin.git:\n repo: '{{ repo }}'\n dest: '{{ user_dir }}/{{ network }}'\n version: '{{ node_version }}'\n update: yes\n force: yes\n recursive: no\n\n- name: Skip replace tend... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1924,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/agoric/roles/prepare | 31 | [
"no_license"
] | [
{
"path": "ansible/agoric/roles/prepare/tasks/node_exporter.yml",
"content": "---\n- name: Download node_exporter\n ansible.builtin.get_url:\n url: https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/node_exporter-{{ node_exporter_version }}.linux-amd64.tar.gz\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1100,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/agoric/roles/support_seed | 31 | [
"no_license"
] | [
{
"path": "ansible/agoric/roles/support_seed/tasks/main.yml",
"content": "---\n- name: Open p2p port\n become: true\n ansible.builtin.command: ufw allow {{ custom_port_prefix }}56/tcp\n register: ufw_output\n changed_when: ufw_output.rc != 0\n\n- name: Create folder\n ansible.builtin.file:\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/celestia/roles/node_initialize | 31 | [
"no_license"
] | [
{
"path": "ansible/celestia/roles/node_initialize/tasks/genesis_default.yml",
"content": "---\n\n- name: Regular genesis download\n ansible.builtin.get_url:\n url: '{{ genesis }}'\n dest: '{{ user_dir }}/{{ folder }}/config/genesis.json'\n mode: '0644'\n",
"license_type": "no_license",
"de... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2825,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/celestia/roles/node_install | 31 | [
"no_license"
] | [
{
"path": "ansible/celestia/roles/node_install/tasks/binary_targz.yml",
"content": "---\n- name: Download binary\n ansible.builtin.get_url:\n url: '{{ binary }}'\n dest: /tmp/binary.tar.gz\n mode: '0700'\n force: yes\n\n- name: Unarchive binary file\n ansible.builtin.unarchive:\n src: /tmp/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1629,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/celestia/roles/prepare | 31 | [
"no_license"
] | [
{
"path": "ansible/celestia/roles/prepare/tasks/main.yml",
"content": "---\n- name: Prepare check\n ansible.builtin.meta: end_play\n when: (prepare is defined) and (prepare|bool is false)\n\n- name: Update and upgrade the machine\n ansible.builtin.apt:\n upgrade: dist\n update_cache: true\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/celestia/roles/support_prune | 31 | [
"no_license"
] | [
{
"path": "ansible/celestia/roles/support_prune/tasks/main.yml",
"content": "---\n- name: Create directory\n ansible.builtin.file:\n path: '{{ user_dir }}/prune'\n state: directory\n mode: '0755'\n\n- name: Copy prune script\n ansible.builtin.template:\n src: prune.sh.j2\n dest: '{{ user_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/celestia/roles/support_remove_node | 31 | [
"no_license"
] | [
{
"path": "ansible/celestia/roles/support_remove_node/tasks/main.yml",
"content": "---\n- name: Stop node process\n become: true\n ansible.builtin.command: systemctl stop celestia.service # noqa: command-instead-of-module\n ignore_errors: true\n changed_when: true\n register: ignore_errors_register\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2264,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/celestia/roles/support_resync | 31 | [
"no_license"
] | [
{
"path": "ansible/celestia/roles/support_resync/tasks/main.yml",
"content": "---\n- name: Make sure folder exists\n ansible.builtin.file:\n path: '{{ user_dir }}/state_sync/resync'\n state: directory\n mode: '0755'\n\n- name: Copy resync script\n ansible.builtin.template:\n src: resync.sh.j2\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/celestia/roles/support_snapshot | 31 | [
"no_license"
] | [
{
"path": "ansible/celestia/roles/support_snapshot/tasks/main.yml",
"content": "---\n- name: Create directory\n ansible.builtin.file:\n path: '{{ user_dir }}/snapshot'\n state: directory\n mode: '0755'\n\n- name: Copy snapshot script\n ansible.builtin.template:\n src: snapshot.sh.j2\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/celestia/roles/support_state_sync | 31 | [
"no_license"
] | [
{
"path": "ansible/celestia/roles/support_state_sync/tasks/main.yml",
"content": "---\n- name: Create directory\n ansible.builtin.file:\n path: '{{ user_dir }}/state_sync'\n state: directory\n mode: '0755'\n\n- name: Copy state_sync file\n ansible.builtin.template:\n src: state_sync.sh.j2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1027,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/celestia/roles/support_tenderduty | 31 | [
"no_license"
] | [
{
"path": "ansible/celestia/roles/support_tenderduty/tasks/main.yml",
"content": "---\n- name: Copy tenderduty service file\n become: true\n ansible.builtin.template:\n src: tenderduty.service.j2\n dest: /etc/systemd/system/tenderduty_{{ network }}.service\n owner: root\n group: root\n mode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/ununifi/roles/node_configure | 31 | [
"no_license"
] | [
{
"path": "ansible/ununifi/roles/node_configure/tasks/main.yml",
"content": "---\n- name: Register public ip\n ansible.builtin.uri:\n url: https://api.ipify.org?format=json\n register: public_ip\n\n- name: Set up external address\n ansible.builtin.lineinfile:\n path: '{{ user_dir }}/{{ folder }}/co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4009,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/ununifi/roles/node_debug | 31 | [
"no_license"
] | [
{
"path": "ansible/ununifi/roles/node_debug/tasks/main.yaml",
"content": "---\n- name: Ansible.builtin.debug\n ansible.builtin.debug:\n var: network\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/ununifi/roles/node_install | 31 | [
"no_license"
] | [
{
"path": "ansible/ununifi/roles/node_install/tasks/binary_default.yml",
"content": "---\n- name: Download binary file\n ansible.builtin.get_url:\n url: '{{ binary }}'\n dest: /tmp/{{ daemon }}\n mode: '0755'\n\n- name: Copy binary\n ansible.builtin.copy:\n remote_src: true\n src: /tmp/{{ d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/ununifi/roles/node_launch | 31 | [
"no_license"
] | [
{
"path": "ansible/ununifi/roles/node_launch/tasks/main.yml",
"content": "---\n- name: Update peers in config.toml file\n ansible.builtin.lineinfile:\n path: '{{ user_dir }}/{{ folder }}/config/config.toml'\n regexp: '^persistent_peers ='\n line: 'persistent_peers = \"{{ peers }}\"'\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1480,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/ununifi/roles/prepare | 31 | [
"no_license"
] | [
{
"path": "ansible/ununifi/roles/prepare/tasks/firewall.yml",
"content": "---\n- name: Install ufw\n ansible.builtin.apt:\n name: ufw\n state: present\n update_cache: yes\n\n- name: Open ssh port\n community.general.ufw:\n rule: limit\n port: '{{ ansible_port }}'\n proto: tcp\n\n- name: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3514,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/ununifi/roles/support_genesis | 31 | [
"no_license"
] | [
{
"path": "ansible/ununifi/roles/support_genesis/tasks/main.yml",
"content": "---\n- name: Create directory\n ansible.builtin.file:\n path: '{{ user_dir }}/genesis'\n state: directory\n mode: '0755'\n\n- name: Copy genesis script\n ansible.builtin.template:\n src: genesis.sh.j2\n dest: '{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/ununifi/roles/support_restake | 31 | [
"no_license"
] | [
{
"path": "ansible/ununifi/roles/support_restake/tasks/main.yml",
"content": "---\n- name: Copy restake json\n become: true\n ansible.builtin.template:\n src: restake.json\n dest: '{{ user_dir }}/restake/src/networks.local.json'\n owner: '{{ ansible_user }}'\n group: '{{ ansible_user }}'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/ununifi/roles/support_scripts | 31 | [
"no_license"
] | [
{
"path": "ansible/ununifi/roles/support_scripts/tasks/main.yml",
"content": "---\n- name: Create bank_balances directory\n ansible.builtin.file:\n path: '{{ user_dir }}/scripts/bank_balances'\n state: directory\n mode: '0755'\n\n- name: Copy bank_balances script\n ansible.builtin.template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1566,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | ansible/ununifi/roles/support_sync_snapshot | 31 | [
"no_license"
] | [
{
"path": "ansible/ununifi/roles/support_sync_snapshot/tasks/main.yml",
"content": "---\n- name: Get url fragment based on mainnet or testnet\n ansible.builtin.set_fact:\n url_fragment: \"{% if network_type == 'mainnet' %}snapshot{% else %}testnet_snapshot{% endif %}\"\n\n- name: Download snapshot to ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2540,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | examples/hashicorp-vault/vagrant-ansible-example/roles/vault-deploy | 31 | [
"no_license"
] | [
{
"path": "examples/hashicorp-vault/vagrant-ansible-example/roles/vault-deploy/tasks/main.yml",
"content": "---\n - name: Install unzip\n package:\n name: unzip\n update_cache: yes\n become: true\n\n - name: Download and install vault binary\n unarchive:\n src: \"https://releases.h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1843,
"all_permissive": false
} |
ansible_role | kysenpool/orchestrator | cbadd9156de922b9d25136b9f864407890da4628 | 0 | examples/hashicorp-vault/vagrant-ansible-vault-adduser/roles/vault-adduser | 31 | [
"no_license"
] | [
{
"path": "examples/hashicorp-vault/vagrant-ansible-vault-adduser/roles/vault-adduser/files/run.sh",
"content": "#!/bin/bash\nVAULT_RETRIES=5\n\necho \"Vault is starting...\"\necho $VAULT_ADDR\nvault status\n\nuntil vault status > /dev/null 2>&1 || [ \"$VAULT_RETRIES\" -eq 0 ]; do\n echo \"Waiting fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4489,
"all_permissive": false
} |
ansible_role | errazudin/centralized-logging | b7f3de86d93c6bcae36d5c6d803f4c833a4bb04c | 1 | roles/apache-kibana | 31 | [
"no_license"
] | [
{
"path": "roles/apache-kibana/handlers/main.yml",
"content": "- include: restart_apache.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/apache-kibana/tasks/main.yml",
"content": "- include: install_apache.yml\n- include: adduser.ym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | errazudin/centralized-logging | b7f3de86d93c6bcae36d5c6d803f4c833a4bb04c | 1 | roles/elasticsearch | 31 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/elasticsearch.yml",
"content": "- name: Fetch Elasticsearch .deb\n command: wget {{ elurl }}-{{ ver }}.deb -O /tmp/elasticsearch-{{ ver }}.deb\n- name: Install Elasticsearch from .deb\n command: dpkg -i --skip-same-version /tmp/elasticsearch-{{ ver }}.deb\n register: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | errazudin/centralized-logging | b7f3de86d93c6bcae36d5c6d803f4c833a4bb04c | 1 | roles/logstash | 31 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/logstash_inst.yml",
"content": "- name: Create Logstash dir\n file: path=\"/usr/share/logstash/bin\" owner=root group=root mode=0755 state=directory\n- name: Fetch Logstash Jar\n command: wget {{ lgurl }}-{{ lgver }}-flatjar.jar -O /usr/share/logstash/bin/logstash-{{ lgver ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1766,
"all_permissive": false
} |
ansible_role | errazudin/centralized-logging | b7f3de86d93c6bcae36d5c6d803f4c833a4bb04c | 1 | roles/redis | 31 | [
"no_license"
] | [
{
"path": "roles/redis/handlers/main.yml",
"content": "- include: restartredis.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/redis/tasks/redis.yml",
"content": "- name: Install Redis\n apt: pkg={{ item }} state=installed\n when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1135,
"all_permissive": false
} |
ansible_role | errazudin/centralized-logging | b7f3de86d93c6bcae36d5c6d803f4c833a4bb04c | 1 | roles/rsyslog-server | 31 | [
"no_license"
] | [
{
"path": "roles/rsyslog-server/tasks/main.yml",
"content": "- include: rsyslogserver.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/rsyslog-server/tasks/rsyslogserver.yml",
"content": "- name: Install rsyslog Debian\n apt: pkg={{... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | errazudin/centralized-logging | b7f3de86d93c6bcae36d5c6d803f4c833a4bb04c | 1 | roles/shorewall | 31 | [
"no_license"
] | [
{
"path": "roles/shorewall/handlers/main.yml",
"content": "- include: restart_shorewall.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/shorewall/tasks/shorewall.yml",
"content": "- name: Install Shorewall\n apt: pkg=shorewall upda... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2520,
"all_permissive": false
} |
ansible_role | errazudin/centralized-logging | b7f3de86d93c6bcae36d5c6d803f4c833a4bb04c | 1 | roles/supervisord | 31 | [
"no_license"
] | [
{
"path": "roles/supervisord/tasks/install_supervisor.yml",
"content": "- name: Install supervisord \n apt: pkg={{ item }} state=installed\n with_items:\n - supervisor\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/supervisord/templa... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1146,
"all_permissive": false
} |
ansible_role | laerteg/redis-sentinel-vmware-iac | b3a4bacdeda62581290cbb3904e63947bf309231 | 0 | ansible/install_redis/roles/install-monitor-tools | 31 | [
"no_license"
] | [
{
"path": "ansible/install_redis/roles/install-monitor-tools/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install-monitor-tools",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/install_redis/role... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2940,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.