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 | viharikp/ansible-jenkins | bf2bb5c3672f3d176532adc27495569e26ace503 | 0 | roles/common | 514 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n### Dependencies deployment ###\n\n- name: Install NTP\n apt:\n name: ntp\n\n- name: NTP Service\n service:\n name: ntp\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | viharikp/ansible-jenkins | bf2bb5c3672f3d176532adc27495569e26ace503 | 0 | roles/haproxy | 514 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/haproxy.cfg.j2",
"content": "# port 80 with redirect to 443 Jenkins and upstream to 8085\n# port 9876 jmx\n# port 22 rsync \n# port 873 rsync\n# port 8085 jenkins\n\nglobal\n nbproc 6\n cpu-map 1 0\n cpu-map 2 1\n cpu-map 3 2\n cpu-map 4 3\n cpu-map 5... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3065,
"all_permissive": false
} |
ansible_role | viharikp/ansible-jenkins | bf2bb5c3672f3d176532adc27495569e26ace503 | 0 | roles/jenkins | 514 | [
"no_license"
] | [
{
"path": "roles/jenkins/defaults/main.yml",
"content": "java_args: >\n -Xms32g\n -XX:+AlwaysPreTouch\n -XX:+HeapDumpOnOutOfMemoryError\n -XX:HeapDumpPath=/var/log/jenkins/heap.dump\n -XX:+UseG1GC\n -XX:+UseStringDeduplication\n -XX:+ParallelRefProcEnabled\n -XX:+DisableExplicitGC\n -XX:+UnlockDiag... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7052,
"all_permissive": false
} |
ansible_role | MichaelBuchananCareer/bcl-lab | c7d6656e067a93daabb0b6f7829750dfde5f3e28 | 0 | roles/kubeadm | 514 | [
"no_license"
] | [
{
"path": "roles/kubeadm/tasks/initialize-cluster.yml",
"content": "---\n- name: Get the node's private IP\n ansible.builtin.shell: \"hostname -I | awk '{print $1}'\"\n register: local_ip\n changed_when: false\n\n#- name: Initialize Kubernetes Cluster on First Control Plane Node\n# become: true\n# comm... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5030,
"all_permissive": false
} |
ansible_role | ganbing87/ansible_roles_consul | 8f90eea6a75ccb2693f88753b6504c2a08488a25 | 0 | roles/consul | 514 | [
"no_license"
] | [
{
"path": "roles/consul/templates/consul.service.j2",
"content": "# {{ansible_managed}}\n\n[Unit]\nDescription=consul\nAfter=network.target\n\n[Service]\nType=forking\nUser={{ appuser }}\nGroup={{ appuser }}\nPrivateTmp=true\nLimitNOFILE={{ limit_nofile }}\nLimitNPROC={{ limit_nproc }}\nExecStart={{ softlin... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1768,
"all_permissive": false
} |
ansible_role | ahinko/home-ops | 495c3ce6fa1ae27b9d256573de7808bcb8af7fc0 | 232 | infrastructure/ansible/roles/apt | 514 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/apt/defaults/main.yaml",
"content": "---\n\napt_disable_recommends: \"enabled\"\napt_unattended_upgrades: \"enabled\"\n\napt_ppa_repos: []\napt_install_packages: []\napt_remove_packages: []\n",
"license_type": "permissive",
"detected_licenses": [
"Unlice... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4305,
"all_permissive": true
} |
ansible_role | ahinko/home-ops | 495c3ce6fa1ae27b9d256573de7808bcb8af7fc0 | 232 | infrastructure/ansible/roles/fish | 514 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/fish/tasks/install.yaml",
"content": "---\n- name: Add Fish repository from PPA and install its signing key on Ubuntu target\n ansible.builtin.apt_repository:\n repo: ppa:fish-shell/release-3\n update_cache: true\n\n- name: Install Fish\n ansible.builtin.apt:\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2742,
"all_permissive": true
} |
ansible_role | ahinko/home-ops | 495c3ce6fa1ae27b9d256573de7808bcb8af7fc0 | 232 | infrastructure/ansible/roles/hostname | 514 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/hostname/tasks/main.yaml",
"content": "---\n- name: Set hostname to inventory hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n when:\n - ansible_hostname != inventory_hostname\n\n- name: Update /etc/hosts to include hostname\n ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 923,
"all_permissive": true
} |
ansible_role | ahinko/home-ops | 495c3ce6fa1ae27b9d256573de7808bcb8af7fc0 | 232 | infrastructure/ansible/roles/pikvm_os | 514 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/pikvm_os/defaults/main.yaml",
"content": "---\nansible_python_interpreter: /usr/bin/python3\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 49
},
{
"path": "infrastructure/ansible/roles/pikvm_os/tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4283,
"all_permissive": true
} |
ansible_role | ahinko/home-ops | 495c3ce6fa1ae27b9d256573de7808bcb8af7fc0 | 232 | infrastructure/ansible/roles/readonly | 514 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/readonly/vars/main.yaml",
"content": "---\n\ncmdline_add: \"fastboot noswap ro\"\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 39
},
{
"path": "infrastructure/ansible/roles/readonly/tasks/main.yaml"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3291,
"all_permissive": true
} |
ansible_role | ahinko/home-ops | 495c3ce6fa1ae27b9d256573de7808bcb8af7fc0 | 232 | infrastructure/ansible/roles/ser2net | 514 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/ser2net/tasks/main.yaml",
"content": "---\n- name: Install ser2net\n ansible.builtin.apt:\n name: ser2net\n state: present\n\n- name: Config ser2net\n ansible.builtin.template:\n src: templates/ser2net.yaml.j2\n dest: /etc/ser2net.yaml\n owner: root\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 998,
"all_permissive": true
} |
ansible_role | ahinko/home-ops | 495c3ce6fa1ae27b9d256573de7808bcb8af7fc0 | 232 | infrastructure/ansible/roles/sshkeys | 514 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/sshkeys/tasks/main.yml",
"content": "---\n- name: Add user SSH public keys\n ansible.posix.authorized_key:\n user: \"{{ item.owner }}\"\n key: \"{{ item.key }}\"\n state: present\n with_items: \"{{ ssh_authorized_keys }}\"\n when: ssh_authorized_keys is de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": true
} |
ansible_role | ahinko/home-ops | 495c3ce6fa1ae27b9d256573de7808bcb8af7fc0 | 232 | infrastructure/ansible/roles/sudoers | 514 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/sudoers/tasks/main.yaml",
"content": "---\n- name: Add user to sudoers\n ansible.builtin.copy:\n content: \"{{ item }} ALL=(ALL:ALL) NOPASSWD:ALL\"\n dest: \"/etc/sudoers.d/{{ item }}_nopasswd\"\n mode: \"0440\"\n loop: \"{{ sudoers }}\"\n when:\n - sud... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": true
} |
ansible_role | ahinko/home-ops | 495c3ce6fa1ae27b9d256573de7808bcb8af7fc0 | 232 | infrastructure/ansible/roles/timezone | 514 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/timezone/tasks/main.yaml",
"content": "---\n- name: Set timezone\n community.general.timezone:\n name: \"{{ timezone | default('Europe/Stockholm') }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 112
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": true
} |
ansible_role | ahinko/home-ops | 495c3ce6fa1ae27b9d256573de7808bcb8af7fc0 | 232 | infrastructure/ansible/roles/users | 514 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/users/tasks/groups.yaml",
"content": "# tasks file for user\n---\n- name: Groups | add / delete\n ansible.builtin.group:\n name: \"{{ item.name }}\"\n system: \"{{ item.system | default(false) }}\"\n state: \"{{ item.state | default('present') }}\"\n with_i... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1310,
"all_permissive": true
} |
ansible_role | DmitriyKruchkov/web_store | da1b88521a58781f9a5b1ab3399729a55ccf83ee | 0 | infra-deploy/roles/grafana | 514 | [
"no_license"
] | [
{
"path": "infra-deploy/roles/grafana/tasks/install.yml",
"content": "---\n- name: \"Remove conflicting grafana packages\"\n ansible.builtin.package:\n name: grafana-data\n state: absent\n\n- name: \"Install dependencies\"\n ansible.builtin.package:\n name: \"{{ _grafana_dependencies }}\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | DmitriyKruchkov/web_store | da1b88521a58781f9a5b1ab3399729a55ccf83ee | 0 | infra-deploy/roles/java | 514 | [
"no_license"
] | [
{
"path": "infra-deploy/roles/java/vars/Debian-11.yml",
"content": "---\n# JDK version options include:\n# - java\n# - openjdk-11-jdk\n__java_packages:\n - fontconfig\n - openjdk-17-jre\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "infra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | DmitriyKruchkov/web_store | da1b88521a58781f9a5b1ab3399729a55ccf83ee | 0 | infra-deploy/roles/jenkins | 514 | [
"no_license"
] | [
{
"path": "infra-deploy/roles/jenkins/tasks/setting_job.yml",
"content": "- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - python3-pip\n - python3-dev\n\n- name: Install python-jenkins library\n pip:\n name: python-jenkins\n executable: pip3\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2803,
"all_permissive": false
} |
ansible_role | DmitriyKruchkov/web_store | da1b88521a58781f9a5b1ab3399729a55ccf83ee | 0 | infra-deploy/roles/k3d | 514 | [
"no_license"
] | [
{
"path": "infra-deploy/roles/k3d/defaults/main.yml",
"content": "---\n# defaults file for k3d\nhelm_version: \"3.15.3\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "infra-deploy/roles/k3d/vars/main.yml",
"content": "---\ndocker_requirements... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3201,
"all_permissive": false
} |
ansible_role | DmitriyKruchkov/web_store | da1b88521a58781f9a5b1ab3399729a55ccf83ee | 0 | infra-deploy/roles/vault | 514 | [
"no_license"
] | [
{
"path": "infra-deploy/roles/vault/defaults/main.yml",
"content": "---\nvault_version: \"1.17.2\"\nvault_install_prerequisites: [ 'unzip' ]\nvault_user: \"vault\"\nvault_group: \"vault\"\nvault_config_path: \"/etc/vault.hcl\"\nvault_storage_path: \"/var/lib/vault/data\"\nvault_addr: \"http://127.0.0.1:8200... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3493,
"all_permissive": false
} |
ansible_role | Andreyhiitola/Ansible_create_LVM_with_roles | 57bcb2edf0415680a70c92e828e0d8c11cec0279 | 0 | roles/create_LVM_Disk | 514 | [
"no_license"
] | [
{
"path": "roles/create_LVM_Disk/vars/main.yml",
"content": "\n# package\n# - lvm2\n# - mc\n# - tree\n# - tmux\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/create_LVM_Disk/defaults/main.yml",
"content": "---\n# defaults fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2531,
"all_permissive": false
} |
ansible_role | einwolf/kubernetes-kubeadm-lab | 8dead757b6805f85cefbb4ad1d4a25817c34e9fe | 0 | kc2/roles/kcfacts | 514 | [
"no_license"
] | [
{
"path": "kc2/roles/kcfacts/tasks/kc_fail_if_node.yaml",
"content": "- name: Check if this host is already a cluster node\n when: 'inventory_hostname_short in hostvars[\"K8S_VARS\"][\"kc_node_names\"]'\n block:\n - name: Fail when host is already a cluster node\n ansible.builtin.fail:\n msg: Hos... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | einwolf/kubernetes-kubeadm-lab | 8dead757b6805f85cefbb4ad1d4a25817c34e9fe | 0 | kc2/roles/kcsetup_inet | 514 | [
"no_license"
] | [
{
"path": "kc2/roles/kcsetup_inet/tasks/setup_kubernetes.yaml",
"content": "# Check default network type\n- name: Check cluster_net_default\n when: cluster_net_default != \"bridge_hl\" and\n cluster_net_default != \"bridge_dhcp\" and\n cluster_net_default != \"bridge_whereabouts\" and\n ... | {
"task_files": 26,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 33,
"total_bytes": 41240,
"all_permissive": false
} |
ansible_role | einwolf/kubernetes-kubeadm-lab | 8dead757b6805f85cefbb4ad1d4a25817c34e9fe | 0 | kc2/roles/kcsup | 514 | [
"no_license"
] | [
{
"path": "kc2/roles/kcsup/tasks/mount_kubeshare_sshfs.yaml",
"content": "- name: Install epel-release\n dnf:\n name: epel-release\n state: present\n- name: Enable CRB\n command: /usr/bin/crb enable\n- name: Install fuse-sshfs\n dnf:\n name: fuse-sshfs\n state: present\n- name: Make kubeshare... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/devtools | 514 | [
"no_license"
] | [
{
"path": "roles/devtools/tasks/main.yml",
"content": "- name: Install taps\n community.general.homebrew_tap:\n name: \"{{ item.name }}\"\n url: \"{{ item.url | default(omit) }}\"\n with_items:\n - name:\n - homeport/tap # dyff\n - mike-engel/jwt-cli # jwt-cli\n - name: miniscruf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/docker | 514 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Install casks\n community.general.homebrew_cask:\n name: docker\n install_options: --no-quarantine\n\n- name: Install formulas\n community.general.homebrew:\n name:\n - dive\n state: present\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 | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/git | 514 | [
"no_license"
] | [
{
"path": "roles/git/templates/gitconfig.j2",
"content": "[user]\n\tname = <NAME>\n\temail = <EMAIL>\n\n[push]\n\tdefault = current\n[pager]\n\tbranch = false\n[init]\n\tdefaultBranch = main\n[pull]\n\trebase = true\n[rebase]\n\tautoStash = true\n[branch]\n\tautoSetupMerge = true\n[checkout]\n\tworkers = 0\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1335,
"all_permissive": false
} |
ansible_role | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/gpg | 514 | [
"no_license"
] | [
{
"path": "roles/gpg/templates/gpg-agent.conf.j2",
"content": "pinentry-program {{ homebrew_prefix }}/bin/pinentry-touchid\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/gpg/tasks/main.yml",
"content": "- name: Install tap\n community... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/homebrew | 514 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "- name: Check if homebrew is installed\n ansible.builtin.stat:\n path: \"{{ homebrew_binary_path }}\"\n register: homebrew_binary_stat\n\n- ansible.builtin.import_tasks: install.yml\n when: not homebrew_binary_stat.stat.exists\n\n- ansible.builtin... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/iterm2 | 514 | [
"no_license"
] | [
{
"path": "roles/iterm2/tasks/main.yml",
"content": "- name: Install casks\n community.general.homebrew_cask:\n name: iterm2\n install_options: --no-quarantine\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/kubernetes | 514 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "- name: Install taps\n community.general.homebrew_tap:\n name:\n - helmwave/tap\n - norwoodj/tap # helm-docs\n\n- name: Install formulas\n community.general.homebrew:\n name:\n - chart-testing\n - checkov\n - helm\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/powerline | 514 | [
"no_license"
] | [
{
"path": "roles/powerline/defaults/main.yml",
"content": "powerline_git_base_url: https://github.com/powerline/fonts/raw/master/SourceCodePro/\npowerline_font_name: Source Code Pro Medium for Powerline.otf\npowerline_fonts_dir: \"{{ ansible_user_dir }}/Library/Fonts\"",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/terraform | 514 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "- name: Install formulas\n community.general.homebrew:\n name:\n - terraform\n - terraform-docs\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/vim | 514 | [
"no_license"
] | [
{
"path": "roles/vim/templates/vimrc.j2",
"content": "set nocompatible \" be iMproved, required\n\" filetype off \" required\n\nfiletype plugin indent on \" required\n\n\" vim-sensible\nsyntax enable\nset backspace=indent,eol,start\nset autoindent\nset complete-=i\nset smart... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5279,
"all_permissive": false
} |
ansible_role | r3nic1e/dotfiles | 69c4475dca72f3b442cbba42caef925e448a91c9 | 0 | roles/zsh | 514 | [
"no_license"
] | [
{
"path": "roles/zsh/templates/zshrc.j2",
"content": "# If you come from bash you might have to change your $PATH.\n# export PATH=$HOME/bin:/usr/local/bin:$PATH\n\n# Path to your oh-my-zsh installation.\nexport ZSH=\"${HOME}/.oh-my-zsh\"\n\n# Set name of the theme to load --- if set to \"random\", it will\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7176,
"all_permissive": false
} |
ansible_role | aishwaryabk/script-merge | 0bcd07b2d4b69683bafbb9697ba3b3dcacc16d95 | 0 | playbooks/roles/create-cluster-pod | 518 | [
"no_license"
] | [
{
"path": "playbooks/roles/create-cluster-pod/tasks/main.yaml",
"content": "---\n\n- name: Populate the deploy script \n shell: \".{{ dir_path }}/ocp-upi-powervs-pod/deploy.sh {{action }} {{ version }}\"\n register: NEW_CLUSTER\n args:\n chdir: \"{{ dir_path }}/ocp-upi-powervs-pod\" \n \n- name: Cre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | aishwaryabk/script-merge | 0bcd07b2d4b69683bafbb9697ba3b3dcacc16d95 | 0 | playbooks/roles/docker-img | 518 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker-img/tasks/main.yaml",
"content": "---\n\n- name: Build the image\n docker_image:\n path: \"{{ dir_path }}/ocp-upi-powervs-pod/dockerfile/\"\n name: \"{{ docker_image }}\"\n tag: \"ocp-{{ version }}\"\n state: present\n\n\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | aishwaryabk/script-merge | 0bcd07b2d4b69683bafbb9697ba3b3dcacc16d95 | 0 | playbooks/roles/ocp-configurations | 518 | [
"no_license"
] | [
{
"path": "playbooks/roles/ocp-configurations/tasks/main.yaml",
"content": "---\n\n- name: To check if pull-secrets exists\n stat:\n path: \"$PWD/pull-secret.txt\"\n register: secret_file\n \n- name: hard link the pull-secret file\n file:\n src: \"$PWD/pull-secret.txt\"\n dest: \"{{ dir_path }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | aishwaryabk/script-merge | 0bcd07b2d4b69683bafbb9697ba3b3dcacc16d95 | 0 | playbooks/roles/repo-setup | 518 | [
"no_license"
] | [
{
"path": "playbooks/roles/repo-setup/tasks/main.yaml",
"content": "---\n\n- name: Clone ocp-upi-powervs-pod repository\n git:\n repo: \"https://github.com/ocp-power-automation/ocp-upi-powervs-pod\"\n dest: \"{{ dir_path }}/ocp-upi-powervs-pod\"\n version: main\n# become_user: cloudusr\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 815,
"all_permissive": false
} |
ansible_role | aishwaryabk/script-merge | 0bcd07b2d4b69683bafbb9697ba3b3dcacc16d95 | 0 | playbooks/roles/script-install | 518 | [
"no_license"
] | [
{
"path": "playbooks/roles/script-install/tasks/main.yaml",
"content": "---\n\n- name: Install cluster\n tasks:\n - name: Install Powervs cluster\n shell: .{{ dir_path }}/ocp-upi-powervs-pod/openshift-install-powervs create\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/cobbler | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/cobbler/tasks/start.yml",
"content": "---\r\n - name: start cobbler\r\n service: name=cobblerd enabled=yes state=restarted\r\n notify: cobbler get-loaders\r\n tags: start_cobbler",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/cobbler_dnsmasq | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/cobbler_dnsmasq/tasks/cobbler_command.yml",
"content": "---\n - name: restart httpd \n service: name=httpd state=restarted\n\n - name: cobbler sync\n shell: cobbler sync\n \n - name: copy getloader\n copy: src={{ item }} dest=/var/lib/cobbler/load... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/cobbler_httpd | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/cobbler_httpd/tasks/main.yml",
"content": "---\r\n - name: install httpd\r\n yum: name=httpd state=installed\r\n\r\n - name: conf httpd\r\n lineinfile: dest=/etc/httpd/conf/httpd.conf regexp={{ item.name }} line={{ item.modify }}\r\n with_items:\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/cobbler_tftp | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/cobbler_tftp/tasks/main.yml",
"content": "---\r\n - name: install tftp\r\n yum: name={{ item }} state=installed\r\n with_items:\r\n - \"xinetd\"\r\n - \"tftp-server\"\r\n\r\n - name: conf tftp\r\n #lineinfile: dest=/etc/xinetd.d/tftp regexp=\"disa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/falcon_agent | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/falcon_agent/hanlders/main.yml",
"content": "---\n# - name: system reload\n# shell: \"systemctl daemon-reload\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "magicstack_v2_20170518/roles/falcon_agent/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2856,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/falcon_common | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/falcon_common/defaults/main.yml",
"content": "---\n \nmodule:\n - graph\n - hbs\n - query\n - transfer\n - judge\n - agent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "magicstack_v2_20170518/roles/f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1596,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/falcon_graph | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/falcon_graph/tasks/main.yml",
"content": "---\n - name: Install graph \n unarchive: src=graph.tar.gz dest={{ INSTALL_PATH }}/graph \n\n - name: Config Service\n template: \n src=systemd.service.j2 \n dest=/usr/lib/systemd/system/openfalcon-graph.serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/falcon_judge | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/falcon_judge/templates/cfg.json.j2",
"content": "{\n \"debug\": true,\n \"debugHost\": \"nil\",\n \"remain\": 11, \n \"http\": {\n \"enabled\": true,\n \"listen\": \"{{ judge.http_listen }}:{{ judge.http_listen_port }}\"\n },\n \"rpc\":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1650,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/falcon_query | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/falcon_query/tasks/main.yml",
"content": "---\n - name: Install query \n unarchive: src=query.tar.gz dest={{ INSTALL_PATH }}/query\n\n - name: Config Service\n template: \n src=systemd.service.j2 \n dest=/usr/lib/systemd/system/openfalcon-query.servi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/magicstack-proxy | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/magicstack-proxy/templates/system_snmp.service.j2",
"content": "[Unit]\nDescription=snmp agent\nAfter=network.target mysql.service\nAfter=syslog.target\n\n[Install]\nWantedBy=multi-user.target\nAlias=snmp agent.service\n\n[Service]\nUser=root\nGroup=root\nType=forking... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6899,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | magicstack_v2_20170518/roles/magicstack-server | 518 | [
"no_license"
] | [
{
"path": "magicstack_v2_20170518/roles/magicstack-server/tasks/db.yml",
"content": "---\r\n - name: create database\r\n mysql_db: login_host={{ magicstackserverdb.dbhost }} login_user={{ magicstackserverdb.dbuser }} login_password={{ <PASSWORD> }} login_port={{ magicstackserverdb.dbport }} name={{ magi... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6591,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | project-ansible/magicstack-falcon-agent/roles/agent | 518 | [
"no_license"
] | [
{
"path": "project-ansible/magicstack-falcon-agent/roles/agent/templates/cfg.json.j2",
"content": "{\n \"debug\": true,\n \"hostname\": \"\",\n \"ip\": \"\",\n \"plugin\": {\n \"enabled\": false,\n \"dir\": \"./plugins\",\n \"git\": \"https://github.com/open-falcon/plugin.gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2198,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | project-ansible/magicstack-falcon/roles/agent | 518 | [
"no_license"
] | [
{
"path": "project-ansible/magicstack-falcon/roles/agent/tasks/main.yml",
"content": "---\n - name: Install agent \n unarchive: src=agent.tar.gz dest={{ INSTALL_PATH }} creates={{ INSTALL_PATH }}/agent\n\n - name: Config agent\n template: src=cfg.json.j2 dest={{ INSTALL_PATH }}/agent/cfg.json\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1963,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | project-ansible/magicstack-falcon/roles/common | 518 | [
"no_license"
] | [
{
"path": "project-ansible/magicstack-falcon/roles/common/tasks/main.yml",
"content": "---\n\n - name: Create Install-PATH \n file: path={{ INSTALL_PATH }} state=directory mode=0755\n\n #- name: Install epel\n # yum: name=epel-release state=installed\n\n #- name: Install packages\n # yum: name={{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1773,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | project-ansible/magicstack-falcon/roles/hbs | 518 | [
"no_license"
] | [
{
"path": "project-ansible/magicstack-falcon/roles/hbs/templates/systemd.service.j2",
"content": "[Unit]\nDescription=Open-falcon hbs\nAfter=network.target mysql.service\nAfter=syslog.target\n\n[Install]\nWantedBy=multi-user.target\nAlias=openfalcon-hbs.service\n\n[Service]\nUser=root\nGroup=root\nType=fork... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | project-ansible/magicstack-falcon/roles/transfer | 518 | [
"no_license"
] | [
{
"path": "project-ansible/magicstack-falcon/roles/transfer/tasks/main.yml",
"content": "---\n - name: Install transfer \n unarchive: src=transfer.tar.gz dest={{ INSTALL_PATH }} creates={{ INSTALL_PATH }}/transfer\n\n - name: Config Service\n template: \n src=systemd.service.j2 \n dest=/u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | project-ansible/magicstack/roles/magicstack-proxy | 518 | [
"no_license"
] | [
{
"path": "project-ansible/magicstack/roles/magicstack-proxy/tasks/config.yml",
"content": "---\r\n - name: config proxy .env\r\n template: src=env.j2 dest={{ proxy.magicstack_proxy_path }}/.env\r\n \r\n - name: config proxy flask service\r\n template: src=magicstack-proxy-flask.service.j2 dest=/usr... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2653,
"all_permissive": false
} |
ansible_role | StandNorthStar/ansible_deploy | 34f9687b116bfb45954633e352148ccfbd4a4b1f | 0 | project-ansible/magicstack/roles/magicstack-server | 518 | [
"no_license"
] | [
{
"path": "project-ansible/magicstack/roles/magicstack-server/templates/cfg.py.j2",
"content": "# -*- coding: utf-8 -*-\nDATABASES = {\n 'default': {\n 'ENGINE': 'django.db.backends.mysql',\n 'NAME': '{{ db.dbservername }}', # Or path to database file if using sqlite3.\n 'USER': '{{... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 5928,
"all_permissive": false
} |
ansible_role | yosetto/Wordpress-with-Ansible | 96e4a4d42e342264f478622bcc36d8e999c49fc9 | 0 | ansible/roles/mysql | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/defaults/main.yml",
"content": "---\n# defaults file for mysql\nwp_mysql_db: wp_mydatabase\nwp_mysql_user: wp_myuser\nwp_mysql_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "ansible/roles/mysq... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 739,
"all_permissive": false
} |
ansible_role | yosetto/Wordpress-with-Ansible | 96e4a4d42e342264f478622bcc36d8e999c49fc9 | 0 | ansible/roles/php | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: install software-properties-common\n apt: name=software-properties-common\n become: true\n- name: add ppa repository for php 7.4\n apt_repository: 'repo=\"ppa:ondrej/php\"'\n become: true\n \n- name: update apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | yosetto/Wordpress-with-Ansible | 96e4a4d42e342264f478622bcc36d8e999c49fc9 | 0 | ansible/roles/server | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "---\n# tasks file for server\n- name: install apache2\n apt: name=apache2 update_cache=yes state=latest\n become: 'yes'\n notify:\n - restart apache2\n- name: enabled apache2 mod_rewrite\n apache2_module: name=rewrite state=present\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | yosetto/Wordpress-with-Ansible | 96e4a4d42e342264f478622bcc36d8e999c49fc9 | 0 | ansible/roles/wordpress | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "---\n# tasks file for wordpress\n- name: download and extract wordpress in apache2 public directory\n unarchive: \n src: \"https://wordpress.org/latest.tar.gz\" \n dest: \"/var/www/html\"\n remote_src: yes\n become: true\n \n- name: re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1209,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/ca | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/ca/tasks/main.yaml",
"content": "- name: Create Certificate Authority Directory\n ansible.builtin.file:\n path: $HOME/ca\n state: directory\n mode: 0700\n\n- name: Create Certificate Authority Clients Directory\n ansible.builtin.file:\n path: $HOME/ca/clients\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/docker | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yaml",
"content": "- name: Install docker\n become: true\n apt:\n name: docker.io\n state: present\n\n- name: Create Docker config directory\n become: true\n file:\n path: /etc/docker/\n state: directory\n mode: '0755'\n\n- name: Configure Docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 708,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/http_tunnel | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/http_tunnel/tasks/main.yaml",
"content": "- name: Install HTTP Tunnel Client Service\n become: true\n copy:\n dest: /etc/systemd/system/http-tunnel-client.service\n src: ../files/http-tunnel-client.service\n mode: '0644'\n register: service\n\n- name: Make HTTP Tunnel co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3063,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/k8csr | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/k8csr/tasks/main.yaml",
"content": "- name: Install jq\n become: true\n ansible.builtin.apt:\n pkg:\n - jq\n state: present\n update_cache: true\n\n- name: Bootstrap TLS\n become: true\n lineinfile:\n path: /var/lib/kubelet/config.yaml\n regexp: \"^serverTLSB... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/k8master | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/k8master/tasks/main.yaml",
"content": "- name: Bind mount state directories\n become: true\n # See https://github.com/kubernetes/kubernetes/issues/94335\n ansible.posix.mount:\n src: /var/lib/kubelet\n path: /var/lib/kubelet\n opts: bind\n state: mounted\n fstype: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2170,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/k8node | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/k8node/tasks/main.yaml",
"content": "- name: Install node dependencies\n become: true\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - nfs-common\n state: present\n\n- name: Load bridge kernel module\n become: yes\n community.general.modprobe:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4173,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/k8worker | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/k8worker/tasks/main.yaml",
"content": "- name: Check if joined to cluster\n become: true\n stat:\n path: $HOME/node_joined.txt\n register: node_joined\n\n- name: Join cluster\n block:\n - name: Get join command\n delegate_to: galactica.local\n become: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 538,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/labgrid | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/labgrid/tasks/main.yaml",
"content": "- name: Create gpio group\n become: true\n group:\n name: gpio\n state: present\n\n- name: Create labgrid user\n become: true\n user:\n name: labgrid\n comment: Labgrid User\n shell: /bin/bash\n groups:\n - plugdev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2216,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/labgrid_coordinator | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/labgrid_coordinator/tasks/main.yaml",
"content": "- name: Install Labgrid Coordinator service file\n become: true\n copy:\n dest: /etc/systemd/system/labgrid-coordinator.service\n src: ../files/labgrid-coordinator.service\n mode: '0644'\n register: coordinator_service\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/labgrid_exporter | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/labgrid_exporter/tasks/main.yaml",
"content": "- name: Install Labgrid remote dependencies\n become: true\n apt:\n state: present\n name:\n - python3-usb\n - socat\n - gstreamer1.0-tools\n - gstreamer1.0-plugins-good\n - gstreamer1.0-plugins-bad\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4050,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/local_storage | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/local_storage/tasks/main.yaml",
"content": "- name: \"Partition {{ localdisk }}\"\n become: true\n community.general.parted:\n device: '{{ localdisk }}'\n number: 1\n state: present\n part_start: 0%\n part_end: 100%\n fs_type: ext4\n label: gpt\n\n- name: \"Fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/managed | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/managed/tasks/main.yaml",
"content": "- name: 'Create user adama user'\n become: true\n user:\n name: 'adama'\n append: yes\n state: present\n createhome: yes\n shell: /bin/bash\n\n- name: 'Allow adama to have passwordless sudo'\n become: true\n lineinfile:\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/nfsserver | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/nfsserver/tasks/main.yaml",
"content": "- name: install NFS server\n become: true\n apt:\n name: nfs-kernel-server\n state: present\n update_cache: true\n\n- name: \"Partition {{ nfsdisk }}\"\n become: true\n community.general.parted:\n device: '{{ nfsdisk }}'\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1294,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/pdudaemon | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/pdudaemon/tasks/main.yaml",
"content": "- name: Install PDU Daemon service file\n become: true\n copy:\n dest: /etc/systemd/system/pdudaemon.service\n src: ../files/pdudaemon.service\n mode: '0644'\n register: pdudaemon_service\n\n- name: Make PDU Daemon configuration di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 760,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/rook | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/rook/tasks/main.yaml",
"content": "- name: Install LVM\n become: true\n ansible.builtin.apt:\n name: lvm2\n state: present\n update_cache: true\n\n- name: Load RBD module\n become: true\n community.general.modprobe:\n name: rbd\n state: present\n\n- name: Enable k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | JPEWdev/kube-battlestar-cluster | bf210e3c7c515963b1eb955e91fc929b50b96ce1 | 6 | ansible/roles/router | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/router/tasks/main.yaml",
"content": "- name: Assign static IP address to '{{ hostvars[inventory_hostname].internal_intf }}'\n become: true\n copy:\n dest: /etc/netplan/50-internal.yaml\n content: |\n network:\n version: 2\n ethernets:\n {{ hostvar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2852,
"all_permissive": false
} |
ansible_role | RaphaelAkwetey/foodmgt-genkey | 38eff5ad46295dd612b995ce1bf676040a63c8be | 0 | ansible/roles/docker | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/files/foodmgt/backend-healthcheck.sh",
"content": "#!/bin/bash\nset -eu\nrestore(){\n echo \"Deployment was not successful, reverting to previous deployment\";\n rm -rf /foodmgt/*.jar;\n cd /foodmgt/backup;\n cp \"$(ls -t /foodmgt/backup | head -1)\" /foodmgt/;\n mv /foo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 8614,
"all_permissive": false
} |
ansible_role | RaphaelAkwetey/foodmgt-genkey | 38eff5ad46295dd612b995ce1bf676040a63c8be | 0 | ansible/roles/firewall-rules | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall-rules/tasks/main.yml",
"content": "---\n# Port forwarding \n- name: Redirect port 443 to 8443 with Rich Rule\n ansible.posix.firewalld:\n rich_rule: rule family=ipv4 forward-port port=8080 protocol=tcp to-port=8084\n zone: public\n permanent: yes\n immediate: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1624,
"all_permissive": false
} |
ansible_role | RaphaelAkwetey/foodmgt-genkey | 38eff5ad46295dd612b995ce1bf676040a63c8be | 0 | ansible/roles/upgrade-packages | 518 | [
"no_license"
] | [
{
"path": "ansible/roles/upgrade-packages/tasks/main.yml",
"content": "---\n- name: 'update apt packages.'\n become: true\n yum:\n update_cache: yes\n\n- name: Upgrade all packages\n ansible.builtin.yum:\n name: '*'\n state: latest\n\n- name: 'Remove dependencies that are no longer required'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | timalherbe/TPFinalDevOps | ebc5a6a0c01481eba2f03ae244a16dd84004f55b | 0 | Ansible/roles/Docker | 518 | [
"no_license"
] | [
{
"path": "Ansible/roles/Docker/tasks/main.yml",
"content": "---\n# tasks file for roles/Docker\n- name: Update apt and install docker-compose\n apt: update_cache=yes name=docker-compose state=latest\n\n- name: Clone git repo\n git:\n repo: \"https://github.com/j0h3/cours_ynov.git\"\n dest: /home/ub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | opti93/deploy_k8s_cluster | 4701a491fceb3c1b8dbb4f9c37554b1c59ce5999 | 0 | roles/flannel | 516 | [
"no_license"
] | [
{
"path": "roles/flannel/tasks/main.yml",
"content": "---\n- name: installing flannel\n block:\n - name: initialize the cluster\n shell: kubeadm init --pod-network-cidr=10.244.0.0/16 >> cluster_initialized.txt\n args:\n chdir: $HOME\n creates: cluster_initialized.txt\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 867,
"all_permissive": false
} |
ansible_role | opti93/deploy_k8s_cluster | 4701a491fceb3c1b8dbb4f9c37554b1c59ce5999 | 0 | roles/installing_kubectl | 516 | [
"no_license"
] | [
{
"path": "roles/installing_kubectl/tasks/main.yml",
"content": "---\n- name: install kubectl\n apt:\n name: kubectl=1.24.6-00\n state: present\n force: 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 | opti93/deploy_k8s_cluster | 4701a491fceb3c1b8dbb4f9c37554b1c59ce5999 | 0 | roles/join_worker | 516 | [
"no_license"
] | [
{
"path": "roles/join_worker/tasks/main.yml",
"content": "---\n- name: joining worker nodes\n block:\n - name: join cluster\n shell: \"{{ hostvars['control1'].join_command }} >> node_joined.txt\"\n args:\n chdir: $HOME\n creates: node_joined.txt\n become: true",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | opti93/deploy_k8s_cluster | 4701a491fceb3c1b8dbb4f9c37554b1c59ce5999 | 0 | roles/preconfig | 516 | [
"no_license"
] | [
{
"path": "roles/preconfig/tasks/main.yml",
"content": "---\n- name: adding authorized_key\n block:\n - name: create the 'ubuntu' user\n user: name=ubuntu append=yes state=present createhome=yes shell=/bin/bash\n\n - name: allow 'ubuntu' to have passwordless sudo\n lineinfile:\n dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1827,
"all_permissive": false
} |
ansible_role | nev3rm0re/api-for-ttt | 1f9873e9620ae69f9475e2ca5bd036fa4a43523f | 0 | build/roles/nginx | 516 | [
"no_license"
] | [
{
"path": "build/roles/nginx/tasks/main.yml",
"content": "---\n- name: Add PHP7 PPA\n apt_repository:\n repo: ppa:ondrej/php\n update_cache: true\n\n- name: Install PHP7 and Git\n apt: name={{ item }} state=installed\n with_items:\n - php7.0\n - php7.0-fpm\n - git\n - php7.0-xml # required for ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1314,
"all_permissive": false
} |
ansible_role | mpgrail13/PlaysDev | b3d9943f9172b97cb7433dd40e0a9e9a9ede1f5b | 0 | ansible/roles/compose | 516 | [
"no_license"
] | [
{
"path": "ansible/roles/compose/tasks/main.yml",
"content": "---\n# tasks file for compose\n- block: # Debian\n - name: Update\n apt:\n update_cache: yes\n - name: Install docker-compose\n shell: \"apt install docker-compose -y\"\n\n - name: Copy repo\n git:\n repo: https://github.com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1903,
"all_permissive": false
} |
ansible_role | project-square/project-deployment | 34ec32ba6c09516d995bab3c3b802d95e273369f | 1 | ansible/roles/kamailio | 516 | [
"no_license"
] | [
{
"path": "ansible/roles/kamailio/handlers/main.yml",
"content": "---\n- name: restart kamailio\n systemd:\n name: kamailio\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/kamailio/defaults/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 25035,
"all_permissive": false
} |
ansible_role | project-square/project-deployment | 34ec32ba6c09516d995bab3c3b802d95e273369f | 1 | ansible/roles/rtpengine | 516 | [
"no_license"
] | [
{
"path": "ansible/roles/rtpengine/tasks/main.yml",
"content": "---\n- name: Create rtpengine group\n group: \n name: \"{{ rtpengine_group }}\"\n state: present\n\n- name: Create rtpengine user\n user:\n name: \"{{ rtpengine_user }}\"\n group: \"{{ rtpengine_group }}\"\n state: present\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6679,
"all_permissive": false
} |
ansible_role | Serafim0604/devops-task | 0fb0f99936b4081ea651c53516c3a9659ccdd957 | 0 | roles/db_client | 516 | [
"no_license"
] | [
{
"path": "roles/db_client/tasks/main.yaml",
"content": "- name: Get OS info\n setup:\n gather_subset:\n - os_family\n\n- name: Install PostgreSQL client on Debian\n apt:\n name: postgresql-client\n state: present\n update_cache: yes\n when: ansible_facts['os_family'] == \"Debian\"\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | Serafim0604/devops-task | 0fb0f99936b4081ea651c53516c3a9659ccdd957 | 0 | roles/firewall | 516 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yaml",
"content": "- name: Install ufw on Debian\n apt:\n name: ufw\n state: present\n update_cache: yes\n when: ansible_facts['os_family'] == \"Debian\"\n\n- name: Allow SSH before enabling ufw\n command: ufw allow 22/tcp\n when: ansible_facts['os_family'] ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 989,
"all_permissive": false
} |
ansible_role | Serafim0604/devops-task | 0fb0f99936b4081ea651c53516c3a9659ccdd957 | 0 | roles/postgres_server | 516 | [
"no_license"
] | [
{
"path": "roles/postgres_server/tasks/main.yaml",
"content": "- name: Get os info\n ansible.builtin.setup:\n gather_subset:\n - os_family\n\n- name: Install PostgreSQL if Debian\n apt:\n name: postgresql\n state: present\n update_cache: yes\n when: ansible_facts['os_family'] == \"Debian... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2345,
"all_permissive": false
} |
ansible_role | osmItalia/geopuglia | 97871e168004b28f708da2424b68d08c032ec38b | 0 | provisioning/roles/common | 516 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt cache and upgrade packages\n apt: update_cache=yes upgrade=yes\n\n- name: Install required packages\n apt: name={{ item }} state=present\n with_items:\n - language-pack-en\n - git\n - python-virtualenv\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | osmItalia/geopuglia | 97871e168004b28f708da2424b68d08c032ec38b | 0 | provisioning/roles/django | 516 | [
"no_license"
] | [
{
"path": "provisioning/roles/django/tasks/main.yml",
"content": "---\n- name: Apply migrations\n shell: \"{{ virtualenv_binaries }}/python {{ project_folder }}/manage.py migrate\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | osmItalia/geopuglia | 97871e168004b28f708da2424b68d08c032ec38b | 0 | provisioning/roles/postgres | 516 | [
"no_license"
] | [
{
"path": "provisioning/roles/postgres/tasks/main.yml",
"content": "---\n- name: Create database\n sudo_user: postgres\n postgresql_db: name={{db_name}} encoding=utf8\n\n- name: Create user\n sudo_user: postgres\n postgresql_user: db={{db_name}} name={{db_user}} password={{<PASSWORD>}} priv=ALL role_at... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | osmItalia/geopuglia | 97871e168004b28f708da2424b68d08c032ec38b | 0 | provisioning/roles/virtualenv | 516 | [
"no_license"
] | [
{
"path": "provisioning/roles/virtualenv/tasks/main.yml",
"content": "---\n- name: Install required PIP packages inside the virtualenv\n sudo: false\n pip: requirements=/vagrant/requirements/local.txt virtualenv={{ virtualenv_path }}\n\n- name: Alter bashrc to automatically enter virtualenv at login\n su... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | Asserzayed/udapeople-cicd-pro | 42918e9d903f89baaaca3e1dc72515e6cfd55e8f | 0 | .circleci/ansible/roles/configure-server | 516 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"Add Node.js from it's source\"\n become: true\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n\n- name: \"Install Node.js 13 using apt\"\n become: true\n apt:\n name: [\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | Asserzayed/udapeople-cicd-pro | 42918e9d903f89baaaca3e1dc72515e6cfd55e8f | 0 | .circleci/ansible/roles/deploy | 516 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"Create backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Uncompress backend tar files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"Install node ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | Yiadh/ansible-lamp-stack-playbook | 89901f525d309d91d39ba440b2ae0a63f55f223f | 0 | roles/apache2 | 516 | [
"no_license"
] | [
{
"path": "roles/apache2/templates/db.php.j2",
"content": "<?php\n\n$connection = new PDO('mysql:host=database;dbname=demo', '{{ mysql_username }}', '{{ mysql_password }}');\n$statement = $connection->query('SELECT message FROM demo');\n\necho \"{{inventory_hostname}}\\n\";\necho $statement->fetchColumn();... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1087,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.