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 | saimonmoore/fresh_dotfiles | 935ec4656c099ad0bf28a4b1fecbad3373e70d74 | 0 | linux_system/roles/base | 7,661 | [
"no_license"
] | [
{
"path": "linux_system/roles/base/tasks/main.yml",
"content": "- name: Install base packages\n ansible.builtin.package:\n name:\n - tmux\n - screen\n - exuberant-ctags\n - jq\n - keychain\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | saimonmoore/fresh_dotfiles | 935ec4656c099ad0bf28a4b1fecbad3373e70d74 | 0 | linux_system/roles/browsers | 7,661 | [
"no_license"
] | [
{
"path": "linux_system/roles/browsers/tasks/main.yml",
"content": "- name: Install browsers & prerequisites\n package:\n name:\n - wget\n - gdebi-core\n - firefox\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | saimonmoore/fresh_dotfiles | 935ec4656c099ad0bf28a4b1fecbad3373e70d74 | 0 | linux_system/roles/editor | 7,661 | [
"no_license"
] | [
{
"path": "linux_system/roles/editor/tasks/main.yml",
"content": "- name: Install editor packages\n package:\n name:\n - build-essential\n - python\n - python-dev\n - python3\n - python3-dev\n - python3-pip\n - vim\n - silversearcher-ag\n - exuberant-ctags\n - ripgrep\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | saimonmoore/fresh_dotfiles | 935ec4656c099ad0bf28a4b1fecbad3373e70d74 | 0 | linux_system/roles/languages | 7,661 | [
"no_license"
] | [
{
"path": "linux_system/roles/languages/tasks/main.yml",
"content": "# nvm\n- name: Get_nvm_install_script\n get_url:\n url: https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh\n dest: \"{{ ansible_user_dir }}/nvm_install.sh\"\n force: true\n- name: Install_or_update_nvm\n command: ba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1011,
"all_permissive": false
} |
ansible_role | saimonmoore/fresh_dotfiles | 935ec4656c099ad0bf28a4b1fecbad3373e70d74 | 0 | linux_system/roles/utilities | 7,661 | [
"no_license"
] | [
{
"path": "linux_system/roles/utilities/tasks/main.yml",
"content": "- name: Install snaps\n community.general.snap:\n classic: yes\n name:\n - insomnia # REST client\n - dbeaver-ce # SQL client\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | saimonmoore/fresh_dotfiles | 935ec4656c099ad0bf28a4b1fecbad3373e70d74 | 0 | system/roles/base | 7,661 | [
"no_license"
] | [
{
"path": "system/roles/base/tasks/main.yml",
"content": "- name: Install base packages\n ansible.builtin.package:\n name:\n - tmux\n - screen\n - jq\n - keychain\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | saimonmoore/fresh_dotfiles | 935ec4656c099ad0bf28a4b1fecbad3373e70d74 | 0 | system/roles/brew | 7,661 | [
"no_license"
] | [
{
"path": "system/roles/brew/tasks/main.yml",
"content": "---\n- name: Install packages from Homebrew\n homebrew:\n state: present\n name:\n - fzf\n - jq\n - coreutils\n - python\n - python3\n - vim\n - the_silver_searcher\n - ripgrep\n - fd\n - git \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | saimonmoore/fresh_dotfiles | 935ec4656c099ad0bf28a4b1fecbad3373e70d74 | 0 | system/roles/editor | 7,661 | [
"no_license"
] | [
{
"path": "system/roles/editor/tasks/main.yml",
"content": "- name: neovim\n ansible.builtin.shell: >\n curl -L -o /tmp/nvim.appimage https://github.com/neovim/neovim/releases/download/v0.6.1/nvim.appimage;\n chmod u+x /tmp/nvim.appimage;\n mv /tmp/nvim.appimage /usr/local/bin/;\n chmod a+x /us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | saimonmoore/fresh_dotfiles | 935ec4656c099ad0bf28a4b1fecbad3373e70d74 | 0 | system/roles/ubuntu | 7,661 | [
"no_license"
] | [
{
"path": "system/roles/ubuntu/tasks/main.yml",
"content": "- name: Install editor packages\n package:\n name:\n - build-essential\n - python\n - python-dev\n - python3\n - python3-dev\n - python3-pip\n - vim\n - silversearcher-ag\n - exuberant-ctags\n - ripgrep\n - fd-f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | vincbct34/Tek2-EPITECH | 13f82b389c6b1714d42e1973ac73bcfacd7843d3 | 0 | DevOps/octopus/roles/base | 7,661 | [
"no_license"
] | [
{
"path": "DevOps/octopus/roles/base/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install essential packages\n apt:\n name:\n - git\n - curl\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | vincbct34/Tek2-EPITECH | 13f82b389c6b1714d42e1973ac73bcfacd7843d3 | 0 | DevOps/octopus/roles/poll | 7,661 | [
"no_license"
] | [
{
"path": "DevOps/octopus/roles/poll/tasks/main.yml",
"content": "---\n- name: Create /opt/poll directory\n file:\n path: /opt/poll\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: '0755'\n\n- name: Upload poll.tar archive\n copy:\n src: poll.tar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1034,
"all_permissive": false
} |
ansible_role | vincbct34/Tek2-EPITECH | 13f82b389c6b1714d42e1973ac73bcfacd7843d3 | 0 | DevOps/octopus/roles/postgresql | 7,661 | [
"no_license"
] | [
{
"path": "DevOps/octopus/roles/postgresql/tasks/main.yml",
"content": "---\n- name: Ensure APT keyrings directory exists\n file:\n path: /etc/apt/keyrings\n state: directory\n mode: '0755'\n\n- name: Download PostgreSQL GPG key (.asc format)\n get_url:\n url: https://www.postgresql.org/media/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2442,
"all_permissive": false
} |
ansible_role | vincbct34/Tek2-EPITECH | 13f82b389c6b1714d42e1973ac73bcfacd7843d3 | 0 | DevOps/octopus/roles/redis | 7,661 | [
"no_license"
] | [
{
"path": "DevOps/octopus/roles/redis/tasks/main.yml",
"content": "---\n- name: Install Redis server\n apt:\n name: redis-server\n state: present\n update_cache: yes\n\n- name: Copy redis.conf to /etc/redis/redis.conf\n copy:\n src: redis.conf\n dest: /etc/redis/redis.conf\n owner: redis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | vincbct34/Tek2-EPITECH | 13f82b389c6b1714d42e1973ac73bcfacd7843d3 | 0 | DevOps/octopus/roles/result | 7,661 | [
"no_license"
] | [
{
"path": "DevOps/octopus/roles/result/templates/result.service.j2",
"content": "[Unit]\nDescription=Result Node.js web service\nAfter=network.target\n\n[Service]\nWorkingDirectory=/opt/result/result\nExecStart=/usr/bin/node server.js\nRestart=always\n\n# PostgreSQL\nEnvironment=POSTGRES_USER={{ postgres_us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1988,
"all_permissive": false
} |
ansible_role | vincbct34/Tek2-EPITECH | 13f82b389c6b1714d42e1973ac73bcfacd7843d3 | 0 | DevOps/octopus/roles/worker | 7,661 | [
"no_license"
] | [
{
"path": "DevOps/octopus/roles/worker/tasks/main.yml",
"content": "---\n- name: Create /opt/worker directory\n file:\n path: /opt/worker\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: '0755'\n\n- name: Upload worker.tar archive\n copy:\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1720,
"all_permissive": false
} |
ansible_role | sanbomes/mystud | 5d9bd4fab2af23f4e33f16d0fcc023aa2860a6ba | 0 | good-ansible/roles/app-tier | 7,661 | [
"no_license"
] | [
{
"path": "good-ansible/roles/app-tier/defaults/main.yml",
"content": "---\n# defaults file for good-ansible/roles/app-tier",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "good-ansible/roles/app-tier/tests/test.yml",
"content": "---\n- hosts: l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1187,
"all_permissive": false
} |
ansible_role | Ailyth/Cloud-Automation | 9e27a1a93e490f3b937643ed9355429ad68a1067 | 0 | infrastructure/roles/configure_kubeadm | 7,661 | [
"no_license"
] | [
{
"path": "infrastructure/roles/configure_kubeadm/tasks/main.yml",
"content": "---\n# Next step is writing local DNS alias in /etc/hosts file.\n# Since we cannot save output from Ansible in variable in simple way,\n# this step will be accomplished via bash script\n# TODO: implement check if entry does exist... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 236878,
"all_permissive": false
} |
ansible_role | Ailyth/Cloud-Automation | 9e27a1a93e490f3b937643ed9355429ad68a1067 | 0 | infrastructure/roles/copy_kubeconfig | 7,661 | [
"no_license"
] | [
{
"path": "infrastructure/roles/copy_kubeconfig/defaults/main.yaml",
"content": "---\nkube_path: '/home/{{ ansible_user }}/.kube/'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "infrastructure/roles/copy_kubeconfig/tasks/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | Ailyth/Cloud-Automation | 9e27a1a93e490f3b937643ed9355429ad68a1067 | 0 | infrastructure/roles/install_containerd | 7,661 | [
"no_license"
] | [
{
"path": "infrastructure/roles/install_containerd/tasks/main.yml",
"content": "---\n- name: Install dependent software\n apt:\n package:\n - curl\n - apt-transport-https\n - vim\n - git\n - wget\n - gnupg2\n - software-properties-common\n - ca-certificates\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1031,
"all_permissive": false
} |
ansible_role | Ailyth/Cloud-Automation | 9e27a1a93e490f3b937643ed9355429ad68a1067 | 0 | infrastructure/roles/install_kubernetes | 7,661 | [
"no_license"
] | [
{
"path": "infrastructure/roles/install_kubernetes/tasks/main.yml",
"content": "---\n- name: Ensure dependencies are installed\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n state: present\n\n- name: Add Kubernetes apt key\n apt_key:\n url: https://packages.cloud.google.co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | Ailyth/Cloud-Automation | 9e27a1a93e490f3b937643ed9355429ad68a1067 | 0 | infrastructure/roles/update_and_upgrade_os | 7,661 | [
"no_license"
] | [
{
"path": "infrastructure/roles/update_and_upgrade_os/tasks/main.yml",
"content": "---\n- name: Update and upgrade OS\n apt:\n update_cache: yes\n upgrade: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": false
} |
ansible_role | sganderson/testansible | 9bf01f0335d81645bc77e8a63664c41a1538d45b | 0 | roles/basic | 7,661 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "- name: copying rsp file for database installation\n copy:\n src: ./rsp/swonly.rsp\n dest: /u01/swonly.rsp\n owner: oracle\n group: oinstall\n mode: 0644\n\n- name: copying rsp file for database creation\n copy:\n src: ./rsp/dbca.rsp\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2135,
"all_permissive": false
} |
ansible_role | sganderson/testansible | 9bf01f0335d81645bc77e8a63664c41a1538d45b | 0 | roles/common | 7,661 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: \"Installing 12cR2Preinstall fonts xclock\"\n yum: \n name:\n - oracle-database-server-12cR2-preinstall \n - xorg-x11-xauth\n - xorg-x11-fonts-* \n - xorg-x11-font-utils \n - xorg-x11-fonts-Type1 \n - xclock\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | sganderson/testansible | 9bf01f0335d81645bc77e8a63664c41a1538d45b | 0 | roles/dbcavirtualbox | 7,661 | [
"no_license"
] | [
{
"path": "roles/dbcavirtualbox/tasks/main.yml",
"content": "- name: copying rsp file for database creation\n copy:\n src: ./rsp/dbcavirtualbox.rsp\n dest: /u01/dbcavirtualbox.rsp\n owner: oracle\n group: oinstall\n mode: 0644\n\n- name: Run database creation\n command: /u01/app/oracle/prod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | mhikeo/mo-cd-ansible-multi-artifact-n-multi-user | bebde19c9bcc754a2203d17ac459270a8907fbc4 | 0 | roles/db | 7,661 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "---\n- name: Download artifact from Artifactory\n get_url:\n url: \"{{ artifactory_host }}{{ artifact.artifact_path }}/{{ artifact.artifact_name }}\"\n dest: \"/tmp/{{ artifact.artifact_name }}\"\n mode: '0440'\n\n- name: Extract artifact\n unarchi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | mhikeo/mo-cd-ansible-multi-artifact-n-multi-user | bebde19c9bcc754a2203d17ac459270a8907fbc4 | 0 | roles/web | 7,661 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n- name: Download artifact from Artifactory\n get_url:\n url: \"{{ artifactory_host }}{{ artifact.artifact_path }}/{{ artifact.artifact_name }}\"\n dest: \"/tmp/{{ artifact.artifact_name }}\"\n mode: '0440'\n\n- name: Extract artifact\n unarch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 804,
"all_permissive": false
} |
ansible_role | iPlantCollaborativeOpenSource/swish | c0941abcc13088be72326893143baeb6bcc5de08 | 0 | roles/admin-dir | 7,661 | [
"no_license"
] | [
{
"path": "roles/admin-dir/vars/main.yml",
"content": "---\n# vars file for admin-dir\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/admin-dir/defaults/main.yml",
"content": "---\n# defaults file for admin-dir\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | iPlantCollaborativeOpenSource/swish | c0941abcc13088be72326893143baeb6bcc5de08 | 0 | roles/api-dir | 7,661 | [
"no_license"
] | [
{
"path": "roles/api-dir/vars/main.yml",
"content": "---\n# vars file for api-dir\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/api-dir/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - api-dir... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | iPlantCollaborativeOpenSource/swish | c0941abcc13088be72326893143baeb6bcc5de08 | 0 | roles/create-upstart-scripts | 7,661 | [
"no_license"
] | [
{
"path": "roles/create-upstart-scripts/tasks/main.yml",
"content": "---\n- name: Create badgekit api upstart script\n template: src=../templates/badgekit-api.conf.j2 dest=/etc/init/badgekit-api.conf\n with_items: \n - \"{{ API_INSTALL_LOCATION }}\"\n - \"{{ API_LOG_LOCATION }}\"\n - \"{{ A... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1280,
"all_permissive": false
} |
ansible_role | iPlantCollaborativeOpenSource/swish | c0941abcc13088be72326893143baeb6bcc5de08 | 0 | roles/database-initialization | 7,661 | [
"no_license"
] | [
{
"path": "roles/database-initialization/tasks/main.yml",
"content": "---\n - name: install mysql\n package: name=mysql-server state=latest\n - name: install mysql python\n package: name=python-mysqldb state=latest\n - name: start mysql\n service: name=mysql state=started\n - name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1113,
"all_permissive": false
} |
ansible_role | iPlantCollaborativeOpenSource/swish | c0941abcc13088be72326893143baeb6bcc5de08 | 0 | roles/database-migrations | 7,661 | [
"no_license"
] | [
{
"path": "roles/database-migrations/tasks/main.yml",
"content": "---\n- name: npm install badgekit api dependencies\n npm: path={{ API_INSTALL_LOCATION }} state=present executable=/usr/local/n/versions/node/0.10.33/bin/npm\n- name: npm install badgekit admin dependencies\n npm: path={{ ADMIN_INSTALL_LOCA... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1738,
"all_permissive": false
} |
ansible_role | iPlantCollaborativeOpenSource/swish | c0941abcc13088be72326893143baeb6bcc5de08 | 0 | roles/install-badgekit-admin | 7,661 | [
"no_license"
] | [
{
"path": "roles/install-badgekit-admin/vars/main.yml",
"content": "---\n# vars file for install-badgekit-admin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/install-badgekit-admin/handlers/main.yml",
"content": "---\n# handlers file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | iPlantCollaborativeOpenSource/swish | c0941abcc13088be72326893143baeb6bcc5de08 | 0 | roles/install-badgekit-api | 7,661 | [
"no_license"
] | [
{
"path": "roles/install-badgekit-api/vars/main.yml",
"content": "---\n# vars file for badgekit\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/install-badgekit-api/defaults/main.yml",
"content": "---\n# defaults file for install-badg... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | iPlantCollaborativeOpenSource/swish | c0941abcc13088be72326893143baeb6bcc5de08 | 0 | roles/install-git | 7,661 | [
"no_license"
] | [
{
"path": "roles/install-git/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - install-git",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/install-git/defaults/main.yml",
"content": "---\n# default... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | iPlantCollaborativeOpenSource/swish | c0941abcc13088be72326893143baeb6bcc5de08 | 0 | roles/install-node | 7,661 | [
"no_license"
] | [
{
"path": "roles/install-node/vars/main.yml",
"content": "---\n# vars file for install-node\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/install-node/handlers/main.yml",
"content": "---\n# handlers file for install-node\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | iPlantCollaborativeOpenSource/swish | c0941abcc13088be72326893143baeb6bcc5de08 | 0 | roles/start-services | 7,661 | [
"no_license"
] | [
{
"path": "roles/start-services/tasks/main.yml",
"content": "---\n- name: Start badgekit api service\n service: name=badgekit-api state=started\n\n- name: Start badgekit admin service\n service: name=badgekit-admin state=started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | tiagopgeremias/ansible-nexus-repository-manager | fe47b0a177f0f8cf2b2afd2e09eb793b8888796f | 0 | roles/configure_system | 7,663 | [
"no_license"
] | [
{
"path": "roles/configure_system/tasks/main.yml",
"content": "- name: Disable Selinux\n template:\n src: selinux\n dest: /etc/selinux/config\n owner: root\n group: root\n mode: '0644'\n register: disable_selinux\n\n- name: Reboot system\n shell: sleep 2 && shutdown -r now\n async: 5\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | tiagopgeremias/ansible-nexus-repository-manager | fe47b0a177f0f8cf2b2afd2e09eb793b8888796f | 0 | roles/install_java | 7,663 | [
"no_license"
] | [
{
"path": "roles/install_java/tasks/main.yml",
"content": "- name: Java 8\n yum:\n name:\n - java-1.8.0-openjdk\n - java-1.8.0-openjdk-devel\n state: present",
"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 | tiagopgeremias/ansible-nexus-repository-manager | fe47b0a177f0f8cf2b2afd2e09eb793b8888796f | 0 | roles/install_nexus | 7,663 | [
"no_license"
] | [
{
"path": "roles/install_nexus/tasks/main.yml",
"content": "- name: Create Nexus group\n group:\n name: nexus\n state: present\n\n- name: Create nexus user\n user:\n name: nexus\n groups: nexus\n create_home: yes\n\n- name: Download Sonatype Nexus\n get_url:\n url: https://download.sona... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2152,
"all_permissive": false
} |
ansible_role | tiagopgeremias/ansible-nexus-repository-manager | fe47b0a177f0f8cf2b2afd2e09eb793b8888796f | 0 | roles/install_nginx | 7,663 | [
"no_license"
] | [
{
"path": "roles/install_nginx/tasks/main.yml",
"content": "- name: Install Nginx\n yum:\n name: 'nginx'\n state: present\n\n- name: Copy Nginx Config\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n\n- name: Start Nginx Service\n systemd:\n name: nginx\n state: started\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | zfiel/Build_Custom_AMI | 68fcd63993b359fbb87cd11b54f43e7b2766b34c | 0 | ansible/roles/mongodb | 7,663 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb/defaults/main.yml",
"content": "---\n# defaults file for mongodb\n\nmongodb__version: 4.0\nmongodb__packages: \"mongodb-org\"\nmongodb__config_options: []\nmongodb__conf_port: 27017\nmongodb__conf_bindIp: 127.0.0.1\n#mongodb__conf_extra:\nmongodb__apt_localkey: false\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1243,
"all_permissive": false
} |
ansible_role | zfiel/Build_Custom_AMI | 68fcd63993b359fbb87cd11b54f43e7b2766b34c | 0 | ansible/roles/utils | 7,663 | [
"no_license"
] | [
{
"path": "ansible/roles/utils/tasks/main.yml",
"content": "---\n# tasks file for utils\n- name: Install dependencies\n apt:\n name: ['python3','python2.7','git','vim','nano','htop']\n update_cache: yes\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | fredfrazao/ansible-role-redis | 274047cdfbffc400c4cafaa74e1fd29cbea1c316 | 1 | roles/common | 7,663 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\r\n# # This Playbook runs all the common plays in the deployment\r\n- name: Install jq needed to work with json content\r\n yum:\r\n name: jq\r\n\r\n- name: Get Secret for AuthPassword for Redis \r\n shell: curl --header X-Vault-Token:{{ vault_to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3859,
"all_permissive": false
} |
ansible_role | charypar/tea-badger | 68463270649380eca303ed35ed860cfda588bc7c | 0 | provisioning/roles/app | 7,663 | [
"no_license"
] | [
{
"path": "provisioning/roles/app/tasks/deploy.yml",
"content": "%YAML 1.2\n---\n- name: get current sha1\n local_action: command git rev-parse HEAD\n register: sha1_out\n tags: deploy\n\n- name: run grunt\n local_action: command grunt {{grunt_env}}\n tags: deploy\n\n- name: create the build folder\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2373,
"all_permissive": false
} |
ansible_role | charypar/tea-badger | 68463270649380eca303ed35ed860cfda588bc7c | 0 | provisioning/roles/app-dev | 7,663 | [
"no_license"
] | [
{
"path": "provisioning/roles/app-dev/tasks/dependencies.yml",
"content": "%YAML 1.2\n---\n- name: switch npm registry\n shell: \"npm set registry http://registry.npmjs.eu/\"\n tags: dependencies\n\n- name: switch npm registry for root as well\n shell: \"npm set registry http://registry.npmjs.eu/\"\n su... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | charypar/tea-badger | 68463270649380eca303ed35ed860cfda588bc7c | 0 | provisioning/roles/common | 7,663 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "%YAML 1.2\n---\n- name: Update apt\n apt: update_cache=yes\n sudo: yes\n\n- name: Install git\n apt: pkg=git\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | charypar/tea-badger | 68463270649380eca303ed35ed860cfda588bc7c | 0 | provisioning/roles/nginx | 7,663 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/handlers/nginx.yml",
"content": "%YAML 1.2\n---\n- name: restart nginx\n service: name=nginx state=restarted\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "provisioning/roles/nginx/tasks/nginx.ym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1563,
"all_permissive": false
} |
ansible_role | charypar/tea-badger | 68463270649380eca303ed35ed860cfda588bc7c | 0 | provisioning/roles/node-source | 7,663 | [
"no_license"
] | [
{
"path": "provisioning/roles/node-source/tasks/node.yml",
"content": "%YAML 1.2\n---\n- name: dependencies for node\n apt: pkg={{item}}\n state=present\n with_items:\n - make\n - gcc\n - g++\n - openssl\n sudo: yes\n tags: node\n\n- name: create temp folder\n file: path=/home/{{user}}/tmp st... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 956,
"all_permissive": false
} |
ansible_role | jiangxiluning/cdh_deployment | 26b596ed3cc70b75955309429f7154b0c27d6692 | 1 | roles/cm-agent | 7,663 | [
"no_license"
] | [
{
"path": "roles/cm-agent/tasks/main.yml",
"content": "---\n- name: make ~/agent_packages directory\n file: path=~/agent_packages state=directory\n- name: unzip agent.tar.gz\n unarchive: src=agent.tar.gz dest=~/agent_packages/ list_files=yes\n- name: gather common packages rpms\n find: paths=\"/home/cen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 852,
"all_permissive": false
} |
ansible_role | jiangxiluning/cdh_deployment | 26b596ed3cc70b75955309429f7154b0c27d6692 | 1 | roles/cm-server | 7,663 | [
"no_license"
] | [
{
"path": "roles/cm-server/tasks/main.yml",
"content": "---\n- name: add key for luning\n authorized_key: user=centos key=\"{{ lookup('file', '../files/luning.pub') }}\" state=present\n- name: make ~/server_packages directory\n file: path=~/server_packages state=directory\n- name: unzip server.tar.gz\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2736,
"all_permissive": false
} |
ansible_role | jiangxiluning/cdh_deployment | 26b596ed3cc70b75955309429f7154b0c27d6692 | 1 | roles/common | 7,663 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: set hostname\n hostname: name={{ inventory_hostname }}\n become: yes\n become_user: root\n become_method: sudo\n tags: set_nameserver\n- name: set hosts\n template: src=hosts.j2 dest=/etc/hosts owner=root group=root mode=0644\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2364,
"all_permissive": false
} |
ansible_role | jiangxiluning/cdh_deployment | 26b596ed3cc70b75955309429f7154b0c27d6692 | 1 | roles/ldap-client | 7,663 | [
"no_license"
] | [
{
"path": "roles/ldap-client/tasks/main.yml",
"content": "---\n- name: disable selinux\n selinux: state=disabled\n become: yes\n- name: install packages\n yum: name={{ item }} state=present\n become: yes\n with_items:\n - openldap-clients\n - nss-pam-ldapd\n - autofs\n- name: enable password l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1369,
"all_permissive": false
} |
ansible_role | thanhlelgg/ansible-bot | d509079cf65b02aed6f9c46dd6282b87a60c9f9a | 0 | roles/apprunbot | 7,663 | [
"no_license"
] | [
{
"path": "roles/apprunbot/vars/main.yml",
"content": "---\nrepo_location_apprun: \"/srv/repos/apprunbot\"\ngit_repo_apprun: git<EMAIL>:/anki/apprunbot.git\napprun_name: run-apprunbot.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "roles/appr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1302,
"all_permissive": false
} |
ansible_role | thanhlelgg/ansible-bot | d509079cf65b02aed6f9c46dd6282b87a60c9f9a | 0 | roles/firmwarecrashreport | 7,663 | [
"no_license"
] | [
{
"path": "roles/firmwarecrashreport/tasks/main.yml",
"content": "---\n- include_vars: \"vars/all.yml\"\n- include_vars: \"roles/firmwarecrashreport/vars/main.yml\"\n- include_vars: \"vars/protected.yml\"\n- name: Clone Repo Cozmo\n become: yes\n git:\n repo: \"{{ git_repo_cozmo }}\"\n dest: \"{{ re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2763,
"all_permissive": false
} |
ansible_role | thanhlelgg/ansible-bot | d509079cf65b02aed6f9c46dd6282b87a60c9f9a | 0 | roles/github-access | 7,663 | [
"no_license"
] | [
{
"path": "roles/github-access/tasks/main.yml",
"content": "---\n- include_vars: \"vars/all.yml\"\n- include_vars: \"roles/hockeybot-service/vars/main.yml\"\n- include_vars: \"vars/protected.yml\"\n- name: Copy Keys\n become: yes\n copy:\n src: \"{{ rsa_smartling_src }}\"\n dest: \"{{ rsa_smartling_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | thanhlelgg/ansible-bot | d509079cf65b02aed6f9c46dd6282b87a60c9f9a | 0 | roles/s3pushcrashdata | 7,663 | [
"no_license"
] | [
{
"path": "roles/s3pushcrashdata/files/s3_push_hockeyapp_crash_data.sh",
"content": "#!/bin/bash\n#\n# cronjob script to run s3_push_hockeyapp_crash_data\n#\n\nset -e\nset -u\n\nexport PYTHONUNBUFFERED=1\nexport S3_BUCKET=anki-qa-hockeyapp-logs\nexport AWS_REGION=us-west-2\nexport HOCKEYAPP_TOKEN=\nexport A... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1942,
"all_permissive": false
} |
ansible_role | thanhlelgg/ansible-bot | d509079cf65b02aed6f9c46dd6282b87a60c9f9a | 0 | roles/self-updater-service | 7,663 | [
"no_license"
] | [
{
"path": "roles/self-updater-service/tasks/main.yml",
"content": "---\n- include_vars: \"vars/all.yml\"\n- include_vars: \"roles/self-updater-service/vars/main.yml\"\n- include_vars: \"vars/protected.yml\"\n- name: Copy Hockeybot Updater Service\n become: yes\n copy:\n src: \"{{ config_name_ansible }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | thanhlelgg/ansible-bot | d509079cf65b02aed6f9c46dd6282b87a60c9f9a | 0 | roles/setup | 7,663 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- include_vars: \"vars/all.yml\"\n- include_vars: \"vars/protected.yml\"\n- name: Install Prereqs\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n allow_unauthenticated: yes\n update_cache: yes\n with_items:\n - curl\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4371,
"all_permissive": false
} |
ansible_role | thanhlelgg/ansible-bot | d509079cf65b02aed6f9c46dd6282b87a60c9f9a | 0 | roles/ssh-no-repos | 7,663 | [
"no_license"
] | [
{
"path": "roles/ssh-no-repos/tasks/main.yml",
"content": "---\n- include_vars: \"vars/all.yml\"\n#create user account, extracting usernames from the list of files in ./files \n- name: Create User Accounts\n become: yes\n user: name={{ item | basename }} shell=/bin/bash append=yes state=present\n with_fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | thanhlelgg/ansible-bot | d509079cf65b02aed6f9c46dd6282b87a60c9f9a | 0 | roles/ssh-repos | 7,663 | [
"no_license"
] | [
{
"path": "roles/ssh-repos/tasks/main.yml",
"content": "---\n- include_vars: \"vars/all.yml\"\n#create user account, extracting usernames from the list of files in ./files \n- name: Allow sudo without password to members of the sudo group\n become: yes\n template: src=sudoers.j2 dest=/etc/sudoers mode=044... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 994,
"all_permissive": false
} |
ansible_role | thanhlelgg/ansible-bot | d509079cf65b02aed6f9c46dd6282b87a60c9f9a | 0 | roles/update-repo | 7,663 | [
"no_license"
] | [
{
"path": "roles/update-repo/tasks/main.yml",
"content": "---\n- include_vars: \"vars/all.yml\"\n- include_vars: \"roles/update-repo/vars/main.yml\"\n- include_vars: \"vars/protected.yml\"\n- name: Check if repo exists\n stat:\n path: \"{{ repo_location_ansible }}\"\n register: repo_stat\n- name: Set r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1600,
"all_permissive": false
} |
ansible_role | fsacrini/ansible-linuxtips | 4c970d5031096a51e0bc490ba1d3a23fbae26eee | 0 | install_k8s/roles/install-helm | 7,663 | [
"no_license"
] | [
{
"path": "install_k8s/roles/install-helm/tasks/install-monit-tools.yml",
"content": "- name: Install Prometheus\n shell: helm install {{ deploy_prometheus }}\n register: prometheus_result\n\n- name: Install Grafana\n shell: helm install {{ deploy_granafa }}\n register: grafana_result",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 197,
"all_permissive": false
} |
ansible_role | fsacrini/ansible-linuxtips | 4c970d5031096a51e0bc490ba1d3a23fbae26eee | 0 | install_k8s/roles/install-k8s | 7,663 | [
"no_license"
] | [
{
"path": "install_k8s/roles/install-k8s/tasks/install.yml",
"content": "- name: Installing Docker\n shell: curl -fsSL https://get.docker.com | bash\n notify: Restart Docker\n\n- name: Adding the apt k8s keys\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | fsacrini/ansible-linuxtips | 4c970d5031096a51e0bc490ba1d3a23fbae26eee | 0 | install_k8s/roles/join-workers | 7,663 | [
"no_license"
] | [
{
"path": "install_k8s/roles/join-workers/tasks/join-cluster.yml",
"content": "- name: Informar o Token\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O token eh {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n- name: Informar o Hash\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O hash eh {{ hostvar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | fsacrini/ansible-linuxtips | 4c970d5031096a51e0bc490ba1d3a23fbae26eee | 0 | provisioning/roles/create | 7,663 | [
"no_license"
] | [
{
"path": "provisioning/roles/create/tasks/provisioning.yml",
"content": "- name: Criando o Security Group\n local_action:\n module: ec2_group\n name: \"{{ security_group }}\"\n description: Security Group Giropops\n profile: \"{{ profile }}\"\n region: \"{{ region }}\"\n rules:\n - pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2022,
"all_permissive": false
} |
ansible_role | fsacrini/ansible-linuxtips | 4c970d5031096a51e0bc490ba1d3a23fbae26eee | 0 | provisioning/roles/create-instances | 7,663 | [
"no_license"
] | [
{
"path": "provisioning/roles/create-instances/vars/main.yml",
"content": "---\n# vars file for create-instances\ninstance_type: t2.medium\nsec_group_name: giropops\nimage: ami-0db10d1bd827c7426\nkeypair: ansible\nregion: ca-central-1\ncount: 3\nprofile: giropops",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3509,
"all_permissive": false
} |
ansible_role | vasuramisetti/dev-testV | a2ace775e05839281016f83a4dbbdddc72b5ab7b | 0 | roles/Deploy | 7,663 | [
"no_license"
] | [
{
"path": "roles/Deploy/tasks/main.yml",
"content": "---\r\n- name: Download Alert deployment scripts from artifactory\r\n get_url:\r\n url: http://artifacts.west.com/artifactory/libs-snapshot/com/tfcci/ucs/TFCCAlert/${VERSION}/TFCCAlert-${VERSION}.deploymentScripts.tar.gz\" -O deploymentScripts.g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | vadiuz/task | c19eff2bdf6d1fcf339971e33e497821ec1ce68d | 0 | roles/docker | 7,663 | [
"no_license"
] | [
{
"path": "roles/docker/templates/sample.j2",
"content": "# sample.j2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 12
},
{
"path": "roles/docker/tasks/main.yml",
"content": "# roles/nginx/docker/main.yml\n---\n- name: Start Docker container\n docker_conta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | vadiuz/task | c19eff2bdf6d1fcf339971e33e497821ec1ce68d | 0 | roles/nginx | 7,663 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/index.html.j2",
"content": "# roles/nginx/templates/index.html.j2\n<html>\n <body>\n <div>\n <pre>\n CPU Core: {{ ansible_processor_cores }}\n RAM: {{ ansible_memtotal_mb }}\n Disk System: {{ ansible_devices }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | DivyaHD100/ansible | 6323ad640e8b40ef8a909903d14037fa2eaac04d | 0 | roles/common | 7,663 | [
"no_license"
] | [
{
"path": "roles/common/tasks/download.yml",
"content": "- name: Download and extract the component \n ansible.builtin.unarchive:\n src: https://github.com/stans-robot-project/{{COMPONENT}}/archive/main.zip\n dest: /tmp \n remote_src: yes \n\n- name: Performing {{COMPONENT}} cleanup \n ansible.bu... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4280,
"all_permissive": false
} |
ansible_role | DivyaHD100/ansible | 6323ad640e8b40ef8a909903d14037fa2eaac04d | 0 | roles/frontend | 7,663 | [
"no_license"
] | [
{
"path": "roles/frontend/handlers/main.yml",
"content": "- name: Restart Nginx #name of handler\n ansible.builtin.service:\n name: nginx\n state: restarted \n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "roles/fr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1423,
"all_permissive": false
} |
ansible_role | DivyaHD100/ansible | 6323ad640e8b40ef8a909903d14037fa2eaac04d | 0 | roles/mysql | 7,663 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "APPUSER: roboshop\nCOMPONENT: mysql",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Copying mysql repo\n ansible.builtin.copy:\n src: mysql.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1693,
"all_permissive": false
} |
ansible_role | remonadly/Deploying-web-app-to-AWS-using-CI-CD-pipeline | 0b41463c8096a2eb172741cdbbe9182d39ff6de6 | 0 | .circleci/ansible/roles/deploy | 7,658 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"create app directory\"\n file:\n path: /home/ubuntu/backend\n state: directory\n\n#- name: \"Copy backend files to the new server.\"\n # copy:\n # src: ~/project/artifact.tar.gz\n # dest: ~/project\n\n- name: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/datacenter | 7,658 | [
"no_license"
] | [
{
"path": "roles/datacenter/files/datacenter_config",
"content": "#! /usr/bin/env python\n\nimport time\nfrom ovirtsdk.api import API\nfrom ovirtsdk.xml import params\nfrom ovirtsdk.infrastructure.errors import RequestError\n\nDEFAULT_DC = 'Default'\nDEFAULT_CLUSTER = 'Default'\nDEFAULT_CPU_PROFILE = 'Defau... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8167,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/engine | 7,658 | [
"no_license"
] | [
{
"path": "roles/engine/defaults/main.yml",
"content": "---\n\nconfig_dir: /etc/ansible-ovirt\nadmin_password: <PASSWORD>\nengine_application_mode: both\novirt_engine_db_host: localhost\novirt_engine_db_password: <PASSWORD>\novirt_engine_db_port: 5432\novirt_engine_db_user: engine\nengine_fqdn: ovirt-engine... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6201,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/hypervisor | 7,658 | [
"no_license"
] | [
{
"path": "roles/hypervisor/tasks/main.yml",
"content": "---\n\n- name: Install dependencies\n yum: name={{ item }} state=present\n with_items:\n - vdsm\n - glusterfs-fuse\n - glusterfs-cli\n async: 3600\n poll: 5\n tags:\n - packages\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/launch_vms | 7,658 | [
"no_license"
] | [
{
"path": "roles/launch_vms/tasks/main.yml",
"content": "---\n\n- name: ensure the script directory exists\n file:\n path: '{{ config_dir }}/scripts'\n state: directory\n recurse: yes\n mode: 0700\n\n- name: copy storage setup script\n copy:\n src: files/upload_image\n dest: '{{ config_d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10329,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/override_tty | 7,658 | [
"no_license"
] | [
{
"path": "roles/override_tty/tasks/main.yml",
"content": "- name: Override tty\n lineinfile:\n dest: /etc/sudoers\n line: Defaults !requiretty\n regexp: Defaults.*requiretty\n state: present\n validate: visudo -cf %s\n tags:\n - setup\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/register_hypervisor | 7,658 | [
"no_license"
] | [
{
"path": "roles/register_hypervisor/defaults/main.yml",
"content": "---\n\nconfig_dir: /etc/ansible-ovirt\nengine_fqdn: test-rhev-engine.example.com\nscript_runner: '{{ engine_fqdn }}'\nengine_username: admin@internal\nadmin_password: <PASSWORD>\nroot_password: <PASSWORD>\ncluster_name: Default\ncompatibil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9081,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/satellite_registration | 7,658 | [
"no_license"
] | [
{
"path": "roles/satellite_registration/defaults/main.yml",
"content": "---\n\nsatellite_fqdn: satellite.example.com\nactivation_key: test\norganization: Default_Organization\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/satellite_registr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/self_hosted_additional_host | 7,658 | [
"no_license"
] | [
{
"path": "roles/self_hosted_additional_host/defaults/main.yml",
"content": "hosted_storage_type: nfs\nstorage_domain_type: \"{{ 'nfs3' if hosted_storage_type == 'nfs' else hosted_storage_type }}\"\ncpu_model: model_Nehalem\ngateway: '{{ ansible_default_ipv4.gateway}}'\ninterface_name: '{{ ansible_default_i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2080,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/self_hosted_engine | 7,658 | [
"no_license"
] | [
{
"path": "roles/self_hosted_engine/tasks/main.yml",
"content": "---\n\n- name: Install python-enum34\n yum: name=python-enum34 state=present\n\n- name: Update all packages\n yum: name=* state=latest\n async: 3600\n poll: 5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/self_hosted_first_host | 7,658 | [
"no_license"
] | [
{
"path": "roles/self_hosted_first_host/templates/enginevm_before_engine_setup.yml.j2",
"content": "---\n- name: Update the answer file with our parameters\n lineinfile:\n dest: \"/root/{{ 'heanswers.conf' if compatibility_version < 4.3 else 'ovirt-engine-answers' }}\"\n regexp: \"{{ '{{' }} line_to_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 18130,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/storage | 7,658 | [
"no_license"
] | [
{
"path": "roles/storage/defaults/main.yml",
"content": "---\n\n\nconfig_dir: /etc/ansible-ovirt\nengine_fqdn: rhev-engine.example.com\nengine_username: admin@internal\nadmin_password: <PASSWORD>\ndc_name: Default\n\ndata_storage_type: nfs\ndata_storage_name: my_data_storage\ndata_storage_address: www.examp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6727,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/subscription | 7,658 | [
"no_license"
] | [
{
"path": "roles/subscription/tasks/main.yml",
"content": "---\n\n- name: print repositories\n debug: msg='{{ repositories }}'\n\n- name: disable all\n command: subscription-manager repos --disable=*\n\n- name: enable repos\n command: subscription-manager repos --enable {{ repositories | join(' --enable ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/wait_for_active_he_vm | 7,658 | [
"no_license"
] | [
{
"path": "roles/wait_for_active_he_vm/files/wait_for_active_he_vm",
"content": "#! /usr/bin/env python\n\nimport time\nfrom ovirtsdk.api import API\n\n\ndef main():\n args = parse_args()\n engine_api = get_api(\n url=args.url,\n user=args.username,\n password=args.password,\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2625,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/wait_for_engine | 7,658 | [
"no_license"
] | [
{
"path": "roles/wait_for_engine/tasks/main.yml",
"content": "---\n\n- name: Wait for RHV UI\n uri:\n url: https://{{ engine_fqdn }}/ovirt-engine/api\n method: GET\n validate_certs: no\n user: '{{ engine_username }}'\n password: '{{ <PASSWORD> }}'\n register: result\n until: result.status ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/wait_for_host_up | 7,658 | [
"no_license"
] | [
{
"path": "roles/wait_for_host_up/tasks/main.yml",
"content": "---\n\n- name: wait for SSH to respond on host\n local_action: wait_for port=22 host={{ inventory_hostname }} timeout={{ timeout }}\n\n- name: Set the user variable so local-action works\n set_fact: user={{ ansible_user }}\n\n- name: Ensure SS... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | fusor/ansible-ovirt | ccd246d004f7bb58e3574015be28c9ae41578e5c | 14 | roles/wait_for_yum_lock | 7,658 | [
"no_license"
] | [
{
"path": "roles/wait_for_yum_lock/tasks/main.yml",
"content": "---\n\n- name: Wait until existing yum tasks complete\n stat:\n path: /var/run/yum.pid\n register: result\n until: result['stat']['exists'] == false\n retries: 10\n delay: 30\n changed_when: false\n failed_when: false\n tags:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | kubernetes-study-guide/kubernetes-NFS-Persistant-Volume-Vagrant-Demo | e073e9427510822e89acfc24d42ab653721415db | 1 | roles/common-packages | 7,658 | [
"no_license"
] | [
{
"path": "roles/common-packages/tasks/use-eth1.yml",
"content": "---\n\n# https://github.com/kubernetes/kubeadm/issues/203#issuecomment-412248894\n\n\n\n\n- name: get kubernetes to only use eth1\n copy:\n dest: /etc/default/kubelet\n content: |\n KUBELET_EXTRA_ARGS=--node-ip={{ eth1_ip_address ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2525,
"all_permissive": false
} |
ansible_role | kubernetes-study-guide/kubernetes-NFS-Persistant-Volume-Vagrant-Demo | e073e9427510822e89acfc24d42ab653721415db | 1 | roles/master-kube-init | 7,658 | [
"no_license"
] | [
{
"path": "roles/master-kube-init/tasks/main.yml",
"content": "---\n\n- name: Run kubeadm init command\n command: /usr/bin/kubeadm init --apiserver-advertise-address 10.3.5.110 --pod-network-cidr=192.168.0.0/16\n args:\n creates: /etc/kubernetes/kubelet.conf\n register: kubeadm_init_output\n # the '-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3676,
"all_permissive": false
} |
ansible_role | kubernetes-study-guide/kubernetes-NFS-Persistant-Volume-Vagrant-Demo | e073e9427510822e89acfc24d42ab653721415db | 1 | roles/setup-overlay-networking | 7,658 | [
"no_license"
] | [
{
"path": "roles/setup-overlay-networking/tasks/main.yml",
"content": "---\n\n\n\n\n- name: Create folders for calico\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0755\n loop:\n - /root/kubernetes\n - /root/kubernetes/calico\n\n\n# https://docs.projectcalico.org/v3.6/getting-st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1611,
"all_permissive": false
} |
ansible_role | kubernetes-study-guide/kubernetes-NFS-Persistant-Volume-Vagrant-Demo | e073e9427510822e89acfc24d42ab653721415db | 1 | roles/worker-kubeadm-join | 7,658 | [
"no_license"
] | [
{
"path": "roles/worker-kubeadm-join/tasks/main.yml",
"content": "---\n\n- name: Get kube join command\n shell: /bin/grep 'kubeadm join' /vagrant/kube_cache/kubeadm_init_output.txt | /bin/sed 's/^[[:space:]]*//'\n register: join_command_output\n\n\n- name: run kubeadm join command\n command: \"{{ join_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | Galina-Sh/projects | e2eb8788545a70cd833ea13eb06f0ad5a0cbb3e7 | 0 | ansible/roles/detective-price | 7,658 | [
"no_license"
] | [
{
"path": "ansible/roles/detective-price/defaults/main.yml",
"content": "---\nansible_python_interpreter: \"/usr/bin/python3\"\ncompose_version: '3.7'\nexposed_port: \"{{ back_exposed_port }}\"\ncontainer_port: \"{{ back_container_port }}\"\nregistry_password: '{{ registry_password }}'\n\n# logging options\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3017,
"all_permissive": false
} |
ansible_role | xiaopeng163/ansible-gobgp | 379b7ee1b5f5a68a47632002ff8258a27db07dc2 | 3 | roles/gobgp | 7,658 | [
"permissive"
] | [
{
"path": "roles/gobgp/templates/docker-compose.yml.j2",
"content": "version: \"3.4\"\n\nservices:\n\n{% for peer in gobgp_neighbors %}\n gobgp-{{ peer.name }}:\n image: {{ gobgp_image_name }}\n container_name: gobgp-{{ peer.name }}\n hostname: gobgp-{{ peer.name }}\n restart: unless-stopped\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2121,
"all_permissive": true
} |
ansible_role | arnaudmorin/GangBangLinux | 70174a0e4e887bcb556026dfd173b607e4814a76 | 2 | roles/gangbang | 7,658 | [
"permissive"
] | [
{
"path": "roles/gangbang/files/themes/simpliX/Extras/GTK3/GTK-3.06.4/simpliX/gtk-3.0/settings.ini",
"content": "[Settings]\ngtk-button-images = 0\ngtk-menu-images = 0\ngtk-menu-popup-delay = 50\ngtk-enable-mnemonics = 0\ngtk-auto-mnemonics = 0\ngtk-enable-accels = 1\ngtk-error-bell = 0\ngtk-toolbar-style =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 28807,
"all_permissive": true
} |
ansible_role | jacobbaek/hashivault-ansible | cf30476d2e1154eadea46249e3d49193031cd8a3 | 1 | roles/client | 7,658 | [
"no_license"
] | [
{
"path": "roles/client/tasks/main.yml",
"content": "---\n- name: generate ssh-key\n openssh_keypair:\n path: \"~/.ssh/id_rsa\"\n type: rsa\n state: present\n\n- name: make vault public key\n shell: '/usr/local/bin/vault write -field=signed_key {{ signer_path }}/sign/{{ ssh_role_name }} public_ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | jacobbaek/hashivault-ansible | cf30476d2e1154eadea46249e3d49193031cd8a3 | 1 | roles/common | 7,658 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: install packages\n yum:\n name: unzip\n state: latest\n\n- name: Download vault binary\n get_url:\n url: \"{{ vault_download_url }}\"\n dest: /tmp/vault.zip\n force: no\n\n- name: unarchive the vault zip file\n unarchive:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | jacobbaek/hashivault-ansible | cf30476d2e1154eadea46249e3d49193031cd8a3 | 1 | roles/server | 7,658 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n- name: make vault public key \n shell: '/usr/local/bin/vault read -field=public_key {{ signer_path }}/config/ca > /etc/ssh/trusted-user-ca-keys.pem'\n environment:\n VAULT_ADDR: \"{{ vault_addr }}\"\n VAULT_TOKEN: \"{{ vault_token }}\"\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | jacobbaek/hashivault-ansible | cf30476d2e1154eadea46249e3d49193031cd8a3 | 1 | roles/vault | 7,658 | [
"no_license"
] | [
{
"path": "roles/vault/tasks/main.yml",
"content": "---\n- name: secret enabling\n shell: '/usr/local/bin/vault secrets enable -path={{ signer_path }} ssh'\n environment:\n VAULT_ADDR: \"{{ vault_addr }}\"\n VAULT_TOKEN: \"{{ vault_token }}\"\n\n- name: make vault public key (if you want to existanc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1020,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.