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 | ShirshaDatta/Server-Hardening | 0a8b25762a768517d07153ff7b95583a06acc461 | 3 | roles/physical | 7,578 | [
"no_license"
] | [
{
"path": "roles/physical/tasks/single-user.yml",
"content": "\n- name: change single mode user settings\n lineinfile:\n path: \"{{ item }}\"\n regexp: '^(.*)ExecStart=-/lib/systemd/systemd-sushell'\n line: 'ExecStart=-/lib/systemd/systemd-sulogin-shell emergency'\n with_items:\n - \"/lib/syst... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1186,
"all_permissive": false
} |
ansible_role | JendyJasper/ansible-config-mgt | a04c99484c02117ba37ca1c8733210f42a808626 | 0 | roles/apache | 7,578 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Check if Nginx Exists\n stat: path=/etc/init.d/nginx\n register: service_status\n\n- name: stop nginx\n service:\n name: nginx\n state: stopped\n when: service_status.stat.exists\n become: true\n notify: restart apache\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1726,
"all_permissive": false
} |
ansible_role | JendyJasper/ansible-config-mgt | a04c99484c02117ba37ca1c8733210f42a808626 | 0 | roles/nginx | 7,578 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\n# defaults file for nginx\n\nenable_nginx_lb: false\nload_balancer_is_required: false\nip_address: \"{{ ansible_default_ipv4.address }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"path": "r... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10092,
"all_permissive": false
} |
ansible_role | JendyJasper/ansible-config-mgt | a04c99484c02117ba37ca1c8733210f42a808626 | 0 | roles/webserver | 7,578 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: install apache and git\n become: true\n ansible.builtin.yum:\n name: \"{{ item}}\"\n state: present\n loop:\n - httpd\n - git\n\n- name: clone a repo\n become: true\n ansible.builtin.git:\n repo: https://github.com/Jen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | awesome-it-ternopil/tinc | da472f5cde3a7a7ac845b42ec69c56b58228feb1 | 0 | ansible/roles/common | 7,578 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Set hostname {{ inventory_hostname }}\n become: True\n hostname: name={{inventory_hostname}}\n when: ansible_nodename not in groups['region']\n\n- name: Add hostname to /etc/hosts\n become: True\n lineinfile: dest='/etc/hosts' li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 900,
"all_permissive": false
} |
ansible_role | awesome-it-ternopil/tinc | da472f5cde3a7a7ac845b42ec69c56b58228feb1 | 0 | ansible/roles/tinc | 7,578 | [
"no_license"
] | [
{
"path": "ansible/roles/tinc/templates/hosts.j2",
"content": "Address = {{hostvars[item]['main_ip']}}\nSubnet = {{hostvars[item]['tinc_ip']}}/32\n{% for subnet in hostvars[item]['networks'] %}\nSubnet = {{subnet}}\n{% endfor %}\n\n#Public key\n# {{item}}\n{{keys[item]['public']}}\n",
"license_type": "n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6299,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/r7_postpatch_services | 7,578 | [
"no_license"
] | [
{
"path": "roles/r7_postpatch_services/templates/servicesrunning.j2",
"content": "---\npostservicesrunning:\n{% for (key, value) in services.items() %}\n{% if value.state == 'running' %}\n - '{{ key }}'\n{% endif %}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5336,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/r7_prepatch_services | 7,578 | [
"no_license"
] | [
{
"path": "roles/r7_prepatch_services/README.md",
"content": "# r7_prepatch_services\n\n1. Write current service facts to disk on remote system (running services only)\n1. Write current service facts to disk on remote system (enabled services only)\n1. Archive the two resulting files with -ddMMyyyyTHHmmss s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3311,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/retire_vmware_multi_vm_provision | 7,578 | [
"no_license"
] | [
{
"path": "roles/retire_vmware_multi_vm_provision/tasks/main.yml",
"content": "---\n- name: (simulating) Get next available IP address from Infoblox\n set_fact:\n ipaddr:\n - '172.16.42.42'\n - '172.16.43.43'\n netmask: '255.255.255.0'\n\n- name: Retire multiple virtual machines on VMware\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 752,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/retire_vmware_vm_provision | 7,578 | [
"no_license"
] | [
{
"path": "roles/retire_vmware_vm_provision/README.md",
"content": "# Role: vmware_vm_provision\n\nThis role provisions a virtual machine on VMware.\n\n## Prerequisites\n- infoblox-client\n\nThe infoblox-client is required on the Ansible machine to use both plugins and modules (nios_*), see\nhttps://docs.an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2128,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/set_stats_toggle_errors | 7,578 | [
"no_license"
] | [
{
"path": "roles/set_stats_toggle_errors/tasks/main.yml",
"content": "---\n- name: Set boolean variable for error\n set_stats:\n data:\n wf_error: false\n aggregate: no # default yes and was duplicating/multiplying the string (according to the number of hosts in inventory)\n per_host: no\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/snow_error_reporting | 7,578 | [
"no_license"
] | [
{
"path": "roles/snow_error_reporting/tasks/main.yml",
"content": "---\n- debug:\n msg:\n - \"ServiceNow instance used: '{{ lookup('env','SNOW_INSTANCE') }}'\"\n - \"ServiceNow Change Request used: '{{ snow_cr }}'\"\n run_once: true\n delegate_to: localhost\n\n- name: Report error(s) in work_note... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/snow_wf_end_reporting | 7,578 | [
"no_license"
] | [
{
"path": "roles/snow_wf_end_reporting/tasks/main.yml",
"content": "---\n- debug:\n msg:\n - \"ServiceNow instance used: '{{ snow_instance }}'\"\n - \"ServiceNow Change Request used: '{{ snow_cr }}'\"\n run_once: true\n delegate_to: localhost\n\n- name: Report PARTIAL success of Workflow in work_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1481,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/test_set_stats1 | 7,578 | [
"no_license"
] | [
{
"path": "roles/test_set_stats1/tasks/main.yml",
"content": "---\n - name: Role1 - Set a set_stats fact\n set_stats:\n data:\n playbook_one_fact: \"I have been set by Playbook1\"\n aggregate: no # default yes and was duplicating/multiplying the string (according to the number... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/test_set_stats2 | 7,578 | [
"no_license"
] | [
{
"path": "roles/test_set_stats2/tasks/main.yml",
"content": "---\n - name: Role2 - Output set_stats fact set by a different role AND playbook\n debug:\n msg: \"{{ playbook_one_fact }}\"\n run_once: yes # runs only on first host in the inventory or batch\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/vmware_multi_vm_provision | 7,578 | [
"no_license"
] | [
{
"path": "roles/vmware_multi_vm_provision/tasks/main.yml",
"content": "---\n- name: (simulating) Get next available IP address from Infoblox\n set_fact:\n ipaddr:\n - '172.16.42.42'\n - '172.16.43.43'\n netmask: '255.255.255.0'\n\n- name: Create multiple virtual machines on VMware\n vmwar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2205,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/vmware_vm_provision | 7,578 | [
"no_license"
] | [
{
"path": "roles/vmware_vm_provision/tasks/main.yml",
"content": "---\n#- name: Get next available IP address from Infoblox DDI\n# set_fact:\n# ipaddr: \"{{ lookup('nios_next_ip', '192.168.10.0/24', provider=nios_provider) }}\"\n# delegate_to: localhost\n- name: (simulating) Get next available IP addre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2300,
"all_permissive": false
} |
ansible_role | manderson-it/tower-test | f96fadf1342cb6d700bbc299831458c05d5c0ef4 | 0 | roles/vmware_vmnames | 7,578 | [
"no_license"
] | [
{
"path": "roles/vmware_vmnames/defaults/main.yml",
"content": "---\nvmware_vm_names: []\nvmware_vm_num: 1\n\n# The name provided from the Cloudforms Service Dialog gets a one digit suffix\nname_format: \"{{ vmware_vm_name }}%1d\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | Chambras/Hashitalks2021 | 425d8d0ea18784cdd07467206265edfc3fbdd3bb | 5 | ansible/KafkaServer/roles/install | 7,578 | [
"permissive"
] | [
{
"path": "ansible/KafkaServer/roles/install/tasks/main.yml",
"content": "---\n- name: Install OpenJDK 1.8\n yum:\n name: java-1.8.0-openjdk-devel\n state: latest\n\n- name: Create kafka group\n group:\n name: '{{ kafka_group }}'\n state: present\n tags:\n - kafka_group\n\n- name: Create k... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5275,
"all_permissive": true
} |
ansible_role | martient/vaultwarden-ansible | ebd7df3feb9e85dfda56116036dc6c9664f7da99 | 17 | roles/setup | 7,578 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yaml",
"content": "---\n- name: \"Update cache\"\n apt:\n update_cache: yes\n become: yes\n\n- name: \"Dowmload docker script\"\n get_url:\n url: https://get.docker.com\n dest: /tmp/docker-setup.sh\n mode: 0755\n\n- name: \"Install docker\"\n shell: /tmp/doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | martient/vaultwarden-ansible | ebd7df3feb9e85dfda56116036dc6c9664f7da99 | 17 | roles/vaultwarden | 7,578 | [
"no_license"
] | [
{
"path": "roles/vaultwarden/tasks/main.yaml",
"content": "---\n- name: \"Copy docker-compose\"\n copy:\n src: docker-compose.yaml\n dest: .\n\n- name: \"Copy vw-data\"\n copy:\n src: vw-data\n dest: .\n\n- name: \"Copy caddy-data\"\n copy:\n src: caddy-data\n dest: .\n\n- name: \"Tear ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | winfr34k/printserver_experiment | fc3565581cd066083c9335499c83e101d8ba8fed | 0 | roles/printserver | 7,578 | [
"no_license"
] | [
{
"path": "roles/printserver/tasks/install_cups.yml",
"content": "---\n- name: install cups\n apt:\n name: cups\n state: latest\n\n- name: enable cups interface from the outside by deploying default config\n copy:\n src: cupsd.conf\n dest: /etc/cups/cupsd.conf\n\n- name: restart cups\n servic... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5496,
"all_permissive": false
} |
ansible_role | winfr34k/printserver_experiment | fc3565581cd066083c9335499c83e101d8ba8fed | 0 | roles/samba_ad_dc | 7,578 | [
"no_license"
] | [
{
"path": "roles/samba_ad_dc/tasks/configure_dns.yml",
"content": "---\n- name: keep system up to date\n apt:\n update_cache: yes\n upgrade: dist\n\n- name: check if dns is already provisioned\n stat:\n path: /.dns-provisioned\n register: provision_file\n\n- name: provision dns server\n when: n... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8703,
"all_permissive": false
} |
ansible_role | jackgpalfrey/.dotfiles-devbox | 40dab44f48ac1809bb7e8fc6e55409a6ae09e6b1 | 0 | roles/common | 7,578 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "# $schema=https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/tasks\n- name: Debug\n debug: \"msg={{ playbook_dir }}\"\n\n- name: Install core packages\n become: true\n ansible.builtin.package:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | jackgpalfrey/.dotfiles-devbox | 40dab44f48ac1809bb7e8fc6e55409a6ae09e6b1 | 0 | roles/gh | 7,578 | [
"no_license"
] | [
{
"path": "roles/gh/tasks/main.yml",
"content": "# $schema=https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/tasks\n- name: Install Github CLI\n package:\n name: gh\n become: true\n\n- name: Add gh setup to dotfiles-steps.md\n ansible.builtin.linei... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | jackgpalfrey/.dotfiles-devbox | 40dab44f48ac1809bb7e8fc6e55409a6ae09e6b1 | 0 | roles/git | 7,578 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "# $schema=https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/tasks\n- name: Install Git\n package:\n name: git\n become: true\n\n- name: \"Git | Ensure ~/.config/git exists\"\n ansible.builtin.file:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2641,
"all_permissive": false
} |
ansible_role | jackgpalfrey/.dotfiles-devbox | 40dab44f48ac1809bb7e8fc6e55409a6ae09e6b1 | 0 | roles/neovim | 7,578 | [
"no_license"
] | [
{
"path": "roles/neovim/files/config/lua/jackgpalfrey/plugins/APPEARANCE-colorscheme.lua",
"content": "return {\n\t\"catppuccin/nvim\",\n\tname = \"catppuccin\",\n\tpriority = 1000,\n\tconfig = function()\n\t\tvim.cmd.colorscheme \"catppuccin\"\n\tend,\n\topts = {\n\t\tintegrations = {\n\t\t\ttelescope = { ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 26,
"total_bytes": 35090,
"all_permissive": false
} |
ansible_role | jackgpalfrey/.dotfiles-devbox | 40dab44f48ac1809bb7e8fc6e55409a6ae09e6b1 | 0 | roles/rust | 7,578 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "- name: Rust | Install via rustup\n shell: curl https://sh.rustup.rs -sSf | sh -s -- -y && source \"$HOME/.cargo/env\"\n register: rust_result\n failed_when: \"'Rust is installed now.' not in rust_result.stdout\"\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 209,
"all_permissive": false
} |
ansible_role | jackgpalfrey/.dotfiles-devbox | 40dab44f48ac1809bb7e8fc6e55409a6ae09e6b1 | 0 | roles/scripts | 7,578 | [
"no_license"
] | [
{
"path": "roles/scripts/tasks/main.yml",
"content": "- name: \"Scripts | Create bin\"\n ansible.builtin.file:\n path: \"$HOME/bin\"\n state: directory\n tags:\n - scripts\n\n- name: Copy bin\n copy:\n src: \"{{ playbook_dir }}/bin/\"\n dest: \"$HOME/bin\"\n mode: 0755\n tags:\n - s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | jackgpalfrey/.dotfiles-devbox | 40dab44f48ac1809bb7e8fc6e55409a6ae09e6b1 | 0 | roles/ssh | 7,578 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "- debug: \"msg='SSH Mode: {{ config_string }}'\"\n\n- name: Ensure .ssh directory exists.\n file:\n dest: \"$HOME/.ssh\"\n mode: 0700\n state: directory\n\n- name: Check ssh keys exist for mode\n stat:\n path: \"{{ role_path }}/files/{{ config_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | jackgpalfrey/.dotfiles-devbox | 40dab44f48ac1809bb7e8fc6e55409a6ae09e6b1 | 0 | roles/stdfs | 7,578 | [
"no_license"
] | [
{
"path": "roles/stdfs/tasks/main.yml",
"content": "- name: \"Stdfs | Create ~/projects\"\n ansible.builtin.file:\n path: \"$HOME/projects\"\n state: directory\n\n- name: \"Stdfs | Create ~/tests\"\n ansible.builtin.file:\n path: \"$HOME/tests\"\n state: directory\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | jackgpalfrey/.dotfiles-devbox | 40dab44f48ac1809bb7e8fc6e55409a6ae09e6b1 | 0 | roles/tmux | 7,578 | [
"no_license"
] | [
{
"path": "roles/tmux/files/.tmux.conf",
"content": "###########################\n# Configuration\n###########################\n# use 256 xterm for pretty colors\nset -g default-terminal \"tmux-256color\"\nset -as terminal-features \",xterm-256color:RGB\"\nset-option -sa terminal-overrides \",xterm*:Tc\"\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3290,
"all_permissive": false
} |
ansible_role | jackgpalfrey/.dotfiles-devbox | 40dab44f48ac1809bb7e8fc6e55409a6ae09e6b1 | 0 | roles/zsh | 7,578 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "# $schema=https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/tasks\n---\n- name: ZSH | Install via package manager\n package:\n name: zsh\n become: true\n tags:\n - zsh\n\n- name: ZSH | Get execut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2009,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | Rib/ansible/roles/api | 7,578 | [
"no_license"
] | [
{
"path": "Rib/ansible/roles/api/tasks/main.yml",
"content": "- name: \"Copy Dockerfile and api file to /tmp\"\n copy: src={{ item }} dest=/tmp/{{ item }}\n owner=root group=root mode=0644\n with_items: \n - Dockerfile\n - api.py\n \n- name: \"Check if there is an application container running... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1383,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | Rib/ansible/roles/docker | 7,578 | [
"no_license"
] | [
{
"path": "Rib/ansible/roles/docker/tasks/main.yml",
"content": "- name: \"Install Docker\"\n yum: name=docker state=latest\n \n- name: \"Start Docker and enable at boot\"\n service: name=docker state=started enabled=yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | Rib/ansible/roles/java | 7,578 | [
"no_license"
] | [
{
"path": "Rib/ansible/roles/java/tasks/main.yml",
"content": "- name: \"Install Java\"\n yum: name=java state=latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 52,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | Rib/ansible/roles/jenkins | 7,578 | [
"no_license"
] | [
{
"path": "Rib/ansible/roles/jenkins/tasks/main.yml",
"content": "- name: \"Check if there is a Jenkins container running\"\n shell: \"docker ps | awk '{print $NF}' | grep jenkins\"\n register: check_jenkins\n ignore_errors: True\n\n- name: \"Pull Jenkins\"\n shell: \"docker pull orchardup/jenkins\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | Rib/ansible/roles/user | 7,578 | [
"no_license"
] | [
{
"path": "Rib/ansible/roles/user/tasks/main.yml",
"content": "- include_vars: vault.yml\n\n- name: \"Create user performer\"\n user: name=performer password={{ <PASSWORD> }} state=present shell=/bin/bash",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | ansible/roles/dos2unix | 7,578 | [
"no_license"
] | [
{
"path": "ansible/roles/dos2unix/README.md",
"content": "# Install dos2 unix on machines\n# runn playbook command:\n# ansible-playbook -i inventory/dev dos2unix.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "ansible/roles/dos2unix/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | ansible/roles/java8 | 7,578 | [
"no_license"
] | [
{
"path": "ansible/roles/java8/tasks/main.yml",
"content": "---\n#Java 1.8 install\n- name: Check java version\n shell: java -version 2>&1 | head -n 1 | awk -F '\"' '{print $2}' | awk -F \".\" '{print $2}'\n register: java_version\n\n- name: uninstall previous java if < 8\n package: name=\"java*\" state=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | ansible/roles/sendmail | 7,578 | [
"no_license"
] | [
{
"path": "ansible/roles/sendmail/README.md",
"content": "# Install sendmail on hosts\n# run playbook command:\n# ansible-playbook -i inventory/dev sendmail.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "ansible/roles/sendmail/tasks/main.ym... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | ansible/roles/smbclient | 7,578 | [
"no_license"
] | [
{
"path": "ansible/roles/smbclient/tasks/main.yml",
"content": "---\n- name: \"package\"\n package: name=samba-client state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible/roles/smbclient/tasks/README.md",
"content": "# Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | ansible/roles/sshd | 7,578 | [
"no_license"
] | [
{
"path": "ansible/roles/sshd/templates/pam.d_groups.allowed.j2",
"content": "# FILE MAINTAINED IN ANSIBLE, ANY CHANGES WILL BE OVERWRITTEN\n{{ sshd_auth_groups }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "ansible/roles/sshd/README.md",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | ansible/roles/zabbix-agent | 7,578 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix-agent/tasks/main.yml",
"content": "---\n- include_vars: vault.yml\n\n# because of a combination of \"we have to open tickets for new repos\" and\n# \"each linux distribution uses a different way of versioning their OS\"\n# we set a fact for the os version which will be used t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6135,
"all_permissive": false
} |
ansible_role | adrians2000/my_scripts | 74fb25f90ea17896fa606085b22a0165e2196f5a | 0 | ansible/roles/zabbix-server | 7,578 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix-server/tasks/httpd.yml",
"content": "---\n- name: httpd package\n package: name=httpd state=present\n\n- name: mod_ssl package\n package: name=mod_ssl state=present\n\n- name: /etc/httpd/conf/httpd.conf\n template: src=httpd.conf.j2 dest=/etc/httpd/conf/httpd.conf\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8546,
"all_permissive": false
} |
ansible_role | infamousjoeg/aap-poc-sandbox | 3828dd2f25b8b862c75cc2fc1b06fb77164257e9 | 0 | roles/aws_ec2 | 7,577 | [
"no_license"
] | [
{
"path": "roles/aws_ec2/files/dpa.sh",
"content": "#!/bin/bash\nset -o errexit\nset -o noclobber\nset -o nounset\nset -o pipefail\nset -e # exit if any subcommand fails\n\nclear || true\n\nstringNotContain() { case $2 in *$1* ) return 1 ;; *) return ;; esac ;}\n\n# Check if script is running as sudo\nif [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4894,
"all_permissive": false
} |
ansible_role | infamousjoeg/aap-poc-sandbox | 3828dd2f25b8b862c75cc2fc1b06fb77164257e9 | 0 | roles/conjur_variable | 7,577 | [
"no_license"
] | [
{
"path": "roles/conjur_variable/vars/main.yml",
"content": "# No variables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15
},
{
"path": "roles/conjur_variable/tasks/main.yml",
"content": "---\n- ansible.builtin.template:\n src: conjur.identity.j2\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | infamousjoeg/aap-poc-sandbox | 3828dd2f25b8b862c75cc2fc1b06fb77164257e9 | 0 | roles/create_safe | 7,577 | [
"no_license"
] | [
{
"path": "roles/create_safe/vars/main.yml",
"content": "---\napi_base_url: \"{{ CYBERARK_BASE_URL }}\"\nusername: \"{{ CYBERARK_USERNAME }}\"\npassword: \"{{ <PASSWORD> }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/create_safe/tasks/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | bugabinga/brockonet.bugabinga.net | 10e463eeb0359abf2cc249b7b7e2ee013f41d2c1 | 1 | roles/common | 7,577 | [
"no_license"
] | [
{
"path": "roles/common/templates/ntp.conf.j2",
"content": "driftfile /var/lib/ntp/drift\n\nrestrict 127.0.0.1 \nrestrict -6 ::1\n\nserver {{ ntpservers }}\n\nincludefile /etc/ntp/crypto/pw\n\nkeys /etc/ntp/keys",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | bugabinga/brockonet.bugabinga.net | 10e463eeb0359abf2cc249b7b7e2ee013f41d2c1 | 1 | roles/db | 7,577 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yaml",
"content": "---\n# Installiere MySQL und erzeuge DB-Nutzer mit korrekten Rechten.\n\n- name: Installiere MySQL\n apt:\n name:\n - mysql-server\n - python-mysqldb\n\n- name: Konfiguriere MySQL\n template: \n src: my.cnf.j2\n dest: /etc/my.cnf\n noti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | bugabinga/brockonet.bugabinga.net | 10e463eeb0359abf2cc249b7b7e2ee013f41d2c1 | 1 | roles/web | 7,577 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yaml",
"content": "---\n# Installation von Humhub\n\n- name: Humhub runterladen\n get_url: \n url: https://humhub.org/download/start?version={{ humhub_version }}&type=tar.gz\n checksum: \"sha512:{{ humhub_sha512 }}\"\n dest: /tmp/humhub.tar.gz\n\n- name: Ordner für ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5805,
"all_permissive": false
} |
ansible_role | vosmax/ansible | ddc92b3bfe8fdc78cb803549298834d12fedde63 | 0 | roles/minikube | 7,577 | [
"no_license"
] | [
{
"path": "roles/minikube/defaults/main.yml",
"content": "---\nminikube: \n version: \n enable_ingress: # < bool > Enable addon ingress \n\nkubectl:\n version: \n\nhelm_vars: \n chartname: # Chart name \n repo: # Chart repo\n namespace: # Namespace\n env: \n SUPERUSER: # ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 11407,
"all_permissive": false
} |
ansible_role | jkesarwani123/roboshop-ansible | 65407c8bceb259abaa0cdc029bd68222374ccfcb | 0 | roles/cart | 7,577 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yml",
"content": "- name: dummy\n ansible.builtin.debug:\n msg: hello component-cart\n\n- name: calling nodejs function\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n\n\n\n# print_head calling nodejs function\n# component=cart\n# func_no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | jkesarwani123/roboshop-ansible | 65407c8bceb259abaa0cdc029bd68222374ccfcb | 0 | roles/catalogue | 7,577 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: dummy\n ansible.builtin.debug:\n msg: hello component-catalogue\n\n- name: calling nodejs function\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n\n\n# print_head \"calling nodejs function\"\n# component=catalog... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | jkesarwani123/roboshop-ansible | 65407c8bceb259abaa0cdc029bd68222374ccfcb | 0 | roles/common | 7,577 | [
"no_license"
] | [
{
"path": "roles/common/tasks/golang.yml",
"content": "- name: Install Golang\n ansible.builtin.yum:\n name: golang\n state: installed\n\n- name: calling Pre-requisites function\n ansible.builtin.import_role:\n name: common\n tasks_from: prereq.yml\n\n- name: Install GoLang Dependencies\n ans... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5666,
"all_permissive": false
} |
ansible_role | jkesarwani123/roboshop-ansible | 65407c8bceb259abaa0cdc029bd68222374ccfcb | 0 | roles/dispatch | 7,577 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yml",
"content": "- name: dummy\n ansible.builtin.debug:\n msg: hello component-dispatch\n\n- name: calling golang function\n ansible.builtin.import_role:\n name: common\n tasks_from: golang\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | jkesarwani123/roboshop-ansible | 65407c8bceb259abaa0cdc029bd68222374ccfcb | 0 | roles/elk | 7,577 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/main.yml",
"content": "- name: copy logstash conf file\n ansible.builtin.template:\n src: logstash.conf\n dest: /etc/logstash/conf.d/logstash.conf\n\n- name: Restart Logstatsh\n ansible.builtin.systemd:\n name: logstash\n state: restarted\n enabled: true\n",
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 684,
"all_permissive": false
} |
ansible_role | jkesarwani123/roboshop-ansible | 65407c8bceb259abaa0cdc029bd68222374ccfcb | 0 | roles/frontend | 7,577 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: dummy\n ansible.builtin.debug:\n msg: hello component-frontend\n\n- name: Install NJINX server\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Copy Config file\n ansible.builtin.template:\n src: roboshop.conf\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1109,
"all_permissive": false
} |
ansible_role | jkesarwani123/roboshop-ansible | 65407c8bceb259abaa0cdc029bd68222374ccfcb | 0 | roles/payment | 7,577 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: dummy\n ansible.builtin.debug:\n msg: hello component-payment\n\n- name: calling python function\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | jkesarwani123/roboshop-ansible | 65407c8bceb259abaa0cdc029bd68222374ccfcb | 0 | roles/shipping | 7,577 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: dummy\n ansible.builtin.debug:\n msg: hello component-shipping\n\n- name: calling java function\n ansible.builtin.import_role:\n name: common\n tasks_from: java\n\n\n\n\n\n# mysql_password=$1\n#\n# if [ -z \"$mysql_password\" ]; the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | jkesarwani123/roboshop-ansible | 65407c8bceb259abaa0cdc029bd68222374ccfcb | 0 | roles/user | 7,577 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: dummy\n ansible.builtin.debug:\n msg: hello component-user\n\n- name: calling nodejs function\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n\n\n\n# print_head calling nodejs function\n# component=user\n# schema_set... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | Mr-struct/micro-service-java | 563ab26a95b1a0d5c0a5c83965e4592e385cff77 | 0 | INFRA/Ansible/var/infrastructure/roles/common | 7,577 | [
"no_license"
] | [
{
"path": "INFRA/Ansible/var/infrastructure/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n\n- name: COMMON | Install basic packages\n # package: name={{ item }} state=present\n # with_items:\n apt:\n name:\n - vim\n - htop\n - iftop\n - tmux\n - power... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | Mr-struct/micro-service-java | 563ab26a95b1a0d5c0a5c83965e4592e385cff77 | 0 | INFRA/Ansible/var/infrastructure/roles/docker_registry | 7,577 | [
"no_license"
] | [
{
"path": "INFRA/Ansible/var/infrastructure/roles/docker_registry/files/Docker-compose.yml",
"content": "version: \"3\"\n\nvolumes:\n registry:\n\nservices:\n registry:\n image: registry:2\n deploy:\n replicas: 1\n environment:\n REGISTRY_HTTP_ADDR: 0.0.0.0:5000\n REGISTRY_HTTP_TLS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 927,
"all_permissive": false
} |
ansible_role | Mr-struct/micro-service-java | 563ab26a95b1a0d5c0a5c83965e4592e385cff77 | 0 | INFRA/Ansible/var/infrastructure/roles/docker_swarm | 7,577 | [
"no_license"
] | [
{
"path": "INFRA/Ansible/var/infrastructure/roles/docker_swarm/tasks/main.yml",
"content": "---\n# tasks file for docker_swarm\n\n- name: debian | installing pre-reqs\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3592,
"all_permissive": false
} |
ansible_role | Mr-struct/micro-service-java | 563ab26a95b1a0d5c0a5c83965e4592e385cff77 | 0 | INFRA/Ansible/var/infrastructure/roles/docker_tickstack | 7,577 | [
"no_license"
] | [
{
"path": "INFRA/Ansible/var/infrastructure/roles/docker_tickstack/tasks/telegraf.yml",
"content": "---\n\n- name: Docker-TickStack | Copy Telegraf Dockerfile and stuff\n copy:\n src: /var/ansible/infrastructure/roles/docker_tickstack/files/influxdata-docker/telegraf/1.15/alpine/\n dest: /var/docker/... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4664,
"all_permissive": false
} |
ansible_role | Mr-struct/micro-service-java | 563ab26a95b1a0d5c0a5c83965e4592e385cff77 | 0 | INFRA/Ansible/var/infrastructure/roles/geerlingguy.glusterfs | 7,577 | [
"no_license"
] | [
{
"path": "INFRA/Ansible/var/infrastructure/roles/geerlingguy.glusterfs/tasks/config.yml",
"content": "---\n# Gluster volume configuration.\n- name: Check if Gluster volumes already exist.\n shell: \"gluster volume info\"\n changed_when: false\n register: gluster_volume_info\n\n- name: Debug | check glus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | Mr-struct/micro-service-java | 563ab26a95b1a0d5c0a5c83965e4592e385cff77 | 0 | INFRA/Ansible/var/infrastructure/roles/gitlab | 7,577 | [
"no_license"
] | [
{
"path": "INFRA/Ansible/var/infrastructure/roles/gitlab/tasks/main.yml",
"content": "---\n# tasks file for gitlab\n\n- name: Gitlab | Install dependencies\n apt:\n name:\n - curl\n - openssh-server\n - ca-certificates\n - postfix\n state: latest\n update_cache: yes\n ignore_e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1425,
"all_permissive": false
} |
ansible_role | Mr-struct/micro-service-java | 563ab26a95b1a0d5c0a5c83965e4592e385cff77 | 0 | INFRA/Ansible/var/infrastructure/roles/ssl_for_reg | 7,577 | [
"no_license"
] | [
{
"path": "INFRA/Ansible/var/infrastructure/roles/ssl_for_reg/defaults/main.yml",
"content": "---\n# defaults file for ssl_for_reg",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "INFRA/Ansible/var/infrastructure/roles/ssl_for_reg/tests/test.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1638,
"all_permissive": false
} |
ansible_role | Mr-struct/micro-service-java | 563ab26a95b1a0d5c0a5c83965e4592e385cff77 | 0 | INFRA/Ansible/var/infrastructure/roles/visualisation | 7,577 | [
"no_license"
] | [
{
"path": "INFRA/Ansible/var/infrastructure/roles/visualisation/tasks/main.yml",
"content": "---\n# tasks file for visualisation\n\n- name: Inspect multiple images\n docker_image_info:\n name: \"{{ priv_reg }}/visualizer\"\n register: visualizer\n\n- name: Debug | Visualizer\n debug: var=visualizer ve... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | takudo/wordpress-dev | 7e478df1c7daa17c7f4184fee109725cacbb9993 | 0 | roles/common | 7,577 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Install libselinux-python\n yum: name=libselinux-python state=present\n\n- name: Copy the EPEL repository definition\n copy: src=epel.repo dest=/etc/yum.repos.d/epel.repo\n\n- name: Create the GPG key for EPEL\n copy: src=RPM-GPG-KEY-EPEL-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | takudo/wordpress-dev | 7e478df1c7daa17c7f4184fee109725cacbb9993 | 0 | roles/mysql | 7,577 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: download mysql repo\n get_url: url=http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm\n dest=/tmp/\n\n- name: mysql repo install\n yum: name=/tmp/mysql-community-release-el6-5.noarch.rpm state=present\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | takudo/wordpress-dev | 7e478df1c7daa17c7f4184fee109725cacbb9993 | 0 | roles/wordpress | 7,577 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n# - name: Git clone WordPress Skeleton\n# git: repo=https://github.com/takudo/WordPress-Skeleton.git \n# dest={{ wp_base_path }}/wordpress\n# recursive=no # not clone submodule\n\n- name: Download WordPress\n get_url: url={{ wp_sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1577,
"all_permissive": false
} |
ansible_role | westcottian/Srinivas | b37204577c619de9607b8bf061f62a614a5a8b33 | 0 | Ansible/roles/common | 7,577 | [
"no_license"
] | [
{
"path": "Ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Copy of sample file 1\n copy: src=samplefile1.txt dest=/tmp/MyDev\n\n- name: copy of sample file 2\n copy: src=samplefile2.txt dest=/tmp/MyDev\n notify: restart httpd\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | lg91/ansible-deploy | 059e5277cad97a9275f29e636f1a500bd7c28ccb | 1 | app/roles/app | 7,577 | [
"no_license"
] | [
{
"path": "app/roles/app/tasks/main.yml",
"content": "---\n- name: download app from repository\n get_url: url={{ app_path }} dest=/usr/share/jboss/standalone/deployments/mvc.war\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | lg91/ansible-deploy | 059e5277cad97a9275f29e636f1a500bd7c28ccb | 1 | jboss/roles/jboss | 7,577 | [
"no_license"
] | [
{
"path": "jboss/roles/jboss/tasks/main.yml",
"content": "---\n- name: Download JBoss\n get_url: url={{ jboss_url }} dest=/opt/jboss-as-7.1.1.Final.tar.gz\n\n- name: Tar zxvf jboss\n command: chdir=/usr/share /usr/bin/tar zxvf /opt/jboss-as-7.1.1.Final.tar.gz creates=/usr/share/jboss\n\n- name: Rename ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | lg91/ansible-deploy | 059e5277cad97a9275f29e636f1a500bd7c28ccb | 1 | jdk7/roles/jdk7 | 7,577 | [
"no_license"
] | [
{
"path": "jdk7/roles/jdk7/tasks/main.yml",
"content": "---\n - name: Download jdk\n get_url: url={{ jdk_url }} dest=/opt/jdk-7u79-linux-x64.rpm\n\n - name: Install jdk\n yum: name=/opt/jdk-7u79-linux-x64.rpm state=present\n\n - name: Config jdk\n script: jdk.sh\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | lg91/ansible-deploy | 059e5277cad97a9275f29e636f1a500bd7c28ccb | 1 | mysql/roles/mysql | 7,577 | [
"no_license"
] | [
{
"path": "mysql/roles/mysql/tasks/main.yml",
"content": "- name: download mysql from repository\n get_url: url={{ mysqlserver_path }} dest=/opt\n\n- name: download mysql from repository\n get_url: url={{ mysqldevel_path }} dest=/opt\n\n- name: download mysql from repository\n get_url: url={{ mysqlclient... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | devopscloudsre/ansible-repo | f087b39e127eeef2428e66f4b86188a649cbd170 | 0 | roles/apache | 7,577 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/install.yml",
"content": "- name: \"Install Apache\"\n yum: name=httpd state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 57,
"all_permissive": false
} |
ansible_role | devopscloudsre/ansible-repo | f087b39e127eeef2428e66f4b86188a649cbd170 | 0 | roles/mysql | 7,577 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "---\n# vars file for /etc/ansible/roles/mysql",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for /etc/ansible/roles/mysql\n- import_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/ansible_nodejs | 7,584 | [
"no_license"
] | [
{
"path": "roles/ansible_nodejs/tasks/main.yml",
"content": "- name: install-ansible - (1/4)\n shell: sudo apt-get install -y software-properties-common\n\n- name: install-ansible - (2/4)\n shell: sudo apt-add-repository -y ppa:ansible/ansible\n\n- name: install-ansible - (3/4)\n shell: sudo apt-get upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 856,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/config | 7,584 | [
"no_license"
] | [
{
"path": "roles/config/tasks/main.yml",
"content": "---\n # - name: start tomcat9\n # shell: sudo service tomcat7 start\n - name: start tomcat\n service: name=tomcat state=started enabled=yes\n\n - name: wait for tomcat to start\n wait_for: port=8080\n\n # - name: clone git repo\n # git: re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1759,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/dependencies | 7,584 | [
"no_license"
] | [
{
"path": "roles/dependencies/tasks/main.yml",
"content": "---\n - name: add java repository\n shell: sudo su - root -c 'add-apt-repository -y ppa:webupd8team/java'\n\n - name: apt-get update\n shell: sudo su - root -c 'apt-get update'\n\n - name: set deb conf selection 1\n shell: echo debconf s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4865,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/haproxy | 7,584 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "- name: Install haproxy-1.5 ~ I\n shell: sudo echo deb http://archive.ubuntu.com/ubuntu trusty-backports main universe | tee /etc/apt/sources.list.d/backports.list\n\n- name: apt-get update\n shell: sudo apt-get update\n # sudo su - root -c 'apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/itrust_install | 7,584 | [
"no_license"
] | [
{
"path": "roles/itrust_install/tasks/main.yml",
"content": "\n- name: set machine user\n set_fact:\n user: 'ubuntu' \n \n- name: installing maven and git\n apt: name={{item}} state=installed update_cache=true\n with_items:\n - maven\n - git\n\n- name: changing owership of ssh_config\n command... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1611,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/jdk8 | 7,584 | [
"no_license"
] | [
{
"path": "roles/jdk8/tasks/main.yml",
"content": "---\n- name: add java repository\n shell: sudo su - root -c 'add-apt-repository -y ppa:webupd8team/java'\n\n- name: apt-get update\n shell: sudo su - root -c 'apt-get update'\n\n- name: set deb conf selection 1\n shell: echo debconf shared/accepted-oracl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/jenkins | 7,584 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n - name: Install add-apt-repostory\n apt: name=software-properties-common state=latest\n\n - name: Add Oracle Java Repository\n apt_repository: repo='ppa:webupd8team/java'\n\n - name: Accept Java 8 License\n debconf: name='oracle-java8-i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4448,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/mysql | 7,584 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "\n- name: installing mysql\n apt: name={{ item }} update_cache=yes cache_valid_time=3600 state=present\n with_items:\n - python-mysqldb\n - mysql-server\n\n- name: installing mysql jdbc driver\n shell: sudo apt-get -y install libmysql-java\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/rolling_update | 7,584 | [
"no_license"
] | [
{
"path": "roles/rolling_update/tasks/main.yaml",
"content": "- name: copy Inventory for Slave Nodes\n copy: src=Inventory dest=./Inventory mode=0777\n\n- name: copy ssh pem file for Inventory\n copy: src=../../../DevOps-AWS.pem dest=./DevOps-AWS.pem mode=0600\n\n- name: copy updaing.yml\n copy: src=upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3500,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/setup_Jenkins | 7,584 | [
"no_license"
] | [
{
"path": "roles/setup_Jenkins/tasks/main.yml",
"content": "# ---\n# - name: Configure CI server\n# hosts: aws_server\n# become: yes\n# become_method: sudo\n\n# tasks:\n- name: apt-get update\n apt: update_cache=yes\n\n- name: Installing Git\n apt: name=git state=present\n\n# - name: Installing Ja... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3163,
"all_permissive": false
} |
ansible_role | dichen001/DevOps-CI-iTrust | b9e37b04abfd00ee89777b2d023561ea9fc725b5 | 0 | roles/tomcat | 7,584 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": " - name: add group \"tomcat\"\n group: name=tomcat\n\n - name: add user \"tomcat\"\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\n\n - name: download tomcat\n get_url: url=http://archive.apache.org/dist/tomcat/tomcat-9/v9.0.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 960,
"all_permissive": false
} |
ansible_role | mohammadrizqialfian/ansible-lamp-lemp | 2271b468d941b9ac548ce398357ec4368900fd14 | 0 | roles/web-lamp | 7,584 | [
"no_license"
] | [
{
"path": "roles/web-lamp/tasks/copy_code.yml",
"content": "#copy index.html from host to server\n- name: copy html for apache2\n copy: src=../templates/index.html dest=/var/www/html/index.html\n notify:\n - restart-apache\n#copy info.php from host to server\n- name: copy phpinfo for apache2\n copy: src... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1074,
"all_permissive": false
} |
ansible_role | mohammadrizqialfian/ansible-lamp-lemp | 2271b468d941b9ac548ce398357ec4368900fd14 | 0 | roles/web-lemp | 7,584 | [
"no_license"
] | [
{
"path": "roles/web-lemp/tasks/main.yml",
"content": "---\n#read file install_lemp.yml\n- include: install_lemp.yml\n#read file copy_code.yml\n- include: copy_code.yml\n#read file config_php_nginx\n- include: config_php_nginx.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2940,
"all_permissive": false
} |
ansible_role | DarioBlanco26/ansible-vmware-maintenance | 3a30dfc1860915320885d904b4c5c7a9c0f6eb80 | 0 | roles/role_vmware_maintenance | 7,584 | [
"no_license"
] | [
{
"path": "roles/role_vmware_maintenance/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - role_vmware_maintenance",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/role_vmware_maintenance/tasks/tasks_ap... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1571,
"all_permissive": false
} |
ansible_role | flyboy14/ansible-playbooks | e4431cd894cc6d1195efabf3a27ec400b1213992 | 0 | roles/common | 7,584 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: Check if packages need to be autoremoved\n command: apt-get --dry-run autoremove\n register: check_autoremove\n changed_when: False\n\n- name: Autoremove unused packages\n command: apt-get -y autoremove\n when: \"'packages will be REMO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | flyboy14/ansible-playbooks | e4431cd894cc6d1195efabf3a27ec400b1213992 | 0 | roles/logstash2 | 7,584 | [
"no_license"
] | [
{
"path": "roles/logstash2/tasks/common.yml",
"content": "- name: Add sources for elasticsearch and logstash\n synchronize: src=logstash2x.list dest=/etc/apt/sources.list.d/logstash2x.list\n- synchronize: src=elasricsearch2x.list dest=/etc/apt/sources.list.d/elasticsearch2x.list\n\n- name: apt update\n ap... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | flyboy14/ansible-playbooks | e4431cd894cc6d1195efabf3a27ec400b1213992 | 0 | roles/monit | 7,584 | [
"no_license"
] | [
{
"path": "roles/monit/templates/zabbix-agent.j2",
"content": "check host zabbix-agent with address 192.168.33.11\n if failed icmp type echo\n for 5 times within 5 cycles\n then alert\n\n# HTTP check\n if failed\n port 80 protocol http\n for 5 times within 5 cycles\n then alert\n\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 954,
"all_permissive": false
} |
ansible_role | flyboy14/ansible-playbooks | e4431cd894cc6d1195efabf3a27ec400b1213992 | 0 | roles/ntp | 7,584 | [
"no_license"
] | [
{
"path": "roles/ntp/handlers/main.yml",
"content": "---\n\n- name: Activate ntp service\n service: name=ntp state=started enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | flyboy14/ansible-playbooks | e4431cd894cc6d1195efabf3a27ec400b1213992 | 0 | roles/rsyslog | 7,584 | [
"no_license"
] | [
{
"path": "roles/rsyslog/handlers/main.yml",
"content": "---\n\n- name: activate rsyslog\n service: name=rsyslog state=started enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/rsyslog/tasks/main.yml",
"content": "---\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | flyboy14/ansible-playbooks | e4431cd894cc6d1195efabf3a27ec400b1213992 | 0 | roles/zabbix-agent | 7,584 | [
"no_license"
] | [
{
"path": "roles/zabbix-agent/tasks/main.yml",
"content": "---\n- include: common.yml\n when: zabbix_server_front_install or zabbix_server_install or zabbix_server_proxy_install or zabbix_agent_install\n\n- include: frontend.yml\n when: zabbix_server_front_install\n\n#- name: Rsync zabbix_agentd.conf to /... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1914,
"all_permissive": false
} |
ansible_role | flyboy14/ansible-playbooks | e4431cd894cc6d1195efabf3a27ec400b1213992 | 0 | roles/zabbix-api | 7,584 | [
"no_license"
] | [
{
"path": "roles/zabbix-api/tasks/main.yml",
"content": "---\n- name: zabbix-api | Install libjson-rpc-perl\n apt: name={{ item }} state=present\n with_items:\n - libjson-rpc-perl\n - unrar\n - zip\n\n- name: zabbix-api | Download older json-rpc package\n command: wget -q https://cpan.metacp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6801,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.