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 | harrykantas/ansible-playbooks | f1bcff97b8b5c623e1a9141aefe0ac4e0754188a | 0 | roles/sudo | 7,865 | [
"no_license"
] | [
{
"path": "roles/sudo/tasks/main.yml",
"content": "---\n\n- name: config sudoers for the wheel group\n become: yes\n ansible.builtin.copy:\n src: sudoers.d/\n dest: /etc/sudoers.d/",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | harrykantas/ansible-playbooks | f1bcff97b8b5c623e1a9141aefe0ac4e0754188a | 0 | roles/suspend | 7,865 | [
"no_license"
] | [
{
"path": "roles/suspend/handlers/main.yml",
"content": "---\n\n- name: enable hibernate-after-suspend service\n become: yes\n ansible.builtin.systemd:\n name: hibernate-after-suspend\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | harrykantas/ansible-playbooks | f1bcff97b8b5c623e1a9141aefe0ac4e0754188a | 0 | roles/sysctl | 7,865 | [
"no_license"
] | [
{
"path": "roles/sysctl/tasks/main.yml",
"content": "---\n\n- name: sysctl config\n become: yes\n ansible.builtin.copy:\n src: sysctl.d/\n dest: /etc/systctl.d/",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | harrykantas/ansible-playbooks | f1bcff97b8b5c623e1a9141aefe0ac4e0754188a | 0 | roles/udev | 7,865 | [
"no_license"
] | [
{
"path": "roles/udev/tasks/main.yml",
"content": "---\n\n- name: udev config\n become: yes\n ansible.builtin.copy:\n src: rules.d/\n dest: /etc/udev/rules.d/",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | harrykantas/ansible-playbooks | f1bcff97b8b5c623e1a9141aefe0ac4e0754188a | 0 | roles/vconsole | 7,865 | [
"no_license"
] | [
{
"path": "roles/vconsole/tasks/main.yml",
"content": "---\n\n- name: configure console font\n become: yes\n ansible.builtin.copy:\n content: \"FONT={{fonts.vconsole}}\"\n dest: /etc/vconsole.conf\n when: fonts.vconsole is defined",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | harrykantas/ansible-playbooks | f1bcff97b8b5c623e1a9141aefe0ac4e0754188a | 0 | roles/wireguard | 7,865 | [
"no_license"
] | [
{
"path": "roles/wireguard/templates/wire.j2",
"content": "[Interface]\nAddress = 10.10.1.1/24\nListenPort = 51820\nPrivateKey = {{wireguard.wire.private_key}}\n\n# substitute eth0 in the following lines to match the Internet-facing interface\n# if the server is behind a router and receives traffic via NAT,... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1967,
"all_permissive": false
} |
ansible_role | Dardin-dale/ansible | 50795730279e3aae3fc2d1a762b3b4cc34da4131 | 0 | roles/common | 7,865 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Include core setup tasks\n include_tasks: core-setup.yml\n tags:\n - core\n - setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/common/tasks/fonts.yml",
"con... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2862,
"all_permissive": false
} |
ansible_role | Dardin-dale/ansible | 50795730279e3aae3fc2d1a762b3b4cc34da4131 | 0 | roles/development | 7,865 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "---\n- name: Include Golang setup tasks\n include_tasks: golang.yml\n tags:\n - golang\n - development\n\n- name: Include Node.js setup tasks\n include_tasks: node.yml\n tags:\n - node\n - development\n\n- name: Include Rust setup tas... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9790,
"all_permissive": false
} |
ansible_role | Dardin-dale/ansible | 50795730279e3aae3fc2d1a762b3b4cc34da4131 | 0 | roles/dotfiles | 7,865 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/zsh.yml",
"content": "---\n- name: Ensure Zsh is installed\n apt:\n name: zsh\n state: present\n become: yes\n\n- name: Get Zsh path\n command: which zsh\n register: zsh_path\n changed_when: false\n\n- name: Set Zsh as default shell\n user:\n name: \"{{ ansible... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3428,
"all_permissive": false
} |
ansible_role | Dardin-dale/ansible | 50795730279e3aae3fc2d1a762b3b4cc34da4131 | 0 | roles/git | 7,865 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Git personal setup email\n git_config:\n name: user.email\n scope: global\n value: \"{{ personal_git_email }}\"\n tags:\n - git-personal\n\n- name: Git personal setup name\n git_config:\n name: user.name\n scope: global\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | Dardin-dale/ansible | 50795730279e3aae3fc2d1a762b3b4cc34da4131 | 0 | roles/ssh | 7,865 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "- name: Ensure .ssh directory exists\n file:\n path: \"{{ ansible_env.HOME }}/.ssh\"\n state: directory\n mode: '0700'\n\n- name: Add SSH private key (Ed25519)\n copy:\n content: \"{{ ssh_private_key }}\"\n dest: \"{{ ansible_env.HOME }}/.ss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1132,
"all_permissive": false
} |
ansible_role | jncc/logstash-config-templates | 6f0ee03fb0e1c29b1f8f661f6787d8de2de05579 | 0 | deployment/ansible/roles/kibana | 7,865 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/kibana/tasks/setup-debian.yml",
"content": "---\n- name: Ensure dependency is installed (Ubuntu).\n apt: name=apt-transport-https state=present\n\n- name: Debian - Add Elasticsearch repository key\n become: yes\n apt_key: url=\"{{ kb_apt_key_url }}\" state=present\n w... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | jncc/logstash-config-templates | 6f0ee03fb0e1c29b1f8f661f6787d8de2de05579 | 0 | deployment/ansible/roles/logstash | 7,865 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/logstash/tasks/setup-debian.yml",
"content": "---\n- name: Ensure dependency is installed (Ubuntu).\n apt: name=apt-transport-https state=present\n\n- name: Debian - Add Elasticsearch repository key\n become: yes\n apt_key: url=\"{{ ls_apt_key_url }}\" state=present\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1500,
"all_permissive": false
} |
ansible_role | Epiconcept-Paris/deep.piste | f6f5f6f2ba03862e7b2715bb70ce91ad3ff192b4 | 1 | ansible/export_hdh/roles/input2sftp | 7,865 | [
"no_license"
] | [
{
"path": "ansible/export_hdh/roles/input2sftp/tasks/main.yml",
"content": "---\n- name: input folder exists\n file:\n path: \"{{ dp_home }}/data/{{ item }}\"\n state: directory\n mode: u=rwx,g=,o=,g+s\n become_user: \"{{ ssh_user }}\"\n with_items:\n - input\n - input/crcdc\n - input/epiconc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2609,
"all_permissive": false
} |
ansible_role | Epiconcept-Paris/deep.piste | f6f5f6f2ba03862e7b2715bb70ce91ad3ff192b4 | 1 | ansible/export_hdh/roles/node | 7,865 | [
"no_license"
] | [
{
"path": "ansible/export_hdh/roles/node/tasks/main.yml",
"content": "---\n- name: Transfer is not currently running with this user\n shell: pkill -f -u {{ ssh_user }} .*python.*dpiste.*export.*\n register: out\n become_user: \"{{ ssh_user }}\"\n changed_when: out.rc == 0\n failed_when: '\"rc\" not in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3076,
"all_permissive": false
} |
ansible_role | Epiconcept-Paris/deep.piste | f6f5f6f2ba03862e7b2715bb70ce91ad3ff192b4 | 1 | ansible/export_hdh/roles/running_export | 7,865 | [
"no_license"
] | [
{
"path": "ansible/export_hdh/roles/running_export/tasks/main.yml",
"content": "---\n- name: checking if export is currently running\n shell: |\n pgrep -f -u {{ ssh_user }} .*python.*dpiste.*export.*\n register: running\n become_user: \"{{ ssh_user }}\"\n changed_when: False\n failed_when: '\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1012,
"all_permissive": false
} |
ansible_role | Epiconcept-Paris/deep.piste | f6f5f6f2ba03862e7b2715bb70ce91ad3ff192b4 | 1 | ansible/export_hdh/roles/sftp2input | 7,865 | [
"no_license"
] | [
{
"path": "ansible/export_hdh/roles/sftp2input/tasks/main.yml",
"content": "---\n- name: input folder exists\n file:\n path: \"{{ dp_home }}/data/{{ item }}\"\n state: directory\n mode: u=rwx,g=,o=,g+s\n become_user: \"{{ ssh_user }}\"\n with_items:\n - input\n - input/crcdc\n - input/epiconc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1441,
"all_permissive": false
} |
ansible_role | yaasita/ansible-systemd-nspawn | 795a0f4bba536748b939c89637687a742ffa00c6 | 3 | roles/nspawn | 7,878 | [
"no_license"
] | [
{
"path": "roles/nspawn/files/iptables",
"content": "#!/bin/bash\nset -eu\n# iptables\niptables -F -t nat\niptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/nspawn/tasks/main.yml",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | danielmilman1/work | 50c1aeae88e9e2e353ca9c75076b9d38d5550877 | 0 | ansible/roles/jenkinsInstall | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkinsInstall/vars/main.yml",
"content": "---\n# vars file for ./jenkins\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "ansible/roles/jenkinsInstall/defaults/main.yml",
"content": "---\n# defaults file for ./jenkins... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1285,
"all_permissive": false
} |
ansible_role | danielmilman1/work | 50c1aeae88e9e2e353ca9c75076b9d38d5550877 | 0 | ansible/roles/setupJenkins | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/setupJenkins/defaults/main.yml",
"content": "---\n# defaults file for setupJenkins\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/setupJenkins/tasks/main.yml",
"content": "---\n - name: read admin pwd\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1715,
"all_permissive": false
} |
ansible_role | okdyy75/bench-docker | 766b9c8e44027d5c830f04b2d598d49de1aaafb5 | 6 | ansible/roles/clone | 7,878 | [
"permissive"
] | [
{
"path": "ansible/roles/clone/tasks/main.yml",
"content": "---\n- name: Git clone\n git:\n repo: https://github.com/okdyy75/bench-docker.git\n dest: /var/www\n version: main\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": true
} |
ansible_role | okdyy75/bench-docker | 766b9c8e44027d5c830f04b2d598d49de1aaafb5 | 6 | ansible/roles/common | 7,878 | [
"permissive"
] | [
{
"path": "ansible/roles/common/templates/.bash_profile",
"content": "# .bash_profile\n\n# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n\t. ~/.bashrc\nfi\n\n# User specific environment and startup programs\n\nPATH=$PATH:$HOME/bin\n\nexport PATH\n\nexport DB_HOST={{ db_host }}\nexport DB_NAME={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 558,
"all_permissive": true
} |
ansible_role | okdyy75/bench-docker | 766b9c8e44027d5c830f04b2d598d49de1aaafb5 | 6 | ansible/roles/go | 7,878 | [
"permissive"
] | [
{
"path": "ansible/roles/go/tasks/main.yml",
"content": "---\n- name: Install Go\n # リポジトリに表示されるトピックとバージョンは異なる場合があるらしい。実際バージョンがgo1.15.3だった\n shell: amazon-linux-extras install -y golang1.11\n\n- name: Go get go-sql-driver/mysql\n shell: go get -u github.com/go-sql-driver/mysql",
"license_type": "perm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": true
} |
ansible_role | okdyy75/bench-docker | 766b9c8e44027d5c830f04b2d598d49de1aaafb5 | 6 | ansible/roles/mysql | 7,878 | [
"permissive"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: Istall yum-utils(to use yum-config-manager)\n yum:\n state: present\n name:\n - yum-utils\n\n- name: Install mysql repo\n yum: \n state: present\n name: https://dev.mysql.com/get/mysql80-community-release-el7-3.noarc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2641,
"all_permissive": true
} |
ansible_role | okdyy75/bench-docker | 766b9c8e44027d5c830f04b2d598d49de1aaafb5 | 6 | ansible/roles/nginx | 7,878 | [
"permissive"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n# nginx\n- name: Install Nginx\n shell: amazon-linux-extras install -y nginx1.12\n\n- name: Deploy nginx.conf\n template:\n src: templates/nginx.conf\n dest: /etc/nginx/nginx.conf\n\n- name: Deploy php-fpm.conf\n template:\n src: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1396,
"all_permissive": true
} |
ansible_role | okdyy75/bench-docker | 766b9c8e44027d5c830f04b2d598d49de1aaafb5 | 6 | ansible/roles/php | 7,878 | [
"permissive"
] | [
{
"path": "ansible/roles/php/tasks/main.yaml",
"content": "---\n- name: Install epel repo\n yum: \n state: present\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n\n- name: Install remi repo\n yum: \n state: present\n name: https://rpms.remirepo.net/enterprise/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 538,
"all_permissive": true
} |
ansible_role | okdyy75/bench-docker | 766b9c8e44027d5c830f04b2d598d49de1aaafb5 | 6 | ansible/roles/python | 7,878 | [
"permissive"
] | [
{
"path": "ansible/roles/python/tasks/main.yml",
"content": "---\n- name: Install Python\n shell: amazon-linux-extras install -y python3.8\n\n- name: Install modules\n yum:\n state: present\n name:\n - python38-pip\n - python38-devel\n\n- name: Create symbolic link pip3\n file: \n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": true
} |
ansible_role | okdyy75/bench-docker | 766b9c8e44027d5c830f04b2d598d49de1aaafb5 | 6 | ansible/roles/ruby | 7,878 | [
"permissive"
] | [
{
"path": "ansible/roles/ruby/tasks/main.yml",
"content": "---\n- name: Install modules for rbenv\n yum:\n state: present\n name:\n - tar\n - git\n - gcc\n - openssl-devel\n - readline-devel\n - zlib-devel\n\n- name: Git clone rbenv\n git:\n repo: https://github.com/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 796,
"all_permissive": true
} |
ansible_role | 0xBABA/elephant-ops | 822bb40816e9378b746958427b3aec2dff43e13b | 0 | ansible/roles/bootstrap | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/tasks/install_helm.yml",
"content": "---\n- name: Add Helm GPG key\n apt_key:\n url: https://baltocdn.com/helm/signing.asc\n state: present\n tags:\n - include_bootstrap_role\n - install_helm\n\n- name: Setup Helm Stable repo\n apt_repository:\n repo: \"d... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2620,
"all_permissive": false
} |
ansible_role | 0xBABA/elephant-ops | 822bb40816e9378b746958427b3aec2dff43e13b | 0 | ansible/roles/consul | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/consul/vars/main.yml",
"content": "---\ndnsmasq_configuration_file: /etc/dnsmasq.d/10-consul\nconsul_configuration_file_path: /etc/consul.d/config.json\nconsul_service_conf_file_path: /etc/systemd/system/consul.service\nresolved_conf_file_path: /etc/systemd/resolved.conf",
"lice... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6401,
"all_permissive": false
} |
ansible_role | 0xBABA/elephant-ops | 822bb40816e9378b746958427b3aec2dff43e13b | 0 | ansible/roles/filebeat | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat/files/filebeat.yml",
"content": "filebeat.inputs:\n - type: log\n enabled: false\n paths:\n - /var/log/auth.log\n\nfilebeat.modules:\n - module: system\n syslog:\n enabled: true\n auth:\n enabled: true\n\nfilebeat.config.modules:\n path: ${path... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1569,
"all_permissive": false
} |
ansible_role | 0xBABA/elephant-ops | 822bb40816e9378b746958427b3aec2dff43e13b | 0 | ansible/roles/install_node_exporter | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/install_node_exporter/defaults/main.yml",
"content": "---\n# defaults file for roles/install_node_exporter\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "ansible/roles/install_node_exporter/tests/test.yml",
"content"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1129,
"all_permissive": false
} |
ansible_role | 0xBABA/elephant-ops | 822bb40816e9378b746958427b3aec2dff43e13b | 0 | ansible/roles/jenkins-agents | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins-agents/tasks/main.yml",
"content": "---\n- name: add docker's official GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n tags:\n - include_jenkins_agent_role\n\n- name: add docker stable repository to apt\n apt_repository:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3761,
"all_permissive": false
} |
ansible_role | 0xBABA/elephant-ops | 822bb40816e9378b746958427b3aec2dff43e13b | 0 | ansible/roles/jenkins-server | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins-server/templates/agent-01-config.xml.j2",
"content": "<?xml version='1.1' encoding='UTF-8'?>\n<slave>\n <name>jenkins-agent-01</name>\n <description>Ubuntu Agent</description>\n <remoteFS>./jenkins-agent</remoteFS>\n <numExecutors>1</numExecutors>\n <mode>NORMAL</mode>\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4394,
"all_permissive": false
} |
ansible_role | 0xBABA/elephant-ops | 822bb40816e9378b746958427b3aec2dff43e13b | 0 | ansible/roles/prometheus | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/tasks/deploy_monitoring_eks.yml",
"content": "---\n- name: create monitoring manifests directory\n file:\n path: /home/ubuntu/monitoring_manifests\n state: directory\n tags:\n - deploy_monitoring_eks\n\n- name: copy monitoring manifest files\n copy:\n src: ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8798,
"all_permissive": false
} |
ansible_role | 0xBABA/elephant-ops | 822bb40816e9378b746958427b3aec2dff43e13b | 0 | ansible/roles/psql | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/psql/defaults/main.yml",
"content": "---\n# defaults file for roles/psql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible/roles/psql/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | rvduu/setupds | 8223191296ea97dcc350af273ff8fb015d44e8f2 | 0 | roles/certificates | 7,878 | [
"no_license"
] | [
{
"path": "roles/certificates/tasks/main.yml",
"content": "---\n- name: create pwd file\n template: src=pwdfile.j2 dest=/root/scripts/pwdfile owner=root group=root mode=0600\n\n- name: create noise file\n command: dd if=/dev/urandom of=/root/scripts/noisefile bs=60 count=1 creates=/root/scripts/noisefile\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1827,
"all_permissive": false
} |
ansible_role | rvduu/setupds | 8223191296ea97dcc350af273ff8fb015d44e8f2 | 0 | roles/changelog | 7,878 | [
"no_license"
] | [
{
"path": "roles/changelog/templates/addchangelog.ldif.j2",
"content": "dn: cn=changelog5,cn=config\nchangetype: add\nobjectClass: top\nobjectClass: extensibleObject\ncn: changelog5\nnsslapd-changelogdir: /var/lib/dirsrv/slapd-{{ instance }}/changelogdb\n\ndn: cn=repman,cn=config\nchangetype: add\nobjectCla... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | rvduu/setupds | 8223191296ea97dcc350af273ff8fb015d44e8f2 | 0 | roles/cleanup | 7,878 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "- name: cleanup local tmp dir\n local_action:\n module: file path={{ playbook_dir }}/tmp state=absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | rvduu/setupds | 8223191296ea97dcc350af273ff8fb015d44e8f2 | 0 | roles/enablessl | 7,878 | [
"no_license"
] | [
{
"path": "roles/enablessl/handlers/main.yml",
"content": "---\n- name: restart dirsrv\n service: name=dirsrv state=restarted\n when: ansible_distribution_major_version == \"6\"\n\n- name: restart dirsrv.target\n service: name=dirsrv.target state=restarted\n when: ansible_distribution_major_version == \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5506,
"all_permissive": false
} |
ansible_role | rvduu/setupds | 8223191296ea97dcc350af273ff8fb015d44e8f2 | 0 | roles/install | 7,878 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "---\n- name: install base group\n yum: name=@base state=present\n\n- name: install openjdk\n yum: name=java-1.6.0-openjdk state=present\n when: ansible_distribution_major_version == \"6\"\n\n- name: install RHDS\n yum: name={{item}}\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2160,
"all_permissive": false
} |
ansible_role | rvduu/setupds | 8223191296ea97dcc350af273ff8fb015d44e8f2 | 0 | roles/register | 7,878 | [
"no_license"
] | [
{
"path": "roles/register/tasks/main.yml",
"content": "---\n- name: register to RH customer portal\n redhat_subscription:\n consumer_name: \"{{ systemname_prefix }}{{ ansible_hostname }}\"\n autosubscribe: no\n password: \"{{ <PASSWORD> }}\"\n username: \"{{ portal_username }}\"\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | rvduu/setupds | 8223191296ea97dcc350af273ff8fb015d44e8f2 | 0 | roles/replicaid | 7,878 | [
"no_license"
] | [
{
"path": "roles/replicaid/tasks/main.yml",
"content": "---\n - name: copy addreplica.ldif\n template: src=addreplica.ldif.j2 dest=/root/scripts/addreplica.ldif\n\n - name: add replica\n shell: ldapmodify -x -H ldap://127.0.0.1/ -D \"cn=Directory Manager\" -w \"{{ dmpasswd }}\" -f /root/scripts/addr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | rvduu/setupds | 8223191296ea97dcc350af273ff8fb015d44e8f2 | 0 | roles/replication | 7,878 | [
"no_license"
] | [
{
"path": "roles/replication/tasks/main.yml",
"content": "---\n- name: copy replication.sh\n template: src=replication.sh.j2 dest=/root/scripts/replication.sh owner=root group=root mode=0750\n\n- name: create replication agreements\n shell: /root/scripts/replication.sh && touch /root/scripts/replication.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1537,
"all_permissive": false
} |
ansible_role | rvduu/setupds | 8223191296ea97dcc350af273ff8fb015d44e8f2 | 0 | roles/setupslapdadmin | 7,878 | [
"no_license"
] | [
{
"path": "roles/setupslapdadmin/tasks/main.yml",
"content": "---\n- name: create scripts directory\n file: path=/root/scripts state=directory\n\n- name: copy setup-ds-admin.inf template\n template: src=setup-ds-admin.inf.j2 dest=/root/scripts/setup-ds-admin.inf owner=root group=root mode=0600\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2005,
"all_permissive": false
} |
ansible_role | KaranamDinesh/ansible-YAML | c17f306d7281de102b2d85f082ef4389105db33b | 0 | roles/cart | 7,878 | [
"no_license"
] | [
{
"path": "roles/cart/vars/main.yml",
"content": "COMPONENT: \"cart\"\nARTIFACT_PATH: /home/roboshop/{{COMPONENT}}\nMONGO_ENDPOINT: mongo.dinesh1234.tech\nREDIS_ENDPOINT: redis.dinesh1234.tech\nCATALOGUE_ENDPOINT: catalogue.dinesh1234.tech\nCATALOGUE_PORT: 8000",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | KaranamDinesh/ansible-YAML | c17f306d7281de102b2d85f082ef4389105db33b | 0 | roles/catalogue | 7,878 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: Install NodeJS\n yum:\n name: [\"nodejs\", \"make\", \"gcc-c++\" ]\n state: present\n\n- name: Include Steps for Rsyslog\n include_role:\n name: common\n tasks_from: rsyslog\n\n- name: Add roboshop user\n user:\n name: robosho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | KaranamDinesh/ansible-YAML | c17f306d7281de102b2d85f082ef4389105db33b | 0 | roles/common | 7,878 | [
"no_license"
] | [
{
"path": "roles/common/tasks/prechecks.yml",
"content": "- name: check a PAT variable\n when: PAT is undefined\n fail:\n msg: \"PAT variable is expected\"\n- name: check a component variable\n when: component is undefined\n fail:\n msg: \"component variable is expected\"\n\n- name: Set Hostname\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | KaranamDinesh/ansible-YAML | c17f306d7281de102b2d85f082ef4389105db33b | 0 | roles/frontend | 7,878 | [
"no_license"
] | [
{
"path": "roles/frontend/meta/main.yml",
"content": "#dependencies:\n# - role: prometheus",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/frontend/vars/main.yml",
"content": "COMPONENT: \"frontend\"\nARTIFACT_PATH: /usr/share/nginx/html\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | KaranamDinesh/ansible-YAML | c17f306d7281de102b2d85f082ef4389105db33b | 0 | roles/mongo | 7,878 | [
"no_license"
] | [
{
"path": "roles/mongo/tasks/main.yml",
"content": "- name: Create MongoDB repo\n yum_repository:\n name: mongodb-org-4.2\n description: MongoDB Repository\n baseurl: https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.2/x86_64/\n enabled: yes\n gpgkey: https://www.mongodb.org/stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | KaranamDinesh/ansible-YAML | c17f306d7281de102b2d85f082ef4389105db33b | 0 | roles/payment | 7,878 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: Include Steps for Python\n include_role:\n name: common\n tasks_from: python\n\n- name: Include Steps for Rsyslog\n include_role:\n name: common\n tasks_from: rsyslog\n\n\n- name: Setup Payment Service\n template:\n src: payment... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | KaranamDinesh/ansible-YAML | c17f306d7281de102b2d85f082ef4389105db33b | 0 | roles/rabbitmq | 7,878 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: INstall ErLang\n yum:\n name: https://packages.erlang-solutions.com/erlang/rpm/centos/7/x86_64/esl-erlang_22.2.1-1~centos~7_amd64.rpm\n state: present\n\n- name: Setup RabbitMQ Repos\n shell: curl -s https://packagecloud.io/install/repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | KaranamDinesh/ansible-YAML | c17f306d7281de102b2d85f082ef4389105db33b | 0 | roles/redis | 7,878 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Install REMI for Redis\n yum:\n name: http://rpms.remirepo.net/enterprise/remi-release-7.rpm\n state: latest\n\n- name: Install Redis\n yum:\n name: redis\n state: present\n enablerepo: remi\n\n- name: Update Listen Address\n repl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | KaranamDinesh/ansible-YAML | c17f306d7281de102b2d85f082ef4389105db33b | 0 | roles/shipping | 7,878 | [
"no_license"
] | [
{
"path": "roles/shipping/meta/main.yml",
"content": "---\ndependencies:\n - role: prometheus",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: Include Steps for Maven\n include_role:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | KaranamDinesh/ansible-YAML | c17f306d7281de102b2d85f082ef4389105db33b | 0 | roles/user | 7,878 | [
"no_license"
] | [
{
"path": "roles/user/vars/main.yml",
"content": "COMPONENT: \"user\"\nARTIFACT_PATH: /home/roboshop/{{COMPONENT}}\nMONGO_ENDPOINT: mongo.dinesh1234.tech\nREDIS_ENDPOINT: redis.dinesh1234.tech",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"path": "roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | hastexo/academy-ansible | e8d20e8811641dddb3dc3a74a5eed62718928249 | 0 | roles/ubuntu.common | 7,878 | [
"no_license"
] | [
{
"path": "roles/ubuntu.common/tasks/main.yml",
"content": "---\n- name: install Ubuntu Cloud Archive signing key\n apt_key: >-\n url=\"http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x5EDB1B62EC4926EA\"\n id=\"0xEC4926EA\"\n state=\"present\"\n\n- name: enable Ubuntu Cloud Archive\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 907,
"all_permissive": false
} |
ansible_role | hastexo/academy-ansible | e8d20e8811641dddb3dc3a74a5eed62718928249 | 0 | roles/ubuntu.controller | 7,878 | [
"no_license"
] | [
{
"path": "roles/ubuntu.controller/files/haproxy_all.cfg",
"content": "global\n log 127.0.0.1 local0\n log 127.0.0.1 local1 notice\n maxconn 20000\n user haproxy\n group haproxy\n spread-checks 0\n\ndefaults\n log global\n mode tcp\n option tcplog\n option dontlognull\n retr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 12543,
"all_permissive": false
} |
ansible_role | hastexo/academy-ansible | e8d20e8811641dddb3dc3a74a5eed62718928249 | 0 | roles/ubuntu.deploy | 7,878 | [
"no_license"
] | [
{
"path": "roles/ubuntu.deploy/tasks/main.yml",
"content": "---\n- name: enable Juju stable PPA\n apt_repository: >-\n repo=\"ppa:juju/stable\"\n when: juju_use_ppa\n\n- name: install packages required for deployment\n apt: >\n name=\"{{ item }}\"\n state=latest\n with_items:\n - juju-core\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 19247,
"all_permissive": false
} |
ansible_role | rnjn/bahmni-ansible | 2bc3b64fba17476290167c609e2a579fdeb5a828 | 0 | roles/bahmni-base | 7,878 | [
"no_license"
] | [
{
"path": "roles/bahmni-base/tasks/main.yml",
"content": "---\n- name: Install EPEL repo.\n yum:\n name: \"{{ epel_repo_url }}\"\n state: present\n\n- name: Import EPEL GPG key.\n rpm_key:\n key: \"{{ epel_repo_gpg_key_url }}\"\n state: present\n\n- name: Install libselinux-python\n yum: name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | rnjn/bahmni-ansible | 2bc3b64fba17476290167c609e2a579fdeb5a828 | 0 | roles/bahmni-user | 7,878 | [
"no_license"
] | [
{
"path": "roles/bahmni-user/tasks/main.yml",
"content": "- name: Create group\n user:\n name={{ bahmni_group }}\n state=present\n sudo: yes\n\n- name: Create user\n user: name={{ bahmni_user }} group={{ bahmni_group }} generate_ssh_key=yes ssh_key_bits=2048 state=present password={{ <PASSWORD> }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 760,
"all_permissive": false
} |
ansible_role | rnjn/bahmni-ansible | 2bc3b64fba17476290167c609e2a579fdeb5a828 | 0 | roles/mysql | 7,878 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install python mysql for ansible\n yum: name=MySQL-python state=present\n\n- name: Check if any version of mysql is present\n command: mysql --version\n register: mysqlVersion\n ignore_errors: true\n\n- name: Uninstall MySQL if 5.6 is pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1948,
"all_permissive": false
} |
ansible_role | rnjn/bahmni-ansible | 2bc3b64fba17476290167c609e2a579fdeb5a828 | 0 | roles/openmrs | 7,878 | [
"no_license"
] | [
{
"path": "roles/openmrs/templates/database.sql.j2",
"content": "CREATE DATABASE IF NOT EXISTS openmrs DEFAULT CHARACTER SET utf8;\n\nuse openmrs;\n\nCREATE TABLE IF NOT EXISTS `liquibasechangelog` (\n\t\t\t `ID` varchar(63) NOT NULL,\n\t\t\t `AUTHOR` varchar(63) NOT NULL,\n\t\t\t `FILENAME` varchar(200)... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6983,
"all_permissive": false
} |
ansible_role | rnjn/bahmni-ansible | 2bc3b64fba17476290167c609e2a579fdeb5a828 | 0 | roles/oracle-java | 7,878 | [
"no_license"
] | [
{
"path": "roles/oracle-java/tasks/main.yml",
"content": "- name: Download Java\n command: \"wget -q -O {{ java_rpm_location }} --no-check-certificate --no-cookies --header 'Cookie:oraclelicense=accept-securebackup-cookie' {{java_download_url}} creates={{ java_rpm_location }}\"\n\n- name: Remove openJdk if... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1131,
"all_permissive": false
} |
ansible_role | rnjn/bahmni-ansible | 2bc3b64fba17476290167c609e2a579fdeb5a828 | 0 | roles/yum-repo | 7,878 | [
"no_license"
] | [
{
"path": "roles/yum-repo/defaults/main.yml",
"content": "bahmni_yum_repo_path: /respository/packages",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/yum-repo/tasks/main.yml",
"content": "- name: install createrepo\n yum: name=createrepo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | kellymondor/dse-ansible-automation | 97cc876666ac28bbb08c080e502101b4d9deff20 | 0 | ansible/roles/common_dse | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/common_dse/tasks/main.yml",
"content": "---\n\n- name: Install OpenJDK and libaio\n yum:\n name:\n - java-1.8.0-openjdk\n - libaio\n state: present\n become: yes\n\n- name: Add DataStax Yum repository to Yum repos\n yum_repository:\n name: datastax\n descrip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | kellymondor/dse-ansible-automation | 97cc876666ac28bbb08c080e502101b4d9deff20 | 0 | ansible/roles/configure_dse | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_dse/templates/dse.j2",
"content": "# NOTICE: See also /etc/dse/cassandra/cassandra-env.sh\n\n# EXTRA_CLASSPATH provides the means to extend Cassandra's classpath with\n# additional libraries. It is formatted as a colon-delimited list of\n# class directories and/or jar fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2813,
"all_permissive": false
} |
ansible_role | kellymondor/dse-ansible-automation | 97cc876666ac28bbb08c080e502101b4d9deff20 | 0 | ansible/roles/install_agents | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/install_agents/templates/address.yaml.j2",
"content": "stomp_interface: {{ reachable_opscenterd_ip }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "ansible/roles/install_agents/tasks/main.yml",
"content": "---\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | kellymondor/dse-ansible-automation | 97cc876666ac28bbb08c080e502101b4d9deff20 | 0 | ansible/roles/install_dse | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/install_dse/tasks/install-6.7.yml",
"content": "---\n- name: Make sure DSE 6.7 is a local yum repo\n yum:\n name: dse-full-6.0.4-1\n state: present\n become: yes\n\n- name: Install DSE\n yum:\n name: dse-full-6.0.4-1\n state: present\n become: yes",
"license_type... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | kellymondor/dse-ansible-automation | 97cc876666ac28bbb08c080e502101b4d9deff20 | 0 | ansible/roles/install_opscenter | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/install_opscenter/tasks/main.yml",
"content": "---\n\n- name: Install OpsCenter\n yum:\n name: opscenter-6.5.3\n state: present\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | kellymondor/dse-ansible-automation | 97cc876666ac28bbb08c080e502101b4d9deff20 | 0 | ansible/roles/start_agents | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/start_agents/tasks/main.yml",
"content": "- name: Start Datastax Agents\n service:\n name: datastax-agent\n state: restarted\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | kellymondor/dse-ansible-automation | 97cc876666ac28bbb08c080e502101b4d9deff20 | 0 | ansible/roles/start_dse | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/start_dse/tasks/main.yml",
"content": "- name: Start DSE service\n# service:\n# name: dse\n# state: restarted\n# become: yes\n command: service dse restart\n become: yes\n\n- name: Wait for port 9042 to open on host\n wait_for:\n host: \"{{ hostvars[inventory_hostname]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | kellymondor/dse-ansible-automation | 97cc876666ac28bbb08c080e502101b4d9deff20 | 0 | ansible/roles/start_opscenter | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/start_opscenter/tasks/main.yml",
"content": "- name: Start Opscenter Service\n service:\n name: opscenterd\n state: restarted\n become: yes\n\n#- name: Wait for port 9042 to open on host\n# wait_for:\n# host: \"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | v1k0d3n/traveling-circus | 2f71a35212f9ed7e9987e8b64c6935fcc7b5f8f6 | 4 | deploy-kubernetes/roles/lab-control-build | 7,878 | [
"permissive"
] | [
{
"path": "deploy-kubernetes/roles/lab-control-build/tasks/lab-sshd.yml",
"content": "---\n# Copyright 2016, JinkIT, and it's Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the L... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3790,
"all_permissive": true
} |
ansible_role | v1k0d3n/traveling-circus | 2f71a35212f9ed7e9987e8b64c6935fcc7b5f8f6 | 4 | deploy-kubernetes/roles/lab-control-destroy | 7,878 | [
"permissive"
] | [
{
"path": "deploy-kubernetes/roles/lab-control-destroy/tasks/destroy-tools.yml",
"content": "---\n# Copyright 2016, JinkIT, and it's Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1127,
"all_permissive": true
} |
ansible_role | v1k0d3n/traveling-circus | 2f71a35212f9ed7e9987e8b64c6935fcc7b5f8f6 | 4 | deploy-kubernetes/roles/lab-control-fetch | 7,878 | [
"permissive"
] | [
{
"path": "deploy-kubernetes/roles/lab-control-fetch/tasks/lab-kargo.yml",
"content": "---\n# Copyright 2016, JinkIT, and it's Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7205,
"all_permissive": true
} |
ansible_role | v1k0d3n/traveling-circus | 2f71a35212f9ed7e9987e8b64c6935fcc7b5f8f6 | 4 | deploy-kubernetes/roles/lab-openstack-tools | 7,878 | [
"permissive"
] | [
{
"path": "deploy-kubernetes/roles/lab-openstack-tools/template/openrc.j2",
"content": "#!/bin/bash\n# Copyright 2016, JinkIT, and it's Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6074,
"all_permissive": true
} |
ansible_role | v1k0d3n/traveling-circus | 2f71a35212f9ed7e9987e8b64c6935fcc7b5f8f6 | 4 | deploy-openstack/roles/hosts-prep | 7,878 | [
"permissive"
] | [
{
"path": "deploy-openstack/roles/hosts-prep/template/interfaces.j2",
"content": "# Copyright 2016, JinkIT, and it's Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 19656,
"all_permissive": true
} |
ansible_role | v1k0d3n/traveling-circus | 2f71a35212f9ed7e9987e8b64c6935fcc7b5f8f6 | 4 | deploy-openstack/roles/osad-deploy | 7,878 | [
"permissive"
] | [
{
"path": "deploy-openstack/roles/osad-deploy/templates/user_variables.yml.j2",
"content": "---\n# Copyright 2016, JinkIT, and it's Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 10914,
"all_permissive": true
} |
ansible_role | v1k0d3n/traveling-circus | 2f71a35212f9ed7e9987e8b64c6935fcc7b5f8f6 | 4 | deploy-openstack/roles/osad-reloaded | 7,878 | [
"permissive"
] | [
{
"path": "deploy-openstack/roles/osad-reloaded/tasks/osad-reboot.yml",
"content": "---\n# Copyright 2016, JinkIT, and it's Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the Lic... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3788,
"all_permissive": true
} |
ansible_role | vikaschenny/ansible_and_docker_tasks | 9d64915ec054a3945a1c662976c5c7def4867111 | 0 | ansibletask/nginx/roles/nginx | 7,878 | [
"no_license"
] | [
{
"path": "ansibletask/nginx/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n\n- name: NGINX | Installing NGINX repo rpm\n yum:\n name: epel-release\n \n- name: NGINX | Installing NGINX\n yum:\n name: nginx\n state: latest\n\n- name: Configure Nginx\n template: src=www.myfi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | TimJDFletcher/docker-workshop | c90fec825f432b121874016379a56c76a29dcabf | 1 | ansible/roles/debian-bootstrap | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/debian-bootstrap/tasks/main.yml",
"content": "---\n- name: Install python 2\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n register: command_result\n changed_when:\n - '\"The following NEW packages will be installed\" in command_result.std... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | TimJDFletcher/docker-workshop | c90fec825f432b121874016379a56c76a29dcabf | 1 | ansible/roles/docker | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for roles/docker\n- name: Install docker\n apt:\n name: docker-ce\n state: latest\n async: 600\n poll: 5\n\n- name: Remove the workshop scripts as they are in git\n file:\n path: /opt/workshop-scripts\n state: abs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1593,
"all_permissive": false
} |
ansible_role | TimJDFletcher/docker-workshop | c90fec825f432b121874016379a56c76a29dcabf | 1 | ansible/roles/network | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/network/templates/ens192.j2",
"content": "auto ens192\niface ens192 inet static\n address {{ ansible_host }}\n netmask 255.255.254.0\n gateway 172.16.17.32\n dns-nameservers 192.168.127.12\n dns-search ed.ac.uk\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | TimJDFletcher/docker-workshop | c90fec825f432b121874016379a56c76a29dcabf | 1 | ansible/roles/update | 7,878 | [
"no_license"
] | [
{
"path": "ansible/roles/update/tasks/main.yml",
"content": "---\n# tasks file for roles/update\n- name: update packages\n apt:\n upgrade: dist\n update_cache: yes\n cache_valid_time: 3600\n async: 600\n poll: 10\n\n- name: Clean apt caches\n command: apt-get clean\n changed_when: false\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 697,
"all_permissive": false
} |
ansible_role | rhattox-ansible/ansible-config | 0dfa1128d28e581e9cc4fabdf52fc80607dbc2ae | 0 | roles/dotfiles | 7,878 | [
"no_license"
] | [
{
"path": "roles/dotfiles/defaults/main.yaml",
"content": "app_name: dotfiles\napp_repository: \"https://github.com/rhattox/{{ app_name }}.git\"\napp_branch: \"main\"\napp_home_path: \"/var/lib/{{ app_name }}\"\nuser_home_path: \"/home/{{ ansible_env.SUDO_USER }}\"\n\nfile_delete_setup: |\n rm -f /home/{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1323,
"all_permissive": false
} |
ansible_role | rhattox-ansible/ansible-config | 0dfa1128d28e581e9cc4fabdf52fc80607dbc2ae | 0 | roles/homebrew | 7,878 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yaml",
"content": "- name: Download prerequisites\n ansible.builtin.apt:\n name:\n - curl\n\n- name: Download HomeBrew\n ansible.builtin.git:\n repo: \"{{ app_repository_url }}\"\n dest: \"{{ app_tmp_path }}\"\n refspec: \"{{ app_branch }}\"\n force... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1450,
"all_permissive": false
} |
ansible_role | rhattox-ansible/ansible-config | 0dfa1128d28e581e9cc4fabdf52fc80607dbc2ae | 0 | roles/tmux | 7,878 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yaml",
"content": "- name: Ensure permissions for a directory and all subfolders/files\n ansible.builtin.file:\n path: \"{{ tmux_plugins_path }}\"\n owner: \"{{ ansible_env.SUDO_USER }}\"\n group: \"{{ ansible_env.SUDO_USER }}\"\n recurse: true\n mode: \"0750... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | jenciso/ansible-nexus-server | 7becdb35c239afcbebc57cb9737b0db02ac9a73b | 0 | roles/nexus | 7,875 | [
"no_license"
] | [
{
"path": "roles/nexus/templates/nginx.conf",
"content": "events {\n\n}\n\nhttp {\n\n client_max_body_size 0;\n client_body_buffer_size 128K;\n client_header_buffer_size 128K;\n\n ignore_invalid_headers off;\n underscores_in_headers on;\n\n client_body_timeout 60;\n client_heade... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5166,
"all_permissive": false
} |
ansible_role | rapidsai/merlinci-mgmt | 50503dfbe02fb4aeb0b8f003049d5da3017d5962 | 0 | templates/roles/gpu | 7,875 | [
"no_license"
] | [
{
"path": "templates/roles/gpu/tasks/vars/versions.yml",
"content": "---\n# ./vars/versions.yml\n\ncuda_drivers_version: 515\nexact_cuda_version: 515.65.07-1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "templates/roles/gpu/tasks/main.yml",
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1589,
"all_permissive": false
} |
ansible_role | NIXKnight/Home-Ops | 3df4a1fd999e05c08d62efa968ad15f754103846 | 1 | ansible/roles/firewall | 7,875 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall/templates/etc/rsyslog.d/firewall.conf.j2",
"content": ":msg,contains,\"{{ FIREWALL_GLOBAL_LOG_PREFIX }}\" {{ FIREWALL_LOG_FILE }}\n& stop\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "ansible/roles/firewall/def... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10959,
"all_permissive": false
} |
ansible_role | SSU-DCN/fault-detection | eeda2ba923cb89536c9af076bcf3457c4a34dbaf | 1 | docs/ansible-playbook/monitor-function/roles/alertmanager | 7,875 | [
"no_license"
] | [
{
"path": "docs/ansible-playbook/monitor-function/roles/alertmanager/defaults/main.yml",
"content": "---\nalertmanager_version: 0.22.2\nalertmanager_checksum: 9c3b1cce9c74f5cecb07ec4a636111ca52696c0a088dbaecf338594d6e55cd1a\nalertmanager_binary_local_dir: ''\n\nalertmanager_config_dir: /etc/alertmanager\nal... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3512,
"all_permissive": false
} |
ansible_role | SSU-DCN/fault-detection | eeda2ba923cb89536c9af076bcf3457c4a34dbaf | 1 | docs/ansible-playbook/monitor-function/roles/prometheus | 7,875 | [
"no_license"
] | [
{
"path": "docs/ansible-playbook/monitor-function/roles/prometheus/templates/alert.rules.j2",
"content": "{{ ansible_managed | comment }}\n\ngroups:\n- name: webhook\n rules:\n {{ prometheus_alert_rules | to_nice_yaml(indent=2) | indent(2,False) }}\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5738,
"all_permissive": false
} |
ansible_role | muradsamadov/ansible-deploy-vsphere-vm | c8187aa4351db7430d0ab79ce1c73bf403212b69 | 0 | roles/deploy-vsphere-template | 7,875 | [
"no_license"
] | [
{
"path": "roles/deploy-vsphere-template/tasks/main.yml",
"content": "- name: Create VM from template\n vmware_guest:\n validate_certs: False\n hostname: \"{{ vsphere_host }}\"\n username: \"{{ vsphere_user }}\"\n password: \"{{ <PASSWORD> }}\"\n esxi_hostname: \"{{ esxhost }}\"\n datacen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | jcontti/Ansible-AWS-Drupal_app | 33a859a6942d4c0371ab7ac2679567c151cfe32c | 0 | ansible/roles/aws | 7,875 | [
"no_license"
] | [
{
"path": "ansible/roles/aws/tasks/main.yml",
"content": "---\n\n- name: Admin_SG_brazil\n ec2_group:\n name: Admin_SG_brazil\n description: \"A Security group of San Paulo region\"\n\n region: \"{{ ec2_region }}\"\n rules:\n - proto: tcp\n from_port: 80\n to_port: 80\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1768,
"all_permissive": false
} |
ansible_role | jcontti/Ansible-AWS-Drupal_app | 33a859a6942d4c0371ab7ac2679567c151cfe32c | 0 | ansible/roles/backup | 7,875 | [
"no_license"
] | [
{
"path": "ansible/roles/backup/templates/backup.sh.j2",
"content": "#!/bin/bash\n\n# # # # Define vars\n\ns3_bucket=\"backup-bucket-example\"\ns3_prefix=\"test\"\n\nbackup_tmp_dest=\"/tmp/dump\"\n\nDATE=`date +%d-%m-%Y-%H%M%S`\nBACKUP_NAME=\"back_civicrm_drupal-${DATE}.tar.gz\"\n\n\nif [ ! -d $backup_tmp_d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2665,
"all_permissive": false
} |
ansible_role | jcontti/Ansible-AWS-Drupal_app | 33a859a6942d4c0371ab7ac2679567c151cfe32c | 0 | ansible/roles/civicrm | 7,875 | [
"no_license"
] | [
{
"path": "ansible/roles/civicrm/tasks/main.yml",
"content": "---\n\n- name: Create CiviCRM DB\n mysql_db:\n name: civicrm\n state: present\n\n- name: Create CiviCRM Mysql User\n mysql_user:\n name: civicrm_user\n host: \"localhost\"\n password: <PASSWORD>\n priv: 'civicrm.*:ALL'\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2889,
"all_permissive": false
} |
ansible_role | jcontti/Ansible-AWS-Drupal_app | 33a859a6942d4c0371ab7ac2679567c151cfe32c | 0 | ansible/roles/dependencies | 7,875 | [
"no_license"
] | [
{
"path": "ansible/roles/dependencies/tasks/main.yml",
"content": "---\n\n- name: Update repo\n raw: apt-get update\n\n- name: install python2\n raw: apt-get -y install python-minimal python-mysqldb\n\n- name: Upgrade system\n apt: upgrade=dist update_cache=yes\n\n- name: install python2\n raw: apt-get ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2132,
"all_permissive": false
} |
ansible_role | mateuszdyminski/coreos-workshop | 1d3d43533a46660ac405e3a141bd8c278d46a4e6 | 0 | infra/ansible/tasks/roles/services | 7,875 | [
"no_license"
] | [
{
"path": "infra/ansible/tasks/roles/services/tasks/configure.yml",
"content": "- name: Remove old files if exists symlinks\n command: rm /home/core/services/instances -rf\n tags:\n - update\n - as\n - lb\n\n- name: Create directory for template instances\n command: mkdir /home/core/services/ins... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1918,
"all_permissive": false
} |
ansible_role | nicky0010/ldap_setting | 4f9007110623272051917359c81da066512ee9df | 0 | ansible/roles/Ldap | 7,879 | [
"no_license"
] | [
{
"path": "ansible/roles/Ldap/handlers/main.yml",
"content": "- name: 'restart sssd.service'\r\n systemd:\r\n name: sssd.service\r\n daemon_reload: yes\r\n enabled: yes\r\n state: restarted\r\n listen: 'systemctl restart sssd'\r\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3110,
"all_permissive": false
} |
ansible_role | dmi-pil/ubuntu16_ansible_playbook_install_app | 5b2a894549487907d7c60fde372fb3d7d1855149 | 0 | roles/common | 7,879 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\n\n- name: Upgrade all packages to the latest version\n apt:\n name: \"*\"\n state: latest\n\n- name: disable errors\n lineinfile:\n dest: /... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5485,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.