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 | palekseym/search_engine_infra | 7be82c2fb5af825aa359d7b23df3e748adcef934 | 0 | ansible/roles/grafana | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/files/docker-compose.yml",
"content": "version: '3.3'\n\nservices:\n\n grafana:\n image: grafana/grafana:5.0.0\n environment:\n - GF_SECURITY_ADMIN_USER=admin\n - GF_SECURITY_ADMIN_PASSWORD=<PASSWORD>\n ports:\n - 3000:3000\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | tysontrinh19x9/utilities-ansible-roles | 731f4bab340ac049e40656ee05b87967253309a0 | 0 | roles/pm2 | 8,145 | [
"no_license"
] | [
{
"path": "roles/pm2/tasks/install.yml",
"content": "---\n\n- name: Install packages normally\n npm:\n name: pm2\n executable: \"{{ npm_path | default(omit) }}\"\n global: yes\n version: \"{{ pm2_version | default(omit) }}\"\n notify: update pm2\n when: nvm_bin_path is undefined\n\n- name: Ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | galigalikun/conoha-env | 8ac051ac489a1d03486ebfef70d2f98182b6ab8b | 0 | roles/common | 8,145 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: common install\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - vim\n - curl\n\n- name: mackerel get\n get_url: url=https://mackerel.io/assets/files/scripts/setup-apt.sh dest=/usr/local/src mode=755\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | galigalikun/conoha-env | 8ac051ac489a1d03486ebfef70d2f98182b6ab8b | 0 | roles/docker | 8,145 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "---\n- name: restart docker\n service: name=docker state=restarted\n\n- name: restart mackerel\n service: name=mackerel-agent state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 831,
"all_permissive": false
} |
ansible_role | galigalikun/conoha-env | 8ac051ac489a1d03486ebfef70d2f98182b6ab8b | 0 | roles/web | 8,145 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n\n- name: html file mkdir\n file: path=/var/www state=directory\n\n- name: html file\n copy: src={{ item }} dest=/var/www/\n with_items:\n - googleeb7851b54219f0c4.html\n - vaddy-86e9749fc0ea8a0.html\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/authentik | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/authentik/tasks/main.yml",
"content": "---\n- name: Ensure wget is installed\n ansible.builtin.yum:\n name: wget\n state: present\n when: ansible_os_family == \"RedHat\"\n\n- name: Ensure wget is installed\n ansible.builtin.apt:\n name:\n - wget\n - ca-certific... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2550,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/common | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/common/defaults/main.yml",
"content": "---\ncommon_install_packages: true\ncommon_sshd_config_file: true\ncommon_motd_info: true\ncommon_unattended_upgrades: true\n\ncommon_packages_to_install_debian:\n - curl\n - jq\n - vim\n - git\n - tmux\n - needrestart\n - ncdu\n - lsof... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 9569,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/freeipa | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/freeipa/tasks/main.yml",
"content": "---\n- name: FQDN for freipa server\n ansible.builtin.hostname:\n name: \"{{ server_name + '.' + domain }}\"\n\n- name: FQDN for FreeIPA server\n shell: |\n hostname -F /etc/hostname && hostname -b \"{{ server_name + '.' + domain }}\"\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1404,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/influxdb | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/influxdb/tasks/main.yml",
"content": "---\n- name: Upgrade and install packages\n when: ansible_facts['distribution'] == \"Debian\"\n block:\n - name: Install required packages\n ansible.builtin.apt:\n pkg:\n - ca-certificates\n - gnupg\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1935,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/monitoring | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/files/docker-compose.yml",
"content": "services:\n\n # LOG MANAGMENT WITH LOKI\n loki:\n image: grafana/loki\n container_name: loki\n hostname: loki\n user: root\n restart: unless-stopped\n volumes:\n - ./loki_data:/loki\n - ./loki-config.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6751,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/netbootxyz | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/netbootxyz/tasks/main.yml",
"content": "---\n- name: Install required system packages\n ansible.builtin.apt:\n pkg:\n - ca-certificates\n - curl\n - gnupg\n - python3-apt\n - python3-pip\n state: present\n update_cache: true\n\n- name: Add Docker G... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1957,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/node_exporter | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/node_exporter/tasks/main.yml",
"content": "---\n- name: Make a user for node_exporter\n user:\n name: node_exporter\n shell: /sbin/nologin\n create_home: no\n\n- name: Download node_exporter archive\n get_url:\n url: https://github.com/prometheus/node_exporter/releases... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2597,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/proxmox | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/proxmox/handlers/main.yml",
"content": "---\n- name: Start prometheus-pve-exporter\n ansible.builtin.systemd_service:\n name: prometheus-pve-exporter.service\n state: started\n enabled: true\n\n- name: Restart prometheus-pve-exporter\n ansible.builtin.systemd_service:\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5213,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/proxy | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/tasks/main.yml",
"content": "---\n- name: Install required system packages\n ansible.builtin.apt:\n pkg:\n - ca-certificates\n - curl\n - gnupg\n - python3-apt\n - python3-pip\n state: present\n update_cache: true\n\n- name: Add Docker GPG ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1638,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/thelounge | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/thelounge/handlers/main.yml",
"content": "---\n- name: Start thelounge\n ansible.builtin.systemd_service:\n name: thelounge\n state: started\n enabled: true\n\n- name: Restart thelounge\n ansible.builtin.systemd_service:\n name: thelounge\n state: restarted\n dae... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2233,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/wikijs | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/wikijs/tasks/main.yml",
"content": "---\n\n- name: Required packages before NodeJS Installation\n ansible.builtin.apt:\n name:\n - sudo\n - curl\n - mc\n - ca-certificates\n - gnupg\n - git\n when: ansible_facts['os_family'] == \"Debian\"\n\n- name: Add specif... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2158,
"all_permissive": false
} |
ansible_role | MarlonJMejia/Infrastructure | ef0b25b1d063d39ec939d78fa87dd533885dbdca | 0 | ansible/roles/wireguard | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/wireguard/defaults/main.yml",
"content": "---\nwireguard_server: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "ansible/roles/wireguard/files/postdown.sh",
"content": "#!/bin/bash\r\nIPT=\"/sbin/iptables\"\r\n\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4268,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/1password-debian-ubuntu-desktop | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/1password-debian-ubuntu-desktop/tasks/main.yml",
"content": "# From here: https://support.1password.com/install-linux/#debian-or-ubuntu\n\n- name: Download 1Password deb file\n ansible.builtin.get_url:\n url: https://downloads.1password.com/linux/debian/amd64/stable/1password-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/1password-wsl | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/1password-wsl/tasks/main.yml",
"content": "# WSL piece is taken from here mostly: https://dev.to/d4vsanchez/use-1password-ssh-agent-in-wsl-2j6m\n---\n- name: Install WSL prerequisites for 1Password setup\n become: true\n apt:\n name: socat\n state: present\n\n- name: Make ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 828,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/asdf | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/asdf/tasks/main.yml",
"content": "---\n- name: Install prerequisites\n become: true\n apt:\n name:\n - git\n - curl\n - build-essential\n - libffi-dev\n - libssl-dev\n - libreadline-dev\n - libyaml-dev\n state: present\n\n- name: Clone th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/azure_cli | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/azure_cli/tasks/main.yml",
"content": "---\n- name: Ensure base packages are installed\n become: true\n apt:\n name:\n - ca-certificates\n - curl\n - apt-transport-https\n - lsb-release\n - gnupg\n state: present\n\n- name: Add MS signing key\n be... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/base-packages-debian | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/base-packages-debian/tasks/main.yml",
"content": "- name: Install basic packages\n become: true\n apt:\n name:\n - curl\n - git\n - htop\n - masscan\n - sshpass\n - nmap\n - tree\n - traceroute\n - vim\n - whois\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/gh | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/gh/tasks/main.yml",
"content": "---\n- name: Install and configure GitHub CLI\n become: true\n apt:\n name:\n - curl\n state: present\n\n# TODO: make this more Ansible like\n- name: Fetch and add official GitHub CLI sources\n # From here: https://github.com/cli/cli/b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/git | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/git/tasks/main.yml",
"content": "---\n- name: Install and configure git\n become: true\n apt:\n name:\n - git\n state: present\n\n- name: Put gitconfig file in place\n copy:\n src=../files/.gitconfig\n dest=~/\n\n- name: Put gitignore file in place\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/oh_my_zsh | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/oh_my_zsh/files/.zshrc",
"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. Optionally, if you set this to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5545,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/signal-debian-ubuntu-desktop | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/signal-debian-ubuntu-desktop/tasks/main.yml",
"content": "- name: Install Signal\n snap:\n name: signal-desktop\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 74,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/terraform | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/terraform/tasks/main.yml",
"content": "---\n- name: Add key for Terraform\n become: true\n ansible.builtin.apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n state: present\n\n- name: Get lsb_release\n command: \"lsb_release -cs\"\n changed_when: false\n register:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/tmux | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/tmux/tasks/main.yml",
"content": "---\n- name: Install tmux\n become: true\n apt:\n name:\n - tmux\n state: present\n\n- name: Put the tmux config file in place\n copy:\n src=../files/.tmux.conf\n dest=~/",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | olafurg/setup-linux | 548c9ee79b3fbd582a29dc2a7146841b9fd44fd3 | 0 | playbooks/roles/vim | 8,140 | [
"no_license"
] | [
{
"path": "playbooks/roles/vim/folders/.vim/undodir/.gitignore",
"content": "# Ignore all files in the folder, but keep the folder\n*\n*/\n!.gitignore\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "playbooks/roles/vim/tasks/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | rinebergc/homelab | 65c700fb718115078020cb7d2651a8e66b5410cf | 0 | ansible/roles/common | 8,140 | [
"no_license"
] | [
{
"path": "ansible/roles/common/vars/main.yml",
"content": "---\n# Variables for the \"common\" role.\ncommon_packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - python3-apt\n - ufw\n - xz-utils\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2388,
"all_permissive": false
} |
ansible_role | Xisabla/xstem | 537e0aacbacae2118c07d21a5dbc835b76d40916 | 0 | xstem/system/roles/disks | 8,140 | [
"no_license"
] | [
{
"path": "xstem/system/roles/disks/defaults/main.yml",
"content": "---\ndisks_packages:\n - parted\n - lvm2\n - xfsprogs\n\ndisks_unit: GiB\n\ndisks_devices: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "xstem/system/roles/disks/tasks/ma... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4678,
"all_permissive": false
} |
ansible_role | Xisabla/xstem | 537e0aacbacae2118c07d21a5dbc835b76d40916 | 0 | xstem/system/roles/generic | 8,140 | [
"no_license"
] | [
{
"path": "xstem/system/roles/generic/handlers/main.yml",
"content": "---\n# Reboot the machine\n- name: Reboot\n reboot:\n reboot_timeout: 600\n msg: \"Reboot initiated by Ansible for {{ ansible_hostname }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1920,
"all_permissive": false
} |
ansible_role | Xisabla/xstem | 537e0aacbacae2118c07d21a5dbc835b76d40916 | 0 | xstem/system/roles/motd | 8,140 | [
"no_license"
] | [
{
"path": "xstem/system/roles/motd/defaults/main.yml",
"content": "---\n# Motd template path\nmotd_template: motd_default.j2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "xstem/system/roles/motd/templates/motd_default.j2",
"content": "⠀⠀⠀⠀⠀... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1948,
"all_permissive": false
} |
ansible_role | Xisabla/xstem | 537e0aacbacae2118c07d21a5dbc835b76d40916 | 0 | xstem/system/roles/ssh | 8,140 | [
"no_license"
] | [
{
"path": "xstem/system/roles/ssh/handlers/main.yml",
"content": "---\n# Restart SSH handler\n- name: Restart SSH\n service:\n name: sshd\n state: restarted\n tags: [ 'ssh', 'ssh.restart' ]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 15099,
"all_permissive": false
} |
ansible_role | shinhwagk/ansible-oracle | 9cd82d79a049a1037ef9af545cec7330f2c6cda6 | 0 | roles/create-database | 8,140 | [
"no_license"
] | [
{
"path": "roles/create-database/tasks/main.yml",
"content": "---\r\n\r\n- include: listener.yml\r\n tags: listener\r\n\r\n- name: Check if database is already created\r\n shell: grep {{ oracle_sid }}:{{ oracle_home_db }} /etc/oratab\r\n # when: oracle_db_name is defined\r\n ignore_errors: yes\r\n tags... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5317,
"all_permissive": false
} |
ansible_role | shinhwagk/ansible-oracle | 9cd82d79a049a1037ef9af545cec7330f2c6cda6 | 0 | roles/host-configure | 8,140 | [
"no_license"
] | [
{
"path": "roles/host-configure/tasks/main.yml",
"content": "---\r\n\r\n- name: Check for correct OS family & min version\r\n assert:\r\n that:\r\n - ansible_os_family == 'RedHat'\r\n - ansible_distribution_major_version|int in [6, 7]\r\n success_msg: \"your linux family: {{ ansible_os_fami... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1260,
"all_permissive": false
} |
ansible_role | shinhwagk/ansible-oracle | 9cd82d79a049a1037ef9af545cec7330f2c6cda6 | 0 | roles/install-oracle | 8,140 | [
"no_license"
] | [
{
"path": "roles/install-oracle/defaults/main.yml",
"content": "oracle_user: oracle\r\noracle_group: oinstall \r\noper_group: oper\r\ndba_group: dba \r\n\r\noracle_base: /u01/app/oracle\r\noracle_home_db: \"{{ oracle_base }}/{{ oracle_version_db }}/{{ oracle_home_number }}\"\r\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7161,
"all_permissive": false
} |
ansible_role | shinhwagk/ansible-oracle | 9cd82d79a049a1037ef9af545cec7330f2c6cda6 | 0 | roles/preinstallation | 8,140 | [
"no_license"
] | [
{
"path": "roles/preinstallation/tasks/Redhat.yml",
"content": "- name: User | Add group(s)\r\n group: \r\n name: \"{{ item.group }}\"\r\n gid: \"{{ item.gid }}\"\r\n state: present\r\n loop: \"{{ oracle_groups }}\"\r\n tags:\r\n - oracle-groups\r\n\r\n- name: User | Add Oracle user\r\n user... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4804,
"all_permissive": false
} |
ansible_role | SaurabhDev/Ansible-playbook | 54024af2e71f18a5d3b46eb6a8b6f80d89907239 | 0 | ec2-ansible-playbook/roles/ec2-role | 8,140 | [
"no_license"
] | [
{
"path": "ec2-ansible-playbook/roles/ec2-role/tasks/main.yml",
"content": "\n---\n\n- name: Provision Webserver Instance\n local_action:\n module: ec2\n key_name: Devops_ubuntu\n image: ami-03dcedc81ea3e7e27\n wait: yes\n count: 5\n instance_type: t2.micro\n region: ap-south-1\n vp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | SaurabhDev/Ansible-playbook | 54024af2e71f18a5d3b46eb6a8b6f80d89907239 | 0 | software/roles/apache | 8,140 | [
"no_license"
] | [
{
"path": "software/roles/apache/tasks/main.yml",
"content": "---\n - name: Install a apache package\n apt:\n name: apache2\n state: present\n tags: apache_install\n notify:\n - restart httpd\n\n\n# - name: copy the apache file\n# template:\n# src: 'conf/httpd.conf.j2'\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | SaurabhDev/Ansible-playbook | 54024af2e71f18a5d3b46eb6a8b6f80d89907239 | 0 | software/roles/file_system | 8,140 | [
"no_license"
] | [
{
"path": "software/roles/file_system/tasks/main.yml",
"content": "---\n - name: Touch a file, using symbolic modes to set the permissions (equivalent to 0644)\n file:\n path: /home/ubuntu/ansible-session.txt\n state: touch\n mode: u=rw,g=r,o=r\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | SaurabhDev/Ansible-playbook | 54024af2e71f18a5d3b46eb6a8b6f80d89907239 | 0 | software/roles/sudo | 8,140 | [
"no_license"
] | [
{
"path": "software/roles/sudo/tasks/main.yml",
"content": "---\n - name: Install a sudo package\n yum:\n name: sudo\n state: present\n tags: sudo_install\n\n - name: Create a group \n group:\n name: sudo_root\n gid: 500\n state: present\n tags: sudo_group_creation\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/client | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/client/templates/client.service.j2",
"content": "[Unit]\nDescription=Configuration Management Client\n\n[Service]\nExecStart=/usr/local/bin/node {{ install_path }}/index.js\nWorkingDirectory={{ install_path }}\nRestart=always\n # Restart service after 10 seconds if node service cras... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/fatman | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/fatman/templates/fatman.service.j2",
"content": "[Unit]\nDescription=Fatman service\nRequires=network.target\n\n[Service]\nUser=nobody\n# The configuration file application.properties should be here:\nWorkingDirectory={{ install_path }}\nExecStart=/usr/bin/java -Xmx256m -jar fat-man... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1146,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/gateway | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/gateway/vars/main.yml",
"content": "\ndev_version: 0.0.7\nprod_version: 0.0.7\ninstall_path: /opt\ndownload_path: /tmp\nserviceA: \"http://{{ hostvars['service_a_lb']['ansible_host'] }}:{{ littleboy_port }}/hello\"\nserviceB: \"http://{{ hostvars['service_b_lb']['ansible_host'] }}:{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2075,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/java | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/java/tasks/main.yml",
"content": "---\n - name: Add Oracla Java PPA\n apt_repository:\n repo: ppa:webupd8team/java\n state: present\n\n - name: Set license selected\n shell: /bin/echo debconf shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/lb | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/lb/tasks/main.yml",
"content": "---\n- name: Installing haproxy\n apt:\n name: haproxy\n state: present\n\n- name: Start haproxy\n systemd:\n name: haproxy\n state: started\n enabled: yes\n\n- name: Transfer haproxy configuration\n template: src={{ role_path }}/tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/littleboy | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/littleboy/templates/.env.j2",
"content": "DB_URI={{ hostvars['service_a_db']['ansible_host'] }}\nDB_NAME={{ mongodb_database_name }}\nDB_USER={{ mongodb_user_name }}\nDB_PASS={{ <PASSWORD>_user_password }}\nHOST_ADDRESS={{ hostvars[inventory_hostname]['ansible_host'] }}",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1334,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/mongo | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/mongo/tasks/ssh_setup.yml",
"content": "---\n - name: check if key-pair exists\n stat: path={{ backup_ssh_key_path }}\n register: key_file\n\n - name: generate SSH key-pair\n shell: ssh-keygen -b 2048 -t rsa -f {{ backup_ssh_key_path }} -q -N \"\"\n when: key_file.stat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2988,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/mongobackup | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/mongobackup/tasks/main.yml",
"content": "---\n - name: distribute DB public key to backup machine\n authorized_key: user=\"{{ backup_ssh_user }}\"\n key=\"{{ lookup('file', '/tmp/id_rsa.pub') }}\"\n state=present\n when: run_ssh_setup\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/postgres | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/postgres/tasks/backup.yml",
"content": "---\n - name: Create postgresbackup directory\n file:\n path: /opt/postgresbackup\n state: directory\n\n - name: Copy .pgpass file\n template:\n src: .pgpass.j2\n dest: /root/.pgpass\n mode: 0600\n\n - name: C... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1964,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/sensu_client | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/sensu_client/templates/client.json.j2",
"content": "{\n \"client\": {\n \"name\": \"{{ ansible_hostname }}\",\n \"address\": \"{{ ansible_host }}\",\n \"subscriptions\":[\"mgmt\"]\n }\n}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 12... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2640,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | confman/roles/sensu_master | 8,140 | [
"no_license"
] | [
{
"path": "confman/roles/sensu_master/templates/client.json.j2",
"content": "{\n \"client\": {\n \"name\": \"Sensu_master\",\n \"address\": \"{{hostvars['monitor']['ansible_host']}}\",\n \"subscriptions\":[\"monitor\", \"mgmt\"]\n }\n}",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5310,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | jenkins-project/openstack/roles/jenkins_master | 8,140 | [
"no_license"
] | [
{
"path": "jenkins-project/openstack/roles/jenkins_master/tasks/main.yml",
"content": "---\n- name: Copying Jenkins job files\n copy:\n src: \"{{ role_path }}/files/jobs/\"\n dest: \"/var/lib/jenkins/jobs\"\n owner: jenkins\n group: jenkins\n\n- name: Copying Jenkins node files\n copy:\n sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | jenkins-project/openstack/roles/jenkins_slave | 8,140 | [
"no_license"
] | [
{
"path": "jenkins-project/openstack/roles/jenkins_slave/tasks/main.yml",
"content": "---\n- name: Create .ssh directory for jenkins user\n file:\n path: /home/jenkins/.ssh\n state: directory\n owner: jenkins\n group: ubuntu\n mode: 0744\n\n- name: Move authorised keys from ubuntu user to je... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | axnion/lnu-school-projects | afc8cc5befc805df768a80fdc86000c76994f002 | 0 | jenkins-project/openstack/roles/users | 8,140 | [
"no_license"
] | [
{
"path": "jenkins-project/openstack/roles/users/tasks/main.yml",
"content": "---\n- name: Add jenkins group\n group:\n name: jenkins\n\n- name: Adding/modifying jenkins user\n user:\n name: jenkins\n group: jenkins\n groups: \n - ubuntu\n - docker\n createhome: yes\n append: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | Preetam/onecontactlink | cea275448d362515ddd6a1b4255b397a59dddb9b | 0 | ops/ansible/roles/common | 8,140 | [
"no_license"
] | [
{
"path": "ops/ansible/roles/common/tasks/setup_ubuntu_runit.yml",
"content": "---\n- name: create main runit service directory\n file: path=/etc/service/runsvdir-ubuntu state=directory\n become: yes\n\n- name: create user service directory\n file: path=/home/ubuntu/service state=directory\n\n- name: cre... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1374,
"all_permissive": false
} |
ansible_role | Preetam/onecontactlink | cea275448d362515ddd6a1b4255b397a59dddb9b | 0 | ops/ansible/roles/db | 8,140 | [
"no_license"
] | [
{
"path": "ops/ansible/roles/db/tasks/main.yml",
"content": "---\n\n- name: install MySQL\n apt: name=mysql-server state=latest\n become: yes\n\n- name: set MySQL root password\n mysql_user:\n name: root\n password: \"{{ <PASSWORD> }}\"\n check_implicit_admin: True\n become: yes\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1022,
"all_permissive": false
} |
ansible_role | Preetam/onecontactlink | cea275448d362515ddd6a1b4255b397a59dddb9b | 0 | ops/ansible/roles/web | 8,140 | [
"no_license"
] | [
{
"path": "ops/ansible/roles/web/templates/internal_api_run.j2",
"content": "#!/bin/sh\nexec /home/ubuntu/onecontactlink/internal-api/internal-api \\\n -addr=\"localhost:4001\" \\\n -db-dsn='{{db_dsn}}' \\\n -mailgun-domain='onecontact.link' \\\n -mailgun-key='{{mailgun_key}}' \\\n -mailgun-pubkey='{{m... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5528,
"all_permissive": false
} |
ansible_role | JhonatanGiru/PruebasBP | 4b1fe18583e3f50d7e72bd129a7d4829b689a801 | 0 | roles/create_snapshot | 8,140 | [
"no_license"
] | [
{
"path": "roles/create_snapshot/defaults/main.yml",
"content": "---\ncreate_snapshot_quiesce: false\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/create_snapshot/README.md",
"content": "\n# create_snapshot: Rol para la ansible c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2509,
"all_permissive": false
} |
ansible_role | JhonatanGiru/PruebasBP | 4b1fe18583e3f50d7e72bd129a7d4829b689a801 | 0 | roles/obtain_snapshots | 8,140 | [
"no_license"
] | [
{
"path": "roles/obtain_snapshots/tasks/main.yml",
"content": "- name: Obtener informacion de maquina virtual en VMWare\n community.vmware.vmware_vm_info:\n hostname: '{{ lookup(\"ansible.builtin.env\", \"VMWARE_HOST\") }}'\n username: '{{ lookup(\"ansible.builtin.env\", \"VMWARE_USER\") }}'\n pas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2253,
"all_permissive": false
} |
ansible_role | JhonatanGiru/PruebasBP | 4b1fe18583e3f50d7e72bd129a7d4829b689a801 | 0 | roles/restore_snapshot | 8,140 | [
"no_license"
] | [
{
"path": "roles/restore_snapshot/defaults/main.yml",
"content": "---\nrestore_snapshot_quiesce: false\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/restore_snapshot/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2941,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | ACI - quick POC setup/roles/aci_anp | 8,140 | [
"no_license"
] | [
{
"path": "ACI - quick POC setup/roles/aci_anp/tasks/main.yml",
"content": "---\n- name: Add a new ANP to Tenant\n aci_ap:\n host: \"{{ apic }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n tenant: \"{{ item.tenant }}\"\n ap: \"{{ item.name }}\"\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | ACI - quick POC setup/roles/aci_bd | 8,140 | [
"no_license"
] | [
{
"path": "ACI - quick POC setup/roles/aci_bd/tasks/main.yml",
"content": "---\n- name: Add a new bd\n aci_bd:\n host: \"{{ apic }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n tenant: \"{{ item.tenant }}\"\n bd: \"{{ item.name }}\"\n descrip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | ACI - quick POC setup/roles/aci_bd_subnet | 8,140 | [
"no_license"
] | [
{
"path": "ACI - quick POC setup/roles/aci_bd_subnet/tasks/main.yml",
"content": "---\n- name: create a subnet with options\n aci_bd_subnet:\n host: \"{{ apic }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n tenant: \"{{ item.tenant }}\"\n bd: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | ACI - quick POC setup/roles/aci_bd_to_l3out | 8,140 | [
"no_license"
] | [
{
"path": "ACI - quick POC setup/roles/aci_bd_to_l3out/tasks/main.yml",
"content": "---\n- name: associate a bd to an existing l3out\n aci_bd_to_l3out:\n host: \"{{ apic }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n tenant: \"{{ item.tenant }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | ACI - quick POC setup/roles/aci_epg | 8,140 | [
"no_license"
] | [
{
"path": "ACI - quick POC setup/roles/aci_epg/tasks/main.yml",
"content": "---\n\n- name: Add a new epg\n aci_epg:\n host: \"{{ apic }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n tenant: \"{{ item.tenant }}\"\n ap: \"{{ item.ap }}\"\n epg:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | ACI - quick POC setup/roles/aci_epg_to_contract | 8,140 | [
"no_license"
] | [
{
"path": "ACI - quick POC setup/roles/aci_epg_to_contract/tasks/main.yml",
"content": "---\n- name: Add a new contract for EPG to EPG Communication\n aci_epg_to_contract:\n host: \"{{ apic }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n tenant: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 799,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | ACI - quick POC setup/roles/aci_epg_to_domain | 8,140 | [
"no_license"
] | [
{
"path": "ACI - quick POC setup/roles/aci_epg_to_domain/tasks/main.yml",
"content": "---\n- name: Add a new domain to EPG binding\n aci_epg_to_domain:\n host: \"{{ apic }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n tenant: \"{{ item.tenant }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | ACI - quick POC setup/roles/aci_tenant | 8,140 | [
"no_license"
] | [
{
"path": "ACI - quick POC setup/roles/aci_tenant/vars/main.yml",
"content": "---\n# vars file for aci_tenant\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "ACI - quick POC setup/roles/aci_tenant/tasks/main.yml",
"content": "---\n- name: Add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | IP Fabric for Media - quick POC setup/roles/NBM_CORE_CONFIG | 8,140 | [
"no_license"
] | [
{
"path": "IP Fabric for Media - quick POC setup/roles/NBM_CORE_CONFIG/tasks/main.yml",
"content": " \n\n- name: CONFIGURE NBM \n nxos_config:\n lines: \n - route-map spt permit 10 \n - ip pim prune-on-expiry\n - ip pim ssm range none\n - ip pim spt-threshold infinity group-list s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1595,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | IP Fabric for Media - quick POC setup/roles/NBM_SPINE_CONFIG | 8,140 | [
"no_license"
] | [
{
"path": "IP Fabric for Media - quick POC setup/roles/NBM_SPINE_CONFIG/tasks/main.yml",
"content": "\n- name: CONFIGURE NBM REQUIREMENTS FOR SPINE (pre-build-spt force)\n nxos_config:\n lines: \n - ip pim pre-build-spt force \n # just on the spines!!!\n provider: \"{{ nxos_provider }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | IP Fabric for Media - quick POC setup/roles/PTP_CORE_CONFIG | 8,140 | [
"no_license"
] | [
{
"path": "IP Fabric for Media - quick POC setup/roles/PTP_CORE_CONFIG/tasks/main.yml",
"content": "--- \n- name: CONFIGURE CLOCK PROTOCOL PTP \n nxos_config:\n lines: \n - clock protocol ptp vdc 1\n provider: \"{{ nxos_provider }}\"\n\n- name: CONFIGURE PTP SOURCE (Local Loopbak 0 IP)\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | IP Fabric for Media - quick POC setup/roles/RTP_CORE_CONFIG | 8,140 | [
"no_license"
] | [
{
"path": "IP Fabric for Media - quick POC setup/roles/RTP_CORE_CONFIG/tasks/main.yml",
"content": " \n\n- name: CONFIGURE RTP UDF \n nxos_config:\n lines: \n - udf netflow_rtp netflow-rtp\n provider: \"{{ nxos_provider }}\"\n \n\n# reload\n\n- name: ENABLE FLOW RTP \n nxos_config:\n li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | IP Fabric for Media - quick POC setup/roles/SPINE_CORE_CONFIG | 8,140 | [
"no_license"
] | [
{
"path": "IP Fabric for Media - quick POC setup/roles/SPINE_CORE_CONFIG/tasks/main.yml",
"content": "---\n\n- name: ENABLE FEATURES\n nxos_feature:\n feature: \"{{item.feature }}\"\n provider: \"{{ nxos_provider }}\"\n with_items: \"{{ features }}\"\n\n- name: CONFIGURE PHYSICAL L3 INTERFACES\n nx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1744,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | IP Fabric for Media - quick POC setup/roles/TCAM_CARVING_CONFIG | 8,140 | [
"no_license"
] | [
{
"path": "IP Fabric for Media - quick POC setup/roles/TCAM_CARVING_CONFIG/tasks/main.yml",
"content": "---\n- name: CONFIGURE TCAM Carving\n nxos_config:\n lines:\n - hardware access-list tcam region ing-racl 256\n - hardware access-list tcam region ing-l3-vlan-qos 256\n - hardware acces... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | NXOS - Ansible_scripts/ACI/roles/aci_tenant | 8,140 | [
"no_license"
] | [
{
"path": "NXOS - Ansible_scripts/ACI/roles/aci_tenant/tasks/main.yml",
"content": "---\n - name: ENSURE APPLICATIONS TENANT EXISTS\n aci_tenant:\n host: \"{{ ansible_host }}\"\n username: admin\n password: <PASSWORD>\"\n state: \"present\"\n validate_certs: False\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | NXOS - Ansible_scripts/ACI_Roles/roles/aci_physical_add_fabric_node | 8,140 | [
"no_license"
] | [
{
"path": "NXOS - Ansible_scripts/ACI_Roles/roles/aci_physical_add_fabric_node/tasks/main.yml",
"content": "---\n# tasks file for aci_physical_add_fabric_node\n- name: Add fabric node\n aci_fabric_node:\n host: \"{{ ansible_host }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | NXOS - Ansible_scripts/ACI_Roles/roles/aci_tenant_create_bd | 8,140 | [
"no_license"
] | [
{
"path": "NXOS - Ansible_scripts/ACI_Roles/roles/aci_tenant_create_bd/handlers/main.yml",
"content": "---\n# handlers file for aci_tenant_create_bd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "NXOS - Ansible_scripts/ACI_Roles/roles/aci_tenant_c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | NXOS - Ansible_scripts/ACI_Roles/roles/aci_tenant_create_tenant | 8,140 | [
"no_license"
] | [
{
"path": "NXOS - Ansible_scripts/ACI_Roles/roles/aci_tenant_create_tenant/tasks/main.yml",
"content": "---\n- name: ENSURE TENANT EXISTS\n aci_tenant:\n host: \"{{ ansible_host }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n state: \"present\"\n validate_certs: False\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | TrevisaHub/Cisco | 25408c1375050933a008d9bf74a898710106e943 | 0 | NXOS - Ansible_scripts/ACI_Roles/roles/aci_tenant_create_vrf | 8,140 | [
"no_license"
] | [
{
"path": "NXOS - Ansible_scripts/ACI_Roles/roles/aci_tenant_create_vrf/tasks/main.yml",
"content": "---\n# tasks file for aci_tenant_create_vrf\n- name: ENSURE TENANT VRF EXISTS\n aci_vrf:\n host: \"{{ ansible_host }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n state: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | jtorreslopez/ansible-practice | 60860c1afc50178437a28d1620aafcba6392f88f | 0 | sample-exam-1/plays/roles/sample-apache | 8,140 | [
"no_license"
] | [
{
"path": "sample-exam-1/plays/roles/sample-apache/vars/main.yml",
"content": "---\npackages:\n - httpd\n - mod_ssl\n - php\n\nfirewall_services:\n - http\n - https\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "sample-exam-1/plays/roles/sa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | jtorreslopez/ansible-practice | 60860c1afc50178437a28d1620aafcba6392f88f | 0 | sample-exam-1/plays/roles/sample-mysql | 8,140 | [
"no_license"
] | [
{
"path": "sample-exam-1/plays/roles/sample-mysql/tasks/main.yml",
"content": "---\n- name: Create partition\n parted:\n device: /dev/sdb\n number: 1\n part_end: 800MiB\n state: present\n\n- name: Create vg_database volume group\n lvg:\n vg: \"{{ vg_name }}\"\n pvs: /dev/sdb1 \n \n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1163,
"all_permissive": false
} |
ansible_role | ctorres80/ocs_performance | 4269de89fb22ee4cb6faf5726d54fa57a88115df | 11 | roles/rbd_ceph_performance | 8,140 | [
"no_license"
] | [
{
"path": "roles/rbd_ceph_performance/playbooks/machinesets/vars/vars.yaml",
"content": "---\n# pvc.yml path\nmachineset_project: 'openshift-machine-api'\noldinstancetype: 'm5.4xlarge'\ninstancetype: 'c5d.metal'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 40,
"total_bytes": 100188,
"all_permissive": false
} |
ansible_role | Tosinsanda/ansible-work-5 | ae81838d677995a48d466f959e61e1870c783d7a | 0 | roles/apache | 8,140 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n- name: Install Apache (Amazon Linux)\n yum:\n name: httpd\n state: present\n when: ansible_distribution == \"Amazon\"\n\n- name: Install Apache (Ubuntu/Debian)\n apt:\n name: apache2\n state: present\n upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | abegorov/linuxhl10_web | fbf4a0c3be4a09ab2e1b979a4f7f0a59f14dbe6d | 0 | roles/angie | 8,140 | [
"no_license"
] | [
{
"path": "roles/angie/tasks/install.yml",
"content": "---\n- name: Install angie and required module\n ansible.builtin.apt:\n update_cache: true\n name: '{{ [\"angie\", \"ca-certificates\"] + [\"angie-module-\"] |\n ansible.builtin.product(angie_modules) | map(\"join\") }}'\n cache_valid_tim... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | abegorov/linuxhl10_web | fbf4a0c3be4a09ab2e1b979a4f7f0a59f14dbe6d | 0 | roles/bash_completion | 8,140 | [
"no_license"
] | [
{
"path": "roles/bash_completion/tasks/main.yml",
"content": "---\n- name: Install bash completion\n ansible.builtin.apt:\n name: bash-completion\n update_cache: true\n cache_valid_time: 3600\n state: present\n retries: 10\n delay: 10\n...\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | abegorov/linuxhl10_web | fbf4a0c3be4a09ab2e1b979a4f7f0a59f14dbe6d | 0 | roles/keepalived | 8,140 | [
"no_license"
] | [
{
"path": "roles/keepalived/defaults/main.yml",
"content": "---\nkeepalived_config: |\n global_defs {\n vrrp_version 3\n vrrp_strict\n max_auto_priority\n vrrp_priority -20\n checker_priority -20\n bfd_priority -20\n vrrp_no_swap\n checker_no_swap\n bfd_no_swap\n reload_check_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | detalikota/ansible-PostgreSQL-cluster | 887ad805d58b20fcdc76dca387f8a8ce5f799eed | 0 | Ansible_test/roles/common | 8,143 | [
"no_license"
] | [
{
"path": "Ansible_test/roles/common/tasks/main.yml",
"content": "---\n\n- name: install the package\n become: true\n package: name=wireshark state=latest update_cache=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | detalikota/ansible-PostgreSQL-cluster | 887ad805d58b20fcdc76dca387f8a8ce5f799eed | 0 | PostgreSQL_Cluster/roles/HAProxy | 8,143 | [
"no_license"
] | [
{
"path": "PostgreSQL_Cluster/roles/HAProxy/tasks/main.yml",
"content": "---\n\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n when: ansible_facts['distribution_file_variety'] == \"Debian\"\n- name: uninstall old docker dependencies\n apt:\n name: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4345,
"all_permissive": false
} |
ansible_role | detalikota/ansible-PostgreSQL-cluster | 887ad805d58b20fcdc76dca387f8a8ce5f799eed | 0 | PostgreSQL_Cluster/roles/db_patroni | 8,143 | [
"no_license"
] | [
{
"path": "PostgreSQL_Cluster/roles/db_patroni/templates/etc/patroni.yml.j2",
"content": "scope: pgsql # должно быть одинаковым на всех нодах\nnamespace: /cluster/ # должно быть одинаковым на всех нодах\nname: {{ name_in_cluster }} # должно быть разным на всех нодах\n\nrestapi:\n listen: {{ ansible_defau... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4539,
"all_permissive": false
} |
ansible_role | detalikota/ansible-PostgreSQL-cluster | 887ad805d58b20fcdc76dca387f8a8ce5f799eed | 0 | PostgreSQL_Cluster/roles/etcd | 8,143 | [
"no_license"
] | [
{
"path": "PostgreSQL_Cluster/roles/etcd/handlers/main.yml",
"content": "---\n\n- name: restart daemon and etcd\n systemd_service:\n daemon_reload: true\n name: etcd\n enabled: true\n state: restarted\n become: true",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3530,
"all_permissive": false
} |
ansible_role | detalikota/ansible-PostgreSQL-cluster | 887ad805d58b20fcdc76dca387f8a8ce5f799eed | 0 | PostgreSQL_Cluster/roles/keepalived | 8,143 | [
"no_license"
] | [
{
"path": "PostgreSQL_Cluster/roles/keepalived/tasks/main.yml",
"content": "\n---\n\n- name: install keepalived\n yum:\n name: keepalived\n state: latest\n update_cache: yes\n when: ansible_facts['distribution_file_variety'] == \"CentOS\"\n- name: Install the latest version of keepalived\n apt:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | danajp/bootstrap | 834995c03f9a59e5101271c8f65c4a464172ed59 | 1 | roles/base | 8,143 | [
"no_license"
] | [
{
"path": "roles/base/vars/main.yml",
"content": "---\napt_repositories:\n - name: regolith\n key:\n url: https://archive.regolith-desktop.com/regolith.key\n repo:\n url: https://archive.regolith-desktop.com/ubuntu/stable\n release: noble\n component: v3.2\n packages:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10785,
"all_permissive": false
} |
ansible_role | danajp/bootstrap | 834995c03f9a59e5101271c8f65c4a464172ed59 | 1 | roles/system76 | 8,143 | [
"no_license"
] | [
{
"path": "roles/system76/tasks/main.yml",
"content": "---\n###\n# This role is probably no longer necessary.\n#\n# Everything appears to work except the keyboard backlight control\n# keys.\n#\n- name: Add PPA for system76\n apt_repository:\n repo: ppa:system76-dev/stable\n state: present\n update... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1641,
"all_permissive": false
} |
ansible_role | danajp/bootstrap | 834995c03f9a59e5101271c8f65c4a464172ed59 | 1 | roles/user | 8,143 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n\n- name: Ensure ~/bin directory exists\n ansible.builtin.file:\n path: ~/bin\n state: directory\n mode: '0755'\n\n- name: Create dotfiles dir\n ansible.builtin.file:\n state: directory\n path: ~/src/dotfiles\n register: dotfiles_dir\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 9297,
"all_permissive": false
} |
ansible_role | danajp/bootstrap | 834995c03f9a59e5101271c8f65c4a464172ed59 | 1 | roles/vpn | 8,143 | [
"no_license"
] | [
{
"path": "roles/vpn/tasks/main.yml",
"content": "---\n\n- name: Install NetworkManager dispatch script\n copy:\n src: bin/nm-dispatch-update-dnsmasq\n dest: /etc/NetworkManager/dispatcher.d/vpn-update-dnsmasq\n owner: root\n group: root\n mode: 0755\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2013,
"all_permissive": false
} |
ansible_role | John-ltf/IoT-home | 30aeaece59b64485a8344a2f9f8623ab97b4bf4b | 0 | ansible/roles/IoTsync | 8,143 | [
"no_license"
] | [
{
"path": "ansible/roles/IoTsync/vars/vars.yaml",
"content": "image_tag: '1.0'\nmqttHost: 127.0.0.1\nmqttPort: 1883\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "ansible/roles/IoTsync/tasks/main.yaml",
"content": "- name: Include vars of va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | John-ltf/IoT-home | 30aeaece59b64485a8344a2f9f8623ab97b4bf4b | 0 | ansible/roles/runCollectors | 8,143 | [
"no_license"
] | [
{
"path": "ansible/roles/runCollectors/tasks/main.yaml",
"content": "- name: Include vars of vars.yaml\n include_vars: vars.yaml\n\n- name: Create a lock file used by containers for exclusive lock \n ansible.builtin.file:\n path: /var/lock/bluetooth.lock\n state: touch\n owner: root\n group: r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3027,
"all_permissive": false
} |
ansible_role | John-ltf/IoT-home | 30aeaece59b64485a8344a2f9f8623ab97b4bf4b | 0 | ansible/roles/runMQTT | 8,143 | [
"no_license"
] | [
{
"path": "ansible/roles/runMQTT/tasks/main.yaml",
"content": "- name: pull MQTT image\n docker_image:\n name: eclipse-mosquitto\n\n- name: Creates directory\n file:\n path: /var/lib/mosquitto-container\n state: directory\n \n- name: Start Container MQTT\n docker_container:\n name: mosquit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.