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 | rus-bryl/wp-dbgroupreplica-test-project | 8601253e98c1ca1e76e256df381f9e27f1417741 | 0 | roles/install_wordpress | 7,724 | [
"no_license"
] | [
{
"path": "roles/install_wordpress/tasks/main.yml",
"content": "---\n# tasks file for install_wordpress\n- name: Download and unpack latest WordPress\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: \"/var/www\"\n remote_src: yes\n creates: \"/var/www/{{ project_name }}\"\n tags... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 788,
"all_permissive": false
} |
ansible_role | rus-bryl/wp-dbgroupreplica-test-project | 8601253e98c1ca1e76e256df381f9e27f1417741 | 0 | roles/update_system | 7,724 | [
"no_license"
] | [
{
"path": "roles/update_system/tasks/main.yml",
"content": "---\n# tasks file for update_system\n- name: Set Timezone\n timezone:\n name: \"{{ time_zone }}\"\n\n- name: Install prerequisites\n apt: name=aptitude update_cache=yes state=latest force_apt_get=yes\n\n- name: Install MC\n apt: \n name:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | minicooper1993/bai-kiem-tra-so-1 | b75534284719d73e4129f87d64ad5052a3dad75d | 0 | bai2/ejabberd/roles/ejabberd | 7,724 | [
"no_license"
] | [
{
"path": "bai2/ejabberd/roles/ejabberd/handlers/main.yml",
"content": "---\n - name: start ejabberd\n service:\n name: ejabberd\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "bai2/ejabberd/roles/ejabberd/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7811,
"all_permissive": false
} |
ansible_role | bkahlert/netmon | 0bfd007d349dc9dbb7c2308a92fa9584f16ca767 | 2 | ansible/roles/mosquitto | 7,724 | [
"no_license"
] | [
{
"path": "ansible/roles/mosquitto/tasks/main.yml",
"content": "---\n- name: warn if broker is set to install but host is not localhost\n when: broker.install | default(false) and broker.host != 'localhost'\n ansible.builtin.debug:\n msg: |\n Mosquitto MQTT broker will be installed, but broker.hos... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 967,
"all_permissive": false
} |
ansible_role | bkahlert/netmon | 0bfd007d349dc9dbb7c2308a92fa9584f16ca767 | 2 | ansible/roles/netmon | 7,724 | [
"no_license"
] | [
{
"path": "ansible/roles/netmon/files/lib/wizard.bash",
"content": "declare -i WIZARD_GRAY=7\ndeclare -i WIZARD_PINK=9\ndeclare -i WIZARD_YELLOW=11\ndeclare -i WIZARD_BLUE=12\ndeclare WIZARD_WAND='─'\n\n# Prints a `gum format --type template`-processable Netmon wizard kaomoji in the given mood.\n# Globals:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 30022,
"all_permissive": false
} |
ansible_role | bkahlert/netmon | 0bfd007d349dc9dbb7c2308a92fa9584f16ca767 | 2 | ansible/roles/netmon_kiosk | 7,724 | [
"no_license"
] | [
{
"path": "ansible/roles/netmon_kiosk/templates/netmon-kiosk.desktop.j2",
"content": "[Desktop Entry]\nVersion = 1.0\nName = NetmonSession\nExec = {{ package_dir }}/bin/netmon-kiosk\nComment = Opens the Netmon Web Display in a browser\nType = Application\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 10761,
"all_permissive": false
} |
ansible_role | bkahlert/netmon | 0bfd007d349dc9dbb7c2308a92fa9584f16ca767 | 2 | ansible/roles/netmon_scanner | 7,724 | [
"no_license"
] | [
{
"path": "ansible/roles/netmon_scanner/files/scanner.bash",
"content": "#!/usr/bin/env bash\n\nSCRIPT_DIR=\"$(cd \"$(dirname \"$(readlink -f \"${BASH_SOURCE[0]}\" || true)\")\" >/dev/null 2>&1 && pwd)\"\n\n# shellcheck source=./../../netmon/files/lib/lib.bash\n. \"$SCRIPT_DIR/lib/lib.bash\"\n\ndeclare scan... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5358,
"all_permissive": false
} |
ansible_role | bkahlert/netmon | 0bfd007d349dc9dbb7c2308a92fa9584f16ca767 | 2 | ansible/roles/netmon_web_display | 7,724 | [
"no_license"
] | [
{
"path": "ansible/roles/netmon_web_display/files/web-display.bash",
"content": "#!/usr/bin/env bash\n\nSCRIPT_DIR=\"$(cd \"$(dirname \"$(readlink -f \"${BASH_SOURCE[0]}\" || true)\")\" >/dev/null 2>&1 && pwd)\"\n\n# shellcheck source=./../../netmon/files/lib/lib.bash\n. \"$SCRIPT_DIR/lib/lib.bash\"\n\ndecl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4178,
"all_permissive": false
} |
ansible_role | dhaines/k8s-barevm | 4ef02e9e7d226af676691c659697dc250f74d213 | 0 | roles/aio | 7,724 | [
"no_license"
] | [
{
"path": "roles/aio/handlers/main.yml",
"content": "---\n- name: Restart networking\n systemd:\n state: restarted\n name: network\n\n- name: Reboot host\n shell: sleep 2 && /sbin/reboot\n async: 1\n poll: 0\n notify: Wait for reboot\n\n- name: Wait for reboot\n local_action: wait_for host={{ an... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5709,
"all_permissive": false
} |
ansible_role | dhaines/k8s-barevm | 4ef02e9e7d226af676691c659697dc250f74d213 | 0 | roles/ns | 7,724 | [
"no_license"
] | [
{
"path": "roles/ns/tasks/configure.yml",
"content": "---\n\n- wait_for_connection:\n\n- setup:\n\n- name: Set hostname statically\n hostname:\n name: ns.{{ domain }}\n\n- name: Install dnsmasq\n package:\n name: dnsmasq\n state: latest\n\n- name: Configure dnsmasq\n template:\n src: dnsmasq.... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5102,
"all_permissive": false
} |
ansible_role | dhaines/k8s-barevm | 4ef02e9e7d226af676691c659697dc250f74d213 | 0 | roles/vhost | 7,724 | [
"no_license"
] | [
{
"path": "roles/vhost/tasks/main.yml",
"content": "---\n- import_tasks: spawn.yml\n- import_tasks: configure.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/vhost/tasks/spawn.yml",
"content": "---\n- name: Spawn VM\n command: virt... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | krumstein/gce-trix | 2d45f616f13a3cd476d9618b3ea316178bf4a45c | 0 | roles/prepare_env | 7,724 | [
"no_license"
] | [
{
"path": "roles/prepare_env/templates/ifcfg-eth.j2",
"content": "BOOTPROTO=static\nDEVICE={{ item.name }}\nONBOOT=yes\nTYPE=Ethernet\nUSERCTL=no\nZONE=trusted\nNM_CONTROLLED=no\nIPADDR={{ item.ip }}\nNETMASK={{ item.netmask }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2665,
"all_permissive": false
} |
ansible_role | xyyyyyz/ansible-bootstrap-osx | 21c1747e5faefdd21222c41cac48ef6b896661ba | 0 | roles/common | 7,724 | [
"no_license"
] | [
{
"path": "roles/common/tasks/shell.yaml",
"content": "- ansible.builtin.import_role:\n name: vaulttec.zsh\n vars:\n zsh_ohmy_theme: random\n zsh_ohmy_custom_plugins:\n - name: zsh-syntax-highlighting\n repo: \"https://github.com/zsh-users/zsh-syntax-highlighting.git\"\n - name: z... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2811,
"all_permissive": false
} |
ansible_role | xyyyyyz/ansible-bootstrap-osx | 21c1747e5faefdd21222c41cac48ef6b896661ba | 0 | roles/infra | 7,724 | [
"no_license"
] | [
{
"path": "roles/infra/tasks/main.yaml",
"content": "- ansible.builtin.import_role: \n name: geerlingguy.homebrew\n vars:\n homebrew_cask_apps:\n - session-manager-plugin\n homebrew_installed_packages: \n - awscli\n - weaveworks/tap/eksctl\n - openssl\n - skopeo\n- name: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | xyyyyyz/ansible-bootstrap-osx | 21c1747e5faefdd21222c41cac48ef6b896661ba | 0 | roles/intellij | 7,724 | [
"no_license"
] | [
{
"path": "roles/intellij/vars/main.yaml",
"content": "plugins:\n - name: Save Actions\n url: https://plugins.jetbrains.com/plugin/download?rel=true&updateId=148803\n checksum: sha256:30b1b0ac357d17eff8f65ef2f6a7fcbf0f332d816419e755b3e9b0804aedd817\n extension: jar\n - name: Google Java Format\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1754,
"all_permissive": false
} |
ansible_role | xyyyyyz/ansible-bootstrap-osx | 21c1747e5faefdd21222c41cac48ef6b896661ba | 0 | roles/java | 7,724 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yaml",
"content": "- ansible.builtin.import_role:\n name: geerlingguy.homebrew\n vars:\n homebrew_installed_packages:\n - gnu-tar\n\n- ansible.builtin.import_role:\n name: ansible-role-graalvm\n vars:\n # specify the underlying java version\n # 11 or 17... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3373,
"all_permissive": false
} |
ansible_role | xyyyyyz/ansible-bootstrap-osx | 21c1747e5faefdd21222c41cac48ef6b896661ba | 0 | roles/kubernetes | 7,724 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yaml",
"content": "- ansible.builtin.import_role: \n name: geerlingguy.homebrew\n vars:\n homebrew_installed_packages: \n - kubectl\n - krew\n - weaveworks/tap/eksctl\n - docker\n - colima\n - kubectx\n- name: \"Add Krew plugins\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | rlewan/bootstrap | 68ef3fe224361484486d2ed81cd2f890721a5d68 | 0 | roles/apps | 7,724 | [
"no_license"
] | [
{
"path": "roles/apps/tasks/main.yml",
"content": "---\n- name: 'Install apps'\n homebrew_cask:\n name: '{{ item }}'\n state: 'present'\n with_items:\n - 'spotify'\n - 'whatsapp'\n - 'flycut'\n - 'vlc'\n - 'google-chrome'\n - 'firefox'\n - 'expressvpn'\n - 'transmission'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | rlewan/bootstrap | 68ef3fe224361484486d2ed81cd2f890721a5d68 | 0 | roles/engineering | 7,724 | [
"no_license"
] | [
{
"path": "roles/engineering/handlers/main.yml",
"content": "---\n- name: 'Link kubectl'\n command: 'brew link --overwrite kubernetes-cli'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/engineering/tasks/main.yml",
"content": "---\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2569,
"all_permissive": false
} |
ansible_role | rlewan/bootstrap | 68ef3fe224361484486d2ed81cd2f890721a5d68 | 0 | roles/git | 7,724 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: 'Set user name and email'\n git_config:\n scope: 'global'\n name: \"user.{{ item.key }}\"\n value: \"{{ item.value }}\"\n with_dict:\n name: '<NAME>'\n email: '<EMAIL>'\n\n- name: 'Install git-duet tap'\n homebrew_tap:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | rlewan/bootstrap | 68ef3fe224361484486d2ed81cd2f890721a5d68 | 0 | roles/mac | 7,724 | [
"no_license"
] | [
{
"path": "roles/mac/handlers/main.yml",
"content": "---\n- name: 'Restart SystemUIServer'\n command: 'killall SystemUIServer'\n\n- name: 'Restart the dock'\n command: 'killall Dock'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "roles/mac/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1781,
"all_permissive": false
} |
ansible_role | rlewan/bootstrap | 68ef3fe224361484486d2ed81cd2f890721a5d68 | 0 | roles/photos | 7,724 | [
"no_license"
] | [
{
"path": "roles/photos/tasks/main.yml",
"content": "---\n- name: 'Install command line tools'\n homebrew:\n name: '{{ item }}'\n state: 'present'\n with_items:\n - 'imagemagick'\n\n- name: 'Ensure ~/bin folder is present'\n file:\n path: '~/bin'\n state: 'directory'\n\n- name: 'Copy custo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | rlewan/bootstrap | 68ef3fe224361484486d2ed81cd2f890721a5d68 | 0 | roles/ssh | 7,724 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: 'Determine current user'\n command: 'whoami'\n register: 'current_user'\n changed_when: 'False'\n\n- name: 'Ensure SSH key is available'\n user:\n name: '{{ current_user.stdout }}'\n generate_ssh_key: 'yes'\n ssh_key_bits: '4096'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | rlewan/bootstrap | 68ef3fe224361484486d2ed81cd2f890721a5d68 | 0 | roles/terminal | 7,724 | [
"no_license"
] | [
{
"path": "roles/terminal/files/utils/cls",
"content": "#!/bin/bash\nclear\nif [ -d '.git' ];\nthen\n\tgit status\n\techo \"\"\nfi\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/terminal/handlers/main.yml",
"content": "---\n- name: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3034,
"all_permissive": false
} |
ansible_role | ProfessorSalty/homelab-provisioning | 9bdd6efa17c918512fb869ee81a00fa7ff67bd52 | 0 | lib/roles/install_consul_caddy | 7,724 | [
"permissive"
] | [
{
"path": "lib/roles/install_consul_caddy/defaults/main.yml",
"content": "consul_node_name: dc1\nconsul_datacenter_name: home\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 51
},
{
"path": "lib/roles/install_consul_caddy/templates/Caddyfi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2714,
"all_permissive": true
} |
ansible_role | ProfessorSalty/homelab-provisioning | 9bdd6efa17c918512fb869ee81a00fa7ff67bd52 | 0 | lib/roles/setup_auto_updates | 7,724 | [
"permissive"
] | [
{
"path": "lib/roles/setup_auto_updates/meta/main.yml",
"content": "dependencies: \n - jnv.unattended-upgrades\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 43
},
{
"path": "lib/roles/setup_auto_updates/vars/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1203,
"all_permissive": true
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/awscli | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/awscli/tasks/main.yml",
"content": "---\n\n- name: Install awscli\n apt:\n name: \n - awscli\n # - terraform\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/docker | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/tasks/main.yml",
"content": "---\n\n- name: Install docker\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n - gnupg2\n - software-properties-common\n state: present\n\n- name: Add Apt signing key from official docker repo\n apt_ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 698,
"all_permissive": false
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/general | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/general/tasks/main.yml",
"content": "---\n\n- name: Generate the server locale\n locale_gen: name={{ locale }} state=present\n\n- name: Set locale\n lineinfile: dest=/etc/default/locale regexp='^LANG' line='LANG={{ locale }}'\n\n- name: Reload locale\n raw: . /etc/default/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/i3 | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/i3/tasks/main.yml",
"content": "---\n# Install gui-tools and i3\n- name: Install i3 & gui-tools\n apt:\n name: \n - lubuntu-desktop\n - i3\n - dmenu\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/nginx | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx/tasks/main.yml",
"content": "---\n# Remove apache if installed\n- name: Remove apache2\n apt:\n name:\n - apache2\n - apache2-common\n - apache2-data\n - apache2-utils\n state: absent\n\n- name: Install nginx\n apt:\n name: \n - nginx\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/percona | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/percona/tasks/main.yml",
"content": "---\n# https://github.com/leucos/ansible-percona/blob/master/tasks/percona.yml\n- name: Add percona key\n apt_key:\n keyserver: keys.gnupg.net\n id: 8507EFA5\n\n- name: Add percona repositories\n apt_repository:\n repo: 'deb http:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 929,
"all_permissive": false
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/php | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/php/tasks/main.yml",
"content": "---\n\n# sudo apt -y install lsb-release apt-transport-https ca-certificates\n- name: Add dependencies for PHP versions (Debian).\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - lsb-release\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1482,
"all_permissive": false
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/postfix | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/postfix/tasks/main.yml",
"content": "---\n- name: Ensure postfix is installed.\n package:\n name: postfix\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/python | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/python/tasks/main.yml",
"content": "---\n\n- name: Install python\n apt:\n name: \n - python\n - python-pip\n - python-setuptools\n state: present\n\n- name: Install pip packages\n pip:\n name: \n - boto3\n - click\n state: present",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/rabbitmq | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/rabbitmq/tasks/main.yml",
"content": "---\n\n# - name: Ensure erlang is installed\n# package:\n# name: erlang\n# state: present\n\n- name: Download RabbitMQ package\n get_url:\n url: \"{{ rabbitmq_deb_url }}\"\n dest: \"/tmp/{{ rabbitmq_deb }}\"\n\n- name: Ensu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | sabindhakal/dev-box | a7b1cc78babea872615e69e49ac7d13bdc5dd245 | 0 | provisioning/roles/terraform | 7,724 | [
"no_license"
] | [
{
"path": "provisioning/roles/terraform/tasks/main.yml",
"content": "---\n\n- name: Install terraform\n unarchive:\n src: \"https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_linux_amd64.zip\"\n dest: /usr/bin\n remote_src: true",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 209,
"all_permissive": false
} |
ansible_role | gridgentoo/ansible-kubernetes-cluster | 4e4471ea93fe35f198ba85419bbad7a64f05f38b | 0 | roles/common | 7,724 | [
"permissive"
] | [
{
"path": "roles/common/tasks/os-packages.yml",
"content": "- name: install commonly used os dependencies\n shell:\n yum install -y unzip bzip2 rsync\n\n- name: upgrade all packages\n shell:\n yum update -y\n\n- name: clean yum repository\n shell: \"yum clean all\"\n",
"license_type": "permis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": true
} |
ansible_role | gridgentoo/ansible-kubernetes-cluster | 4e4471ea93fe35f198ba85419bbad7a64f05f38b | 0 | roles/jupyter-enterprise-gateway | 7,724 | [
"permissive"
] | [
{
"path": "roles/jupyter-enterprise-gateway/defaults/main.yml",
"content": "jupyter_enterprise_gateway:\n version: master\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 46
},
{
"path": "roles/jupyter-enterprise-gateway/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 953,
"all_permissive": true
} |
ansible_role | gridgentoo/ansible-kubernetes-cluster | 4e4471ea93fe35f198ba85419bbad7a64f05f38b | 0 | roles/kubernetes | 7,724 | [
"permissive"
] | [
{
"path": "roles/kubernetes/templates/dashboard-ingress.yaml.j2",
"content": "apiVersion: extensions/v1beta1\nkind: Ingress\nmetadata:\n namespace: kube-system\n name: kubernetes-dashboard\n annotations:\n traefik.frontend.rule.type: PathPrefixStrip\n service-name: Kubernetes Dashboard\nspec:\n ru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2158,
"all_permissive": true
} |
ansible_role | vnMarcus/github_cicd | 8d8d97953debcf9a41e9f9d4de5fff06000b507f | 0 | roles/api | 7,724 | [
"no_license"
] | [
{
"path": "roles/api/files/app.py",
"content": "from flask import Flask, jsonify, render_template, redirect, request\nfrom pymongo import MongoClient\nimport json\n\napp = Flask(__name__)\n\nclient = MongoClient(\"mongodb://db:27017/\")\ndb = client[\"internees\"]\n\n\n@app.route('/list')\ndef index():\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5821,
"all_permissive": false
} |
ansible_role | vnMarcus/github_cicd | 8d8d97953debcf9a41e9f9d4de5fff06000b507f | 0 | roles/common | 7,724 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Create Docker network\n community.docker.docker_network:\n name: homework\n state: present\n\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 | vnMarcus/github_cicd | 8d8d97953debcf9a41e9f9d4de5fff06000b507f | 0 | roles/db | 7,724 | [
"no_license"
] | [
{
"path": "roles/db/templates/Dockerfile",
"content": "FROM mongo:5.0\n\nCOPY ./init-db.js /docker-entrypoint-initdb.d/init-db.js\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/db/tasks/main.yml",
"content": "---\n- name: Build db im... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | vnMarcus/github_cicd | 8d8d97953debcf9a41e9f9d4de5fff06000b507f | 0 | roles/lb | 7,724 | [
"no_license"
] | [
{
"path": "roles/lb/tasks/main.yml",
"content": "- name: Build the load balancer image \n docker_image:\n build:\n path: ./roles/lb/templates/\n name: my_load_balancer\n source: \"build\"\n\n- name: Build the lb_container container from the my_nginx image\n docker_container:\n name: lb_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1034,
"all_permissive": false
} |
ansible_role | vnMarcus/github_cicd | 8d8d97953debcf9a41e9f9d4de5fff06000b507f | 0 | roles/web | 7,724 | [
"no_license"
] | [
{
"path": "roles/web/templates/font-end/script.js",
"content": "const updateForm = document.querySelector('.insert-form')\n \n const sexRadio = document.querySelectorAll('.sex-radio')\n updateForm.addEventListener('submit', (e)=>{\n e.preventDefault()\n\n let sex =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2283,
"all_permissive": false
} |
ansible_role | python-discord/snekbox-deploy | c8e39ea81de27f69f3b2a3650a0069b233d1dca7 | 0 | roles/common | 7,724 | [
"no_license"
] | [
{
"path": "roles/common/templates/ssh-keys.j2",
"content": "# File managed by Ansible\n{% for key in ssh_keys %}\n{{ key }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/common/tasks/main.yml",
"content": "- name: disabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | python-discord/snekbox-deploy | c8e39ea81de27f69f3b2a3650a0069b233d1dca7 | 0 | roles/docker | 7,724 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "- name: restart docker daemon\n service:\n name: docker.service\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/docker/tasks/main.yml",
"content": "- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1101,
"all_permissive": false
} |
ansible_role | python-discord/snekbox-deploy | c8e39ea81de27f69f3b2a3650a0069b233d1dca7 | 0 | roles/nginx | 7,724 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx-site.j2",
"content": "server {\n server_name {{ item.domain }};\n\n {% if item[\"auth\"] %}\n auth_basic \"Protected Resource\";\n auth_basic_user_file /etc/nginx/passwd;\n {% endif %}\n\n {% if item.type == \"reverse-proxy\" %}\n {% in... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6062,
"all_permissive": false
} |
ansible_role | python-discord/snekbox-deploy | c8e39ea81de27f69f3b2a3650a0069b233d1dca7 | 0 | roles/python | 7,724 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "- name: Install Python pip\n apt:\n pkg: python3-pip\n\n- name: Install Docker SDK for Python\n pip:\n name: docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | python-discord/snekbox-deploy | c8e39ea81de27f69f3b2a3650a0069b233d1dca7 | 0 | roles/snekbox | 7,724 | [
"no_license"
] | [
{
"path": "roles/snekbox/tasks/main.yml",
"content": "- name: Create Snekbox packages directory\n file:\n state: directory\n path: /opt/pythondiscord/snekbox_modules\n mode: '0775'\n owner: root\n group: root\n tags:\n - snekbox::modules\n\n- name: Create the snekbox container\n communi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1320,
"all_permissive": false
} |
ansible_role | v-kolesnikov/code_battle | e8acb849827dccac2aa025f3abcfc4bbca25f6a4 | 0 | cm/roles/java | 7,724 | [
"no_license"
] | [
{
"path": "cm/roles/java/defaults/main.yml",
"content": "java_version: 8\njava_ppa: \"ppa:webupd8team/java\"\njava_package_name: \"oracle-java{{ java_version }}-installer\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "cm/roles/java/tasks/main... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | v-kolesnikov/code_battle | e8acb849827dccac2aa025f3abcfc4bbca25f6a4 | 0 | cm/roles/leiningen | 7,724 | [
"no_license"
] | [
{
"path": "cm/roles/leiningen/tasks/main.yml",
"content": "- name: Install Leiningen\n get_url:\n url: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein\n dest: /bin/lein\n mode: 0755\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | v-kolesnikov/code_battle | e8acb849827dccac2aa025f3abcfc4bbca25f6a4 | 0 | cm/roles/postgresql | 7,724 | [
"no_license"
] | [
{
"path": "cm/roles/postgresql/tasks/config.yml",
"content": "- name: pg_hba_conf\n template:\n src: pg_hba.conf.j2\n dest: /etc/postgresql/{{ pg_version }}/main/pg_hba.conf\n force: yes\n backup: yes\n become: yes\n notify:\n - restart postgresql\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | fteychene/nginx-ansible-playground | 8747ad86870b946d56f4ebf3e1b4398ce9d20979 | 1 | roles/nginx | 7,727 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/index.html.j2",
"content": "<!doctype html>\n <html>\n <head>\n <meta charset=\"UTF-8\">\n <title>Welcome to Nginx {{ NAME }}!</title>\n </head>\n <body>\n <h2>{{ NAME }}</h2>\n <p>Welcome to Nginx configured through Ansible 👋. <stron... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1564,
"all_permissive": false
} |
ansible_role | pwnall/alg_cluster | 09301c7351ed341557af0d1713fc5b6667d5db45 | 0 | ansible/roles/atomic_update | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/atomic_update/handlers/main.yml",
"content": "---\n- name: reboot atomic server\n become: true\n become_user: root\n command: systemctl reboot\n ignore_errors: true\n\n- name: wait for atomic server to come back up\n local_action: >\n wait_for host={{ ansible_ssh_host }} por... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 774,
"all_permissive": false
} |
ansible_role | pwnall/alg_cluster | 09301c7351ed341557af0d1713fc5b6667d5db45 | 0 | ansible/roles/docker_flannel | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_flannel/templates/flanneld.j2",
"content": "# Flanneld configuration options\n\n# etcd url location. Point this to the server where etcd runs\nFLANNEL_ETCD=\"\n{%- set join_comma = joiner(\",\") -%}\n{%- for etcd_server in groups[k8s_etcd_group_name] -%}\nhttp://\n{{- hostva... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2134,
"all_permissive": false
} |
ansible_role | pwnall/alg_cluster | 09301c7351ed341557af0d1713fc5b6667d5db45 | 0 | ansible/roles/docker_registry | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_registry/tasks/main.yml",
"content": "---\n- name: create registry Docker container\n become: true\n become_user: root\n docker:\n name: local-registry\n image: registry\n state: present\n ports: 5000:5000\n volumes: \"/var/lib/local-registry:/srv/registry\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1077,
"all_permissive": false
} |
ansible_role | pwnall/alg_cluster | 09301c7351ed341557af0d1713fc5b6667d5db45 | 0 | ansible/roles/docker_registry_client | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_registry_client/tasks/main.yml",
"content": "---\n# Docker set up to use a local registry.\n# Heavily inspired from: http://www.projectatomic.io/docs/gettingstarted/\n\n- name: write docker config\n become: true\n become_user: root\n template: src=docker_config.j2 dest=/et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | pwnall/alg_cluster | 09301c7351ed341557af0d1713fc5b6667d5db45 | 0 | ansible/roles/etcd_server | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd_server/tasks/main.yml",
"content": "---\n# etcd 1-host cluster.\n# Heavily inspired from: http://www.projectatomic.io/docs/gettingstarted/\n- name: compute internal network IP\n set_fact:\n internal_net_ip: >\n {{ ansible_all_ipv4_addresses | ipaddr(internal_net_cidr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1565,
"all_permissive": false
} |
ansible_role | pwnall/alg_cluster | 09301c7351ed341557af0d1713fc5b6667d5db45 | 0 | ansible/roles/flannel_etcd_config | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/flannel_etcd_config/tasks/main.yml",
"content": "---\n# etcd entry for the flannel overlay network.\n# Heavily inspired from: http://www.projectatomic.io/docs/gettingstarted/\n\n- name: compute internal network IP\n set_fact:\n internal_net_ip: >\n {{ ansible_all_ipv4_add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | pwnall/alg_cluster | 09301c7351ed341557af0d1713fc5b6667d5db45 | 0 | ansible/roles/k8s_master | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_master/templates/k8s_controller_manager.j2",
"content": "# Add you own!\nKUBE_CONTROLLER_MANAGER_ARGS=\"\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/roles/k8s_master/templates/k8s_apiserver.j2",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2617,
"all_permissive": false
} |
ansible_role | pwnall/alg_cluster | 09301c7351ed341557af0d1713fc5b6667d5db45 | 0 | ansible/roles/k8s_worker | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_worker/templates/k8s_kubelet.j2",
"content": "###\n# kubernetes kubelet (minion) config\n\n# The address for the info server to serve on (set to 0.0.0.0 or \"\" for all interfaces)\n{% set internal_ip = ansible_all_ipv4_addresses | ipaddr(internal_net_cidr) |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2189,
"all_permissive": false
} |
ansible_role | pwnall/alg_cluster | 09301c7351ed341557af0d1713fc5b6667d5db45 | 0 | ansible/roles/os_cluster | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/os_cluster/defaults/main.yml",
"content": "---\npublic_key: \"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\nos_cloud: test\natomic_image_url: https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Atomic-22-20150521.x86_64.qcow2\nimage_name: ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6769,
"all_permissive": false
} |
ansible_role | siris/shanesofos.com | 99d11cd3f30f17d63529a8fe02bc7c6c3f6722ad | 1 | ansible/roles/inithost | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/inithost/defaults/main.yml",
"content": "---\ninithost_package_atoms:\n - app-admin/logrotate\n - app-admin/syslog-ng\n - app-portage/eix\n - app-portage/gentoolkit\n - sys-fs/dfc\n - sys-process/htop\n - sys-process/vixie-cron\n - app-editors/vim\n - app-editors/vim-core\n... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 23,
"total_bytes": 10986,
"all_permissive": false
} |
ansible_role | RomJHD/cluster_kube_azure | 63876de3c6e2a24b3e81cf8bf02247346dcad7a4 | 0 | infrastructure/ansible/roles/kubernetes_check | 7,727 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/kubernetes_check/tasks/main.yml",
"content": "---\n- name: Check the cluster status\n ansible.builtin.command: \"kubectl get nodes\"\n args:\n chdir: /home/{{ regular_user }}\n environment:\n KUBECONFIG: /home/{{ regular_user }}/.kube/config\n register: clus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | RomJHD/cluster_kube_azure | 63876de3c6e2a24b3e81cf8bf02247346dcad7a4 | 0 | infrastructure/ansible/roles/kubernetes_common | 7,727 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/kubernetes_common/tasks/main.yml",
"content": "---\n- name: Update and Upgrade the apt packages before proceeding\n block:\n - name: performing the Update\n ansible.builtin.apt:\n update_cache: true\n\n- name: Block to manage Swap space\n# I have used ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7062,
"all_permissive": false
} |
ansible_role | RomJHD/cluster_kube_azure | 63876de3c6e2a24b3e81cf8bf02247346dcad7a4 | 0 | infrastructure/ansible/roles/kubernetes_master | 7,727 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/kubernetes_master/tasks/main.yml",
"content": "---\n- name: Create an Empty file for Kubeadm configuring\n copy:\n content: \"\"\n dest: /etc/kubernetes/kubeadm-config.yaml\n force: no\n\n- name: Configure container runtime\n blockinfile:\n path: /etc/ku... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5254,
"all_permissive": false
} |
ansible_role | RomJHD/cluster_kube_azure | 63876de3c6e2a24b3e81cf8bf02247346dcad7a4 | 0 | infrastructure/ansible/roles/kubernetes_metrics | 7,727 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/kubernetes_metrics/tasks/main.yml",
"content": "---\n- name: Validate the CSRs from workers\n shell: kubectl get csr | awk '/kubernetes.io\\/kubelet-serving/ && $6 == \"Pending\" {print $1}' | xargs -I {} kubectl certificate approve {}\n\n- name: Wait for metrics-ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | RomJHD/cluster_kube_azure | 63876de3c6e2a24b3e81cf8bf02247346dcad7a4 | 0 | infrastructure/ansible/roles/kubernetes_workers | 7,727 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/kubernetes_workers/tasks/main.yml",
"content": "---\n- debug:\n var: hostvars['master1'].ansible_locally_reachable_ips\n \n- name: Enable TCP port 6443 (On Master) is able to connect from Worker\n wait_for: \n host: \"{{ hostvars['master1'].ansible_locally_r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1667,
"all_permissive": false
} |
ansible_role | pavantech/Ansible_Docker | 9c30ea606160a7f06c7a73fd2e78fb63854780bf | 0 | centos/roles/docker-centos7 | 7,727 | [
"no_license"
] | [
{
"path": "centos/roles/docker-centos7/tasks/main.yml",
"content": "---\n- name: install wget\n yum: \n name: wget\n state: latest\n\n- name: install git \n yum: \n name: git \n state: latest \n\n\n- name: docker-ce repo\n shell: wget https://download.docker.com/linux/centos/docker-ce.repo -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | carlnguyen/IaC | f6d2b7b786e878557871459eab8137ca954ea027 | 0 | webserver/file/roles/common | 7,727 | [
"no_license"
] | [
{
"path": "webserver/file/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n# install common tools\n- name: common tools\n apt:\n name: \"{{ item }}\"\n update-cache: yes\n loop:\n - build-essential\n - net-tools",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | carlnguyen/IaC | f6d2b7b786e878557871459eab8137ca954ea027 | 0 | webserver/file/roles/nginx | 7,727 | [
"no_license"
] | [
{
"path": "webserver/file/roles/nginx/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - lemp-stack",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "webserver/file/roles/nginx/vars/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 800,
"all_permissive": false
} |
ansible_role | carlnguyen/IaC | f6d2b7b786e878557871459eab8137ca954ea027 | 0 | webserver/file/roles/php | 7,727 | [
"no_license"
] | [
{
"path": "webserver/file/roles/php/vars/main.yml",
"content": "---\n# vars file for php\nphp_version: php7.3",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "webserver/file/roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | aws-samples/batch-mpi-examples | 70d9755c5097e7d03518b2a0834ae60fd14497c1 | 11 | batch-mpi-ami/roles/aws_ecs | 7,727 | [
"no_license"
] | [
{
"path": "batch-mpi-ami/roles/aws_ecs/tasks/main.yml",
"content": "---\n## this appears to be no longer necessary\n# - name: \"Disbale docker extra\"\n# ansible.builtin.shell:\n# cmd: PYTHON=python2 amazon-linux-extras disable docker\n# changed_when: false\n- name: \"Install ECS agent\"\n ansibl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3057,
"all_permissive": false
} |
ansible_role | aws-samples/batch-mpi-examples | 70d9755c5097e7d03518b2a0834ae60fd14497c1 | 11 | batch-mpi-ami/roles/aws_efa | 7,727 | [
"no_license"
] | [
{
"path": "batch-mpi-ami/roles/aws_efa/defaults/main.yml",
"content": "---\naws_efa_version: \"1.15.1\"\naws_efa_archive: \"aws-efa-installer-{{ aws_efa_version }}.tar.gz\"\naws_efa_url: \"https://efa-installer.amazonaws.com/{{ aws_efa_archive }}\"\naws_efa_work_dir: \"/opt/amazon/efa\"\nenable_gpus: false"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | aws-samples/batch-mpi-examples | 70d9755c5097e7d03518b2a0834ae60fd14497c1 | 11 | batch-mpi-ami/roles/aws_nvidia | 7,727 | [
"no_license"
] | [
{
"path": "batch-mpi-ami/roles/aws_nvidia/tasks/main.yml",
"content": "---\n- name: \"Install NVidia dependencies\"\n ansible.builtin.yum:\n name:\n - gcc10\n - kernel-devel\n - kernel-headers\n state: present\n\n- name: \"Flush handlers (force yum clean)\"\n meta: flush_handlers\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2531,
"all_permissive": false
} |
ansible_role | aws-samples/batch-mpi-examples | 70d9755c5097e7d03518b2a0834ae60fd14497c1 | 11 | batch-mpi-ami/roles/packages | 7,727 | [
"no_license"
] | [
{
"path": "batch-mpi-ami/roles/packages/handlers/main.yml",
"content": "---\n- name: \"Reboot system\"\n listen: system-reboot\n ansible.builtin.reboot:\n when: allow_reboot",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "batch-mpi-ami/roles/pac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 805,
"all_permissive": false
} |
ansible_role | mohamed-abdoun/k8s | 4017b1019d41872b4cea1446ca6d4c50476f46b9 | 0 | ansible_installation/k8s_the_hard_way/roles/canal | 7,727 | [
"no_license"
] | [
{
"path": "ansible_installation/k8s_the_hard_way/roles/canal/tasks/main.yaml",
"content": "---\n- name: Create Canal psp\n k8s:\n definition: \"{{ lookup('template', 'canal-psp.yaml') }}\"\n kubeconfig: \"{{ kubeconfig_dir }}/admin.kubeconfig\"\n apply: true\n\n- name: Deploy Canal\n k8s:\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1112,
"all_permissive": false
} |
ansible_role | mohamed-abdoun/k8s | 4017b1019d41872b4cea1446ca6d4c50476f46b9 | 0 | ansible_installation/k8s_the_hard_way/roles/coredns | 7,727 | [
"no_license"
] | [
{
"path": "ansible_installation/k8s_the_hard_way/roles/coredns/tasks/main.yaml",
"content": "---\n- name: Create coredns psp\n k8s:\n definition: \"{{ lookup('template', 'coredns-psp.yaml') }}\"\n kubeconfig: \"{{ kubeconfig_dir }}/admin.kubeconfig\"\n apply: true\n\n- name: Deploy coredns\n k8s:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | mohamed-abdoun/k8s | 4017b1019d41872b4cea1446ca6d4c50476f46b9 | 0 | ansible_installation/k8s_the_hard_way/roles/docker | 7,727 | [
"no_license"
] | [
{
"path": "ansible_installation/k8s_the_hard_way/roles/docker/tasks/main.yaml",
"content": "---\n- name: Add Docker key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker repository\n apt_repository:\n repo: \"deb [arch=amd64] https://download.do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | mohamed-abdoun/k8s | 4017b1019d41872b4cea1446ca6d4c50476f46b9 | 0 | ansible_installation/k8s_the_hard_way/roles/k8s-download | 7,727 | [
"no_license"
] | [
{
"path": "ansible_installation/k8s_the_hard_way/roles/k8s-download/defaults/main.yaml",
"content": "---\nk8s_version: v1.17.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "ansible_installation/k8s_the_hard_way/roles/k8s-download/tasks/main.yam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1046,
"all_permissive": false
} |
ansible_role | mohamed-abdoun/k8s | 4017b1019d41872b4cea1446ca6d4c50476f46b9 | 0 | ansible_installation/k8s_the_hard_way/roles/pki | 7,727 | [
"no_license"
] | [
{
"path": "ansible_installation/k8s_the_hard_way/roles/pki/tasks/main.yaml",
"content": "---\n- name: Create pki directories\n file:\n path: '{{ item }}'\n state: directory\n loop:\n - '{{ k8s_pki_dir }}'\n - '{{ etcd_pki_dir }}'\n - '{{ user_accounts_pki_dir }}'\n tags:\n - always\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | Lukas9318/ansible | 14e891502cd2972bb3a63ed77ea7600e64b2d85e | 0 | roles/updating | 7,727 | [
"no_license"
] | [
{
"path": "roles/updating/tasks/main.yml",
"content": " - name: Updating and Upgrading All thanks to ROLES\n apt:\n upgrade: dist\n update_cache: yes\n when: ansible_distribution == \"Debian\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/accounts | 7,727 | [
"no_license"
] | [
{
"path": "roles/accounts/tasks/main.yml",
"content": "---\n# ----------------------------------------------------------------------------\n# Manage the \"Ansible\" user 'euler'\n# ----------------------------------------------------------------------------\n\n- name: Make sure devops users are in sud\n li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1336,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/appdynamics | 7,727 | [
"no_license"
] | [
{
"path": "roles/appdynamics/tasks/main.yml",
"content": "---\n# ----------------------------------------------------------------------------\n# tasks file for Appdynamics\n# ----------------------------------------------------------------------------\n\n- name: install unzip package\n yum: name={{ unzip_p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2828,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/auditd | 7,727 | [
"no_license"
] | [
{
"path": "roles/auditd/defaults/main.yml",
"content": "---\n# ----------------------------------------------------------------------------\n# defaults file for auditd\n# ----------------------------------------------------------------------------\nauditd_conf_file: /etc/audit/auditd.conf\nauditd_rules_file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 11364,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/clamav | 7,727 | [
"no_license"
] | [
{
"path": "roles/clamav/templates/systemd.freshclam.j2",
"content": "# ----------------------------------------------------------------------------\n# Fresclam systemd unit-file\n# {{ ansible_managed }}\n# ----------------------------------------------------------------------------\n[Unit]\nDescription=Fres... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6591,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/journald | 7,727 | [
"no_license"
] | [
{
"path": "roles/journald/tasks/main.yml",
"content": "---\n# ----------------------------------------------------------------------------\n# tasks file for journald\n# ----------------------------------------------------------------------------\n\n- name: deploy journal logging unit file\n template: src=j... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1880,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/ntp | 7,727 | [
"no_license"
] | [
{
"path": "roles/ntp/templates/ntp.conf.j2",
"content": "# ----------------------------------------------------------------------------\n# NTP Configuration\n# {{ ansible_managed }}\n# ----------------------------------------------------------------------------\n\ndriftfile /var/lib/ntp/drift\nrestrict defa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1567,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/openssh | 7,727 | [
"no_license"
] | [
{
"path": "roles/openssh/defaults/main.yml",
"content": "---\n# ----------------------------------------------------------------------------\n# defaults file for openssh\n# ----------------------------------------------------------------------------\nopenssh_package: 'openssh'\nssh_config_dir: '/etc/ssh'\ns... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5679,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/rsyslog | 7,727 | [
"no_license"
] | [
{
"path": "roles/rsyslog/tasks/cleanup.yml",
"content": "---\n# ----------------------------------------------------------------------------\n# cleanup any existing logs on the system\n# ----------------------------------------------------------------------------\n\n- name: remove existing logs that might b... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3176,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/selinux | 7,727 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yml",
"content": "---\n# ----------------------------------------------------------------------------\n# tasks file for selinux\n# ----------------------------------------------------------------------------\n\n- name: get current selinux mode\n shell: sestatus | grep 'S... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1573,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/stdapps | 7,727 | [
"no_license"
] | [
{
"path": "roles/stdapps/defaults/main.yml",
"content": "---\n# ----------------------------------------------------------------------------\n# defaults file for stdapps\n# ----------------------------------------------------------------------------\ntbgroup: \"{{ common_devops_group | default('devops') }}\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1941,
"all_permissive": false
} |
ansible_role | rama3319/hardenedami | 07130dc686bd2811b6c23dffe3b10696143c5de0 | 0 | roles/tcpwrappers | 7,727 | [
"no_license"
] | [
{
"path": "roles/tcpwrappers/templates/hosts.deny.j2",
"content": "# ----------------------------------------------------------------------------\n# TCP Wrappers hosts denied \n# {{ ansible_managed }}\n# ----------------------------------------------------------------------------\n{% for rule in tcpwrappers... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1741,
"all_permissive": false
} |
ansible_role | NetApp/beegfs | 57975ad77c71bd0eb22252b082c0a6a589643bf3 | 28 | roles/beegfs_client | 7,727 | [
"no_license"
] | [
{
"path": "roles/beegfs_client/tasks/packages/debian_packages.yml",
"content": "- name: Ensure software properties common package is installed (Debian/Ubuntu).\n ansible.builtin.apt:\n state: present\n name: software-properties-common\n\n- name: Add BeeGFS apt key (Debian/Ubuntu).\n ansible.builtin.... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 41039,
"all_permissive": false
} |
ansible_role | NetApp/beegfs | 57975ad77c71bd0eb22252b082c0a6a589643bf3 | 28 | roles/beegfs_ha_7_3 | 7,727 | [
"no_license"
] | [
{
"path": "roles/beegfs_ha_7_3/tasks/main.yml",
"content": "- name: Import the beegfs_ha_common role using the defaults for beegfs_ha_7_3.\n ansible.builtin.import_role:\n name: netapp_eseries.beegfs.beegfs_ha_common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | NetApp/beegfs | 57975ad77c71bd0eb22252b082c0a6a589643bf3 | 28 | roles/beegfs_ha_7_4 | 7,727 | [
"no_license"
] | [
{
"path": "roles/beegfs_ha_7_4/README.md",
"content": "# netappeseries.beegfs.beegfs_ha_7_4 Role\n\nThis role is a complete end-to-end deployment of the [NetApp E-Series BeeGFS HA (High-Availability) solution](https://blog.netapp.com/high-availability-beegfs). \nThis role utilizes the NetApp E-Series SANtri... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 27118,
"all_permissive": false
} |
ansible_role | NetApp/beegfs | 57975ad77c71bd0eb22252b082c0a6a589643bf3 | 28 | roles/beegfs_nfs_server | 7,727 | [
"no_license"
] | [
{
"path": "roles/beegfs_nfs_server/tasks/uninstall/firewall/redhat.yml",
"content": "- name: Remove NFS service from firewall zone \"{{ nfs_firewall_rule['zone'] }}\"\n ansible.posix.firewalld:\n service: \"{{ nfs_firewall_rule['service'] }}\"\n state: disabled\n offline: true\n permanent: \"{{... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 23,
"total_bytes": 12634,
"all_permissive": false
} |
ansible_role | RashadCoding/ica0002 | 3856170e669fa3b431bc9988b49223f10c698af1 | 0 | roles/backup | 7,727 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yaml",
"content": "---\n- name: Add the user \"backup\" and generate keys\n user:\n name: backup\n home: /home/backup\n shell: /bin/bash\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_file: .ssh/id_rsa\n# Add MySQL backup user and MySQL cnf file\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1707,
"all_permissive": false
} |
ansible_role | chizhovvictor/cloud-1 | 41feeb2731059ad89b8b9413f9ae74c6c30c77aa | 0 | ansible/roles/deploy | 7,727 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "---\n# tasks file for ./roles/deploy\n\n- name: Install make\n apt:\n name: build-essential\n state: present\n become: true\n\n- name: Copy project to cloud\n become: true\n copy:\n src: ../my_project/\n dest: /home/\n mode: '07... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.