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 | ArshdeepSinghSyal/TerraformAnsibleAWS | 8e88edc447932ac23bf151a66e47fe9d6ea6e574 | 0 | roles/ec2_web | 346 | [
"no_license"
] | [
{
"path": "roles/ec2_web/tasks/main.yml",
"content": "---\n - name: Gather EC2 Facts\n ec2_instance_facts:\n filters:\n \"tag:Name\": \"webserver\"\n register: ec2 \n \n - debug: \n msg: \"{{ ec2.instances[0].public_dns_name }}\"\n\n - name: Add new instance to host group\n add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | asheplyakov/branchmiss | b902882e53b62340045c19f7a059e8b218d2f967 | 4 | roles/branchmiss-demo | 346 | [
"no_license"
] | [
{
"path": "roles/branchmiss-demo/tasks/main.yml",
"content": "---\n\n- name: install Python 3 and numpy on Debian\n package: name={{ item }} state=present\n with_items:\n - ipython3\n - python3-numpy\n when: ansible_os_family == 'Debian'\n become: true\n\n\n- name: install Python 3 and numpy on AL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1838,
"all_permissive": false
} |
ansible_role | asheplyakov/branchmiss | b902882e53b62340045c19f7a059e8b218d2f967 | 4 | roles/profiling_nonroot | 346 | [
"no_license"
] | [
{
"path": "roles/profiling_nonroot/defaults/main.yml",
"content": "---\n\n# when non-root profiling is enabled\nperf_event_mlock_kb_high: 65536\n\n# when non-root profiling is disabled\nperf_event_mlock_kb_low: 1024\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3216,
"all_permissive": false
} |
ansible_role | planetmarshall/ansible-linux | f9a898fab29b8829cf744938ec598ddcc7ab9eb7 | 0 | roles/base | 346 | [
"permissive"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Install base packages\n become: true\n community.general.pacman:\n name:\n - bc\n - git\n - inetutils\n - man-pages\n - nfs-utils\n - pacman-contrib\n - pwgen\n - reflector\n - sudo\n - unz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": true
} |
ansible_role | planetmarshall/ansible-linux | f9a898fab29b8829cf744938ec598ddcc7ab9eb7 | 0 | roles/bluetooth | 346 | [
"permissive"
] | [
{
"path": "roles/bluetooth/tasks/main.yml",
"content": "---\n- name: Install bluetooth packages\n become: true\n community.general.pacman:\n name:\n - openssh\n - bluez\n - bluez-utils\n state: present\n\n- name: Enable bluetooth service\n become: true\n service:\n name: bluetoot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": true
} |
ansible_role | planetmarshall/ansible-linux | f9a898fab29b8829cf744938ec598ddcc7ab9eb7 | 0 | roles/desktop | 346 | [
"permissive"
] | [
{
"path": "roles/desktop/templates/wallpapers.xml.j2",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE wallpapers SYSTEM \"gnome-wp-list.dtd\">\n<wallpapers>\n{% for wallpaper in desktop_wallpapers -%}\n <wallpaper deleted=\"false\">\n <name>{{ wallpaper.name }}</name>\n <filename... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3050,
"all_permissive": true
} |
ansible_role | planetmarshall/ansible-linux | f9a898fab29b8829cf744938ec598ddcc7ab9eb7 | 0 | roles/developer | 346 | [
"permissive"
] | [
{
"path": "roles/developer/handlers/main.yml",
"content": "---\n- name: rebuild font cache\n become: true\n command: fc-cache -f -v\n changed_when: true\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 93
},
{
"path": "roles/developer/ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1529,
"all_permissive": true
} |
ansible_role | planetmarshall/ansible-linux | f9a898fab29b8829cf744938ec598ddcc7ab9eb7 | 0 | roles/home | 346 | [
"permissive"
] | [
{
"path": "roles/home/files/bashrc",
"content": "# If not running interactively, don't do anything\n[[ $- != *i* ]] && return\n\n[[ -f ~/.profile ]] && . ~/.profile\n\ncomplete -cf sudo\n\nalias ls='ls --color=auto'\nalias grep='grep --color=auto'\nalias vim=nvim\nexport EDITOR=nvim\n[[ -f /usr/share/bash-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2032,
"all_permissive": true
} |
ansible_role | planetmarshall/ansible-linux | f9a898fab29b8829cf744938ec598ddcc7ab9eb7 | 0 | roles/nvidia | 346 | [
"permissive"
] | [
{
"path": "roles/nvidia/tasks/main.yml",
"content": "---\n- name: Remove default nvidia driver\n become: true\n community.general.pacman:\n name:\n - nvidia\n state: absent\n\n- name: Install nvidia dkms driver\n become: true\n community.general.pacman:\n name:\n - linux-headers\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 967,
"all_permissive": true
} |
ansible_role | Tekkatron/ansible_desktop | fe3e18a2dd211e45152561d73c4aa1de699b86f0 | 1 | roles/01_set_facts | 346 | [
"no_license"
] | [
{
"path": "roles/01_set_facts/tasks/main.yml",
"content": "---\n# tasks file for set_facts\n\n- name: Setting My_OS variable\n set_fact:\n my_os: \"{{ hostvars[inventory_hostname] | json_query('ansible_distribution') }}\"\n\n- name: Installing basic stuff for Ansible\n package:\n name: python-jmespa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | Tekkatron/ansible_desktop | fe3e18a2dd211e45152561d73c4aa1de699b86f0 | 1 | roles/02_remove_lightdm | 346 | [
"no_license"
] | [
{
"path": "roles/02_remove_lightdm/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - uninstall_lightdm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/02_remove_lightdm/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | Tekkatron/ansible_desktop | fe3e18a2dd211e45152561d73c4aa1de699b86f0 | 1 | roles/03_sudo_nopasswd | 346 | [
"no_license"
] | [
{
"path": "roles/03_sudo_nopasswd/tasks/main.yml",
"content": "---\n# tasks file for 03_sudo_nopasswd\n\n - name: Allow sudo without password\n become: true\n lineinfile:\n path: /etc/sudoers\n line: '{{ ansible_user }} ALL=(ALL) NOPASSWD:ALL'\n validate: 'visudo -cf %s'\n backup:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | Tekkatron/ansible_desktop | fe3e18a2dd211e45152561d73c4aa1de699b86f0 | 1 | roles/04_software_install | 346 | [
"no_license"
] | [
{
"path": "roles/04_software_install/defaults/main.yml",
"content": "---\n# defaults file for 04_software_install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/04_software_install/handlers/main.yml",
"content": "---\n# handlers file f... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6200,
"all_permissive": false
} |
ansible_role | Tekkatron/ansible_desktop | fe3e18a2dd211e45152561d73c4aa1de699b86f0 | 1 | roles/05_shell_setup | 346 | [
"no_license"
] | [
{
"path": "roles/05_shell_setup/tasks/main.yml",
"content": "---\n# tasks file for 06_shell_setup\n \n # Boostrap ZSH configuration from example file \n - name: Shell configuration\n shell: >\n cp /usr/share/oh-my-zsh/zshrc /home/\"{{ ansible_user }}/.zshrc\"\n become: true\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5546,
"all_permissive": false
} |
ansible_role | Tekkatron/ansible_desktop | fe3e18a2dd211e45152561d73c4aa1de699b86f0 | 1 | roles/06_window_manager_setup | 346 | [
"no_license"
] | [
{
"path": "roles/06_window_manager_setup/files/i3status-rust/icons/icon.toml",
"content": "theme = \"solarized-dark\"\n\n[icons]\nname = \"awesome\"\n[icons.overrides]\nbat = \" | | \"\nbat_full = \" |X| \"\nbat_charging = \" |^| \"\nbat_discharging = \" |v| \"\n\n[[block]]\nblock = \"disk_space\"\npath = \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 48124,
"all_permissive": false
} |
ansible_role | Tekkatron/ansible_desktop | fe3e18a2dd211e45152561d73c4aa1de699b86f0 | 1 | roles/07_services_setup | 346 | [
"no_license"
] | [
{
"path": "roles/07_services_setup/vars/main.yml",
"content": "---\n# vars file for 05_services_setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/07_services_setup/handlers/main.yml",
"content": "---\n# handlers file for 05_services... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1171,
"all_permissive": false
} |
ansible_role | githubamid/intervale_task | 74b672f7aea1c8bfe0950699a75f664b2533bf27 | 0 | ansible/roles/applic | 346 | [
"no_license"
] | [
{
"path": "ansible/roles/applic/defaults/main.yaml",
"content": "work_dir: \"/opt/wildfly\"\r\nconf_dir: \"/etc/wildfly\"\r\nsrcsys_dir: \"/opt/wildfly/docs/contrib/scripts/systemd\"\r\ndessys_dir: \"/etc/systemd/system\"\r\nxml_dir: \"/opt/wildfly/standalone/configuration\"\r\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2833,
"all_permissive": false
} |
ansible_role | githubamid/intervale_task | 74b672f7aea1c8bfe0950699a75f664b2533bf27 | 0 | ansible/roles/db | 346 | [
"no_license"
] | [
{
"path": "ansible/roles/db/defaults/main.yaml",
"content": "oracle_install_group: \"oinstall\"\r\noracle_group: \"dba\"\r\noracle_user: \"oracle\"\r\noracle_user_password: \"<PASSWORD>\"\r\ndir: \"/task\"\r\nroot_directory: \"/u01\"\r\nstage_dir: \"/u01/stage\"\r\nscripts_directory: \"{{ root_directory }}/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4119,
"all_permissive": false
} |
ansible_role | emilio2hd/ubuntu-dev-playbook | 9c0ad08e72e69c296215562b85d93ca3f379711b | 1 | roles/asdf | 346 | [
"no_license"
] | [
{
"path": "roles/asdf/tasks/node.yml",
"content": "---\n- name: Install asdf-nodejs dependencies\n become: True\n apt: name={{ item }}\n with_items:\n - dirmngr \n - gpg \n - gawk\n\n- name: \"Check node plugin is installed\" \n shell: asdf plugin list\n register: plugins_list\n\n- name: Insta... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2983,
"all_permissive": false
} |
ansible_role | emilio2hd/ubuntu-dev-playbook | 9c0ad08e72e69c296215562b85d93ca3f379711b | 1 | roles/dependencies | 346 | [
"no_license"
] | [
{
"path": "roles/dependencies/tasks/main.yml",
"content": "---\n- name: Enable snap\n become: True\n ansible.builtin.file:\n path: /etc/apt/preferences.d/nosnap.pref\n state: absent\n\n- name: Update apt cache\n become: True\n apt: update_cache=yes\n\n- name: Install apt dependencies\n become: Tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | emilio2hd/ubuntu-dev-playbook | 9c0ad08e72e69c296215562b85d93ca3f379711b | 1 | roles/docker | 346 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- include_tasks: install.yml\n- include_tasks: postgres.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/docker/tasks/install.yml",
"content": "---\n- name: Add official docke... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | emilio2hd/ubuntu-dev-playbook | 9c0ad08e72e69c296215562b85d93ca3f379711b | 1 | roles/git | 346 | [
"no_license"
] | [
{
"path": "roles/git/templates/gitconfig.local.j2",
"content": "[user]\n name = {{git_config.name}}\n email = {{git_config.email}}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Copy gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | emilio2hd/ubuntu-dev-playbook | 9c0ad08e72e69c296215562b85d93ca3f379711b | 1 | roles/terminal | 346 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/main.yml",
"content": "---\n\n- include_tasks: install_basics.yml\n- include_tasks: config_alacritty.yml\n- include_tasks: config_zsh.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/terminal/templates/zs... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4672,
"all_permissive": false
} |
ansible_role | emilio2hd/ubuntu-dev-playbook | 9c0ad08e72e69c296215562b85d93ca3f379711b | 1 | roles/vscode | 346 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n- name: Add official microsoft repository GPG key\n become: True\n ansible.builtin.apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: Add vscode repository into sources list\n become: True\n ansible.builtin.apt_reposi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | hwk94/ansible | 9bfae94d3bd8d5abc33bb947a614937c2e76981f | 0 | roles/depots | 346 | [
"no_license"
] | [
{
"path": "roles/depots/tasks/main.yml",
"content": "---\n- name: Upgrade the latest version of all package\n apt:\n upgrade: dist \n#met a jour la liste des paquets existants puis installe les dernieres version de ceux installé sur la machine\n\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | Akalin1/kali-auto-deployment | 043c4f8fd36b15332caa85e18e34501c762c762c | 0 | roles/configure-browser | 346 | [
"no_license"
] | [
{
"path": "roles/configure-browser/templates/policies.json.j2",
"content": "{\n \"policies\": {\n \"Certificates\": {\n \"Install\": [\"/usr/local/share/ca-certificates/BurpSuiteCA.der\"]\n },\n \"DisableAppUpdate\": true, \n \"DisplayBookmarksToolbar\": true, \n \"NoDefaultBookmar... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5275,
"all_permissive": false
} |
ansible_role | Akalin1/kali-auto-deployment | 043c4f8fd36b15332caa85e18e34501c762c762c | 0 | roles/configure-shell | 346 | [
"no_license"
] | [
{
"path": "roles/configure-shell/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/configure-shell\n- include_tasks: config_shell.yml\n- include_tasks: config_alacritty.yml\n- include_tasks: config_nvim.yml\n- include_tasks: config_tmux.yml",
"license_type": "no_l... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 21,
"total_bytes": 25696,
"all_permissive": false
} |
ansible_role | Akalin1/kali-auto-deployment | 043c4f8fd36b15332caa85e18e34501c762c762c | 0 | roles/configure-system | 346 | [
"no_license"
] | [
{
"path": "roles/configure-system/tasks/config_FiraCode_Font.yml",
"content": "---\n- name: Check if FiraCodeNerdFont-Regular.ttf exists\n ansible.builtin.stat:\n path: \"{{ ansible_env.HOME }}/.local/share/fonts/FiraCodeNerdFont-Regular.ttf\"\n register: FiraCode_file\n become: false\n\n- name: Copyi... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3098,
"all_permissive": false
} |
ansible_role | Akalin1/kali-auto-deployment | 043c4f8fd36b15332caa85e18e34501c762c762c | 0 | roles/install-docker | 346 | [
"no_license"
] | [
{
"path": "roles/install-docker/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/install-docker\n- include_tasks: install-docker.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/install-docker/task... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1937,
"all_permissive": false
} |
ansible_role | Akalin1/kali-auto-deployment | 043c4f8fd36b15332caa85e18e34501c762c762c | 0 | roles/install-ngrok | 346 | [
"no_license"
] | [
{
"path": "roles/install-ngrok/vars/main.yml",
"content": "---\n# vars file for roles/install-ngrok\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/install-ngrok/tasks/main.yml",
"content": "---\n# tasks file for roles/install-ngrok\n- ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1443,
"all_permissive": false
} |
ansible_role | Akalin1/kali-auto-deployment | 043c4f8fd36b15332caa85e18e34501c762c762c | 0 | roles/install-tools | 346 | [
"no_license"
] | [
{
"path": "roles/install-tools/tasks/go.yml",
"content": "---\n- name: Install go-tools\n ansible.builtin.shell:\n cmd: go install {{ item.url }}\n creates: \"{{ ansible_env.GOPATH | default(ansible_env.HOME + '/go') }}/bin/{{ item.tool }}\"\n become: false\n retries: 3\n delay: 2\n environment:\... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9872,
"all_permissive": false
} |
ansible_role | Akalin1/kali-auto-deployment | 043c4f8fd36b15332caa85e18e34501c762c762c | 0 | roles/install-vscode | 346 | [
"no_license"
] | [
{
"path": "roles/install-vscode/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/install-vscode\n# another method\n# - name: install vscode\n# include_tasks: install-vscode.yml\n\n- name: install & configure vscode\n import_role: \n name: gantsign.visual-studio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | ChaosHour/vagrant-dev | cf3f003e17f9015dd9ba04c1ae0a34dc3cf47d9f | 0 | roles/percona | 343 | [
"no_license"
] | [
{
"path": "roles/percona/tasks/pre-install.yml",
"content": "---\n#\n# pre-install.yml - Playbook to add some things before the main install.\n#\n\n - name: install updates\n yum:\n name: '*'\n state: latest \n ignore_errors: yes \n \n - name: Ensure the timezone is set to utc \n fi... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 14832,
"all_permissive": false
} |
ansible_role | ChaosHour/vagrant-dev | cf3f003e17f9015dd9ba04c1ae0a34dc3cf47d9f | 0 | roles/replication | 343 | [
"no_license"
] | [
{
"path": "roles/replication/tasks/main.yml",
"content": "---\n#\n# replication.yml - Playbook Used to setup MySQL replication on replica to main server.\n#\n\n - name: Stop MySQL\n systemd:\n name: mysql\n state: stopped\n ignore_errors: yes\n \n\n - name: Get the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2325,
"all_permissive": false
} |
ansible_role | rbjorklin/hetzner-k8s-packer | 2004f7127bbc6327907a5d306da94617bba45925 | 0 | ansible/roles/provision | 343 | [
"permissive"
] | [
{
"path": "ansible/roles/provision/tasks/kernel.yaml",
"content": "---\n\n- name: Ensure vm.swappiness tuned\n ansible.builtin.copy:\n dest: /etc/sysctl.d/02-swappiness.conf\n content: |\n # https://chrisdown.name/2018/01/02/in-defence-of-swap.html\n vm.swappiness = 10\n\n- name: Ensure fio... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 21090,
"all_permissive": true
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cdh | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cdh/tasks/main.yml",
"content": "---\n\n- include: redhat.yml\n when: ansible_facts.os_family == 'RedHat'\n tags:\n - install-cdh\n - install-cdh-security-kdc\n - install-security\n - create-keytabs\n\n- include: debian.yml\n when: ansible_facts.os_family == 'Debi... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5554,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cdh-security-enabled | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cdh-security-enabled/tasks/main.yml",
"content": "---\n- include: enable-kerberos.yml\n tags:\n - install-cdh-security\n - install-security\n - enable-cm-kerberos\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"pat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10808,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cdh-security-kdc | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cdh-security-kdc/tasks/create-keytabs.yml",
"content": "---\n- name: Create keytabs directory - permissions will be hardened later\n file: path=/etc/security/keytabs state=directory owner=root group=hadoop mode=0777\n\n- name: Generate admin user keytabs in /etc/security/keytab... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1998,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cdh-security-shared | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cdh-security-shared/tasks/collect-keytabs.yml",
"content": "---\n- name: Create keytabs directory\n file: path=/etc/security/keytabs state=directory owner=root group=hadoop mode=0777\n\n- name: Wait for kerberos kdc to be online\n wait_for: host={{ kerberos_server_fqdn }} port... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1202,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cdh-security-start | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cdh-security-start/tasks/start.yml",
"content": "---\n- name: \"deploy cluster client config\"\n uri:\n url: '{{cm_api_uri}}/clusters/{{ cdh_cluster_name }}/commands/deployClientConfig'\n user: admin\n password: <PASSWORD>\n method: POST\n status_code: 200\n t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2445,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cdh-yarn-clean | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cdh-yarn-clean/tasks/main.yml",
"content": "---\n- include: clean.yml\n when: is_running_security\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "Ansible/cdh/roles/cdh-yarn-clean/tasks/clean.yml",
"content": "---... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/check-external-manager | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/check-external-manager/tasks/cdh.yml",
"content": "---\n- name: Get CDH version of external manager\n uri:\n url: \"{{cm_api_uri}}/clusters/\"\n user: admin\n password: <PASSWORD>\n return_content: yes\n register: external_clusters\n\n- name: Fail if there are no e... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1370,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/check-parcel-status | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/check-parcel-status/tasks/main.yml",
"content": "---\n- name: Get parcel status\n uri:\n url: \"{{cm_api_uri}}/clusters/{{ cdh_cluster_name }}/parcels/products/CDH/versions/{{ cdh_parcel_version }}\"\n user: admin\n password: <PASSWORD>\n force_basic_auth: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cloudera-ha | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cloudera-ha/tasks/cdh-enable-ha.yml",
"content": "---\n- name: \"Enable HA: Wait for no active commands\"\n uri:\n url={{cm_api_uri}}/cm/commands\n user=admin\n password=<PASSWORD>\n status_code=200,204\n return_content=yes\n retries: 150\n delay: 3\n register... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6109,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cloudera-license | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cloudera-license/tasks/add-license.yml",
"content": "---\n- name: Copy Dev License Key\n copy: src=cdh_dev.txt dest=/tmp/cdh_dev.txt\n\n# Ansible's uri module doesn't support multipart/form-data\n- name: Apply the dev license\n command: curl -u admin:admin -X POST -H \"Content... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cloudera-manager-agent | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cloudera-manager-agent/tasks/main.yml",
"content": "---\n\n- include: rh-pkgs.yml\n when: ansible_facts.os_family == 'RedHat'\n\n- include: deb-pkgs.yml\n when: ansible_facts.os_family == 'Debian'\n\n- include: cloudera-manager-agent.yml\n",
"license_type": "no_license",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4821,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cloudera-manager-agent-start | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cloudera-manager-agent-start/tasks/start-agent.yml",
"content": "---\n- name: \"Copy stop script\"\n copy: src=stop-cloudera.py dest=/var/tmp/stop-cloudera mode=0755\n when: ansible_facts.service_mgr != \"systemd\" and cm_major_version < 6\n\n- name: \"Run stop script\"\n com... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3581,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cloudera-manager-server-complete | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cloudera-manager-server-complete/tasks/post.yml",
"content": "---\n- name: \"update threshold settings\"\n uri:\n url: '{{cm_api_uri}}/clusters/{{cluster}}/services/{{ item.service }}/roleConfigGroups/{{ item.group }}/config'\n user: admin\n password: <PASSWORD>\n m... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 18498,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cloudera-manager-server-deploy-parcel | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cloudera-manager-server-deploy-parcel/tasks/main.yml",
"content": "---\n- include: distribute-parcel.yml\n\n- include_role: name=ldp-parcel\n when: is_running_ldp\n vars:\n parcel_name: FUSION\n parcel_version_suffix: \"\"\n\n- include_role: name=ldp-parcel\n when: is_r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cloudera-manager-server-prep | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cloudera-manager-server-prep/templates/json/hosts.yml.j2",
"content": "---\nitems:\n{% for host in slaves %}\n- hostId: {{ host }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "Ansible/cdh/roles/cloude... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 33593,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cloudera-shared | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cloudera-shared/tasks/main.yml",
"content": "---\n\n- include: rh-shared.yml\n when: ansible_facts.ansible_os_family == 'RedHat'\n tags:\n - deploy-cm-agent\n - install-cloudera-manager-agent\n - install-cloudera-manager-server\n - install-cdh\n - deploy-cdh-rep... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4985,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/cm_agents | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/cm_agents/tasks/main.yml",
"content": "---\n\n- name: Install Cloudera Manager Agents packages\n yum:\n name: cloudera-manager-daemons\n state: installed\n\n- name: Install Cloudera Manager Agents packages\n yum:\n name: cloudera-manager-agent\n state: installed\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/common | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/common/tasks/deb-system.yml",
"content": "---\n\n# double-check that time is synchronized ; \n# if not synchronized, will cause problems with security (kerberos) or hbase;\n# stop/start ntpd and ntpdate\n- name: \"stop ntpd\"\n service: name=ntp state=stopped enabled=yes\n\n- n... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 32180,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/create-fusion-https-principal | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/create-fusion-https-principal/tasks/create-fusion-http-user.yml",
"content": "---\n- name: List principals\n command: kadmin.local -q 'listprincs'\n register: princ_list\n\n- name: Make keytab directory\n file: path=/tmp/kt state=directory\n\n- name: Create HTTP principal for... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2027,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/hadoop_hive_metastore | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/hadoop_hive_metastore/tasks/main.yml",
"content": "---\n - name: install hive-metastore\n yum:\n name:\n - hive-metastore\n state: latest\n - name: start hive-metastore\n service:\n name: hive-metastore\n enabled: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/hadoop_hive_server2 | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/hadoop_hive_server2/tasks/main.yml",
"content": "---\n- name: install hive-server2\n yum:\n name:\n - hive-server2\n state: latest\n- name: start hive-server2\n service:\n name: hive-server2\n enabled: true\n state: started",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/kerberos-client | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/kerberos-client/tasks/kerberos-client.yml",
"content": "---\n- name: \"Disable norandkey (Sles 11)\"\n set_fact:\n norandkey: \"\"\n when: ansible_facts.os_family == 'Suse' and ansible_facts.distribution_major_version == '11'\n\n- name: \"install kerberos packages (RHEL)\"\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2385,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/kerberos-merge-keytab | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/kerberos-merge-keytab/tasks/main.yml",
"content": "---\n- include: merge-http-hdfs-keytab.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "Ansible/cdh/roles/kerberos-merge-keytab/tasks/merge-http-hdfs-keytab.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1099,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/kerberos-server | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/kerberos-server/defaults/main.yml",
"content": "---\nkdc_config_directories:\n Debian: /etc/krb5kdc\n RedHat: /var/kerberos/krb5kdc\n Suse: /var/lib/kerberos/krb5kdc\n\nkerberos_services:\n RedHat:\n - krb5kdc\n - kadmin\n Debian:\n - krb5-kdc\n - krb5-admin-ser... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5211,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/kerberos_client | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/kerberos_client/tasks/main.yml",
"content": "---\n- name: install kerberos libs workstation\n yum:\n name:\n - krb5-workstation\n - krb5-libs\n state: latest\n\n- name: Add Kerberos config to all nodes\n template:\n src: ../templates/krb5.conf\n dest: \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/kerberos_server | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/kerberos_server/tasks/main.yml",
"content": "---\n\n- name: install kerberos server\n yum:\n name: krb5-server\n state: installed\n\n- name: check if kerberos db exists\n stat:\n path: /var/kerberos/krb5kdc/principal\n register: kerberos_db_exists\n\n- name: Print ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1370,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/mysql_connector | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/mysql_connector/tasks/main.yml",
"content": "---\n- name: Check if MySQL connector present\n file:\n path: \"{{ mysql_java }}\"\n state: absent\n\n- name: Create MySQL Java Downlaod director\n file:\n path: \"{{ mysql_java_download_folder }}\"\n state: directory\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/mysql_mariadb_install | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/mysql_mariadb_install/tasks/main.yml",
"content": "---\n - name: install mariadb\n yum:\n name:\n - mariadb-server\n - MySQL-python\n state: latest\n - name: start mariadb\n service:\n name: mariadb\n enabled: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 838,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/oracle-java | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/oracle-java/tasks/main.yml",
"content": "---\n- name: install oracle-java\n yum:\n name:\n - oracle-j2sdk1.8\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/scm | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/scm/tasks/main.yml",
"content": "---\n\n- include_vars: ../../../group_vars/db_server.yml\n\n- name: Install the Cloudera Manager Server Package\n yum:\n name: cloudera-manager-server\n state: installed\n\n- name: Install the Cloudera Manager deamon Package\n yum:\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/wdhive-security | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/wdhive-security/tasks/main.yml",
"content": "---\n- include: princs.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "Ansible/cdh/roles/wdhive-security/tasks/princs.yml",
"content": "---\n- name: List principals... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | james-wandisco/tf_cloudera_fusion | b88bdf55416594c169ee24f17a42fae03b12c2cb | 0 | Ansible/cdh/roles/wdhive-security-clients | 343 | [
"no_license"
] | [
{
"path": "Ansible/cdh/roles/wdhive-security-clients/tasks/main.yml",
"content": "---\n- include: fetch.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "Ansible/cdh/roles/wdhive-security-clients/tasks/fetch.yml",
"content": "---\n- name: F... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | ssag-cs/solstice-crypto | 70e67cb5383b4f2b4a9b71361d8253586eae80fa | 0 | solstice/roles/solana | 343 | [
"no_license"
] | [
{
"path": "solstice/roles/solana/defaults/main.yml",
"content": "---\n# <solana_username> is the non-root user under which daemon will operate\nsolana_username: solana\n\n# <solana_force_update> force the installer to resinstall the same version and overwrite the existing configuration\nsolana_force_update:... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 19499,
"all_permissive": false
} |
ansible_role | ssag-cs/solstice-crypto | 70e67cb5383b4f2b4a9b71361d8253586eae80fa | 0 | solstice/roles/sui | 343 | [
"no_license"
] | [
{
"path": "solstice/roles/sui/tasks/pre-compiled.yml",
"content": "---\n- name: \"Download & Extract\"\n ansible.builtin.unarchive:\n src: \"https://github.com/MystenLabs/sui/releases/download/{{ sui_version }}/sui-{{ sui_version }}-{{ ansible_distribution }}-{{ ansible_architecture }}.tgz\"\n dest: ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 11193,
"all_permissive": false
} |
ansible_role | ssag-cs/solstice-crypto | 70e67cb5383b4f2b4a9b71361d8253586eae80fa | 0 | solstice/roles/walrus | 343 | [
"no_license"
] | [
{
"path": "solstice/roles/walrus/handlers/main.yml",
"content": "---\n- name: Restart Walrus Service\n ansible.builtin.systemd_service:\n name: walrusd\n state: restarted\n daemon_reload: true\n enabled: true\n when: walrus_existing_binary_check.stat.exists # if binary didn't exist, it's a new... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6923,
"all_permissive": false
} |
ansible_role | vladkinerwork/ansible_k8s_project | 411e8343e258ab00ea5b26bd6df9a72036709667 | 0 | roles/redis | 343 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/secret.yaml",
"content": "---\n\n- name: Create Redis Secret\n kubernetes.core.k8s:\n definition:\n apiVersion: v1\n kind: Secret\n metadata:\n namespace: \"{{ namespace_name }}\"\n name: \"{{ database_name }}-secret\"\n data:\n redis... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4809,
"all_permissive": false
} |
ansible_role | ezulex/devops | 067782a25b9d224ebe38bc73299bebba209cd1a3 | 0 | hw_9_java_deploy_ansible_with_roles/roles/build | 343 | [
"no_license"
] | [
{
"path": "hw_9_java_deploy_ansible_with_roles/roles/build/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\nrepo_url: https://github.com/boxfuse/boxfuse-sample-java-war-hello.git\nrepo_dest: /opt/hello-war\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 646,
"all_permissive": false
} |
ansible_role | ezulex/devops | 067782a25b9d224ebe38bc73299bebba209cd1a3 | 0 | hw_9_java_deploy_ansible_with_roles/roles/deploy | 343 | [
"no_license"
] | [
{
"path": "hw_9_java_deploy_ansible_with_roles/roles/deploy/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n- name: Ensure Tomcat is installed\n apt:\n name: tomcat9\n state: present\n\n- name: Ensure Tomcat service is enabled and started\n systemd:\n name: tomcat9\n enabled... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 625,
"all_permissive": false
} |
ansible_role | Yamini208/DevOps_Assessment_Task | 45aecead9de3c5cababb98418dfc1290ba47828c | 0 | ansible/roles/docker | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Install Docker\n apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: Install Docker Compose\n get_url:\n url: https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64\n dest: /us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | Yamini208/DevOps_Assessment_Task | 45aecead9de3c5cababb98418dfc1290ba47828c | 0 | ansible/roles/nginx | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install NGINX\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Copy NGINX config\n copy:\n src: ../../../../nginx/default.conf\n dest: /etc/nginx/sites-available/default\n notify: Restart nginx\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | Yamini208/DevOps_Assessment_Task | 45aecead9de3c5cababb98418dfc1290ba47828c | 0 | ansible/roles/yii2-deploy | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/yii2-deploy/tasks/main.yml",
"content": "- name: Initialize Docker Swarm\n shell: docker swarm init || true\n\n- name: Create external Docker network\n shell: docker network create --driver overlay app-net || true\n\n- name: Deploy Yii2 App\n shell: docker service create --name y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | creig-with-an-E/Burger-Artisan | fe3155c7072c0b9511fc98f5d013d34b39bc8fe2 | 0 | ansible/roles/build | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/build/templates/index.html.j2",
"content": "<!DOCTYPE html>\n<html lang=\"en\" prefix=\"og: http://ogp.me/ns#\">\n <head>\n <meta charset=\"utf-8\" />\n <!-- <link rel=\"shortcut icon\" href=\"favicon.ico\" /> -->\n <meta name=\"viewport\" content=\"width=device-width, ini... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2094,
"all_permissive": false
} |
ansible_role | creig-with-an-E/Burger-Artisan | fe3155c7072c0b9511fc98f5d013d34b39bc8fe2 | 0 | ansible/roles/localize_sources | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/localize_sources/tasks/main.yml",
"content": "---\n- name: Create temp dir\n file: path={{ansible_temp}} state=directory mode=0755\n\n- name: Check for fresh repo source\n file:\n path: '{{ ansible_temp }}/{{ repo_name }}'\n state: absent\n\n- name: Fetch git upstream\n git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | creig-with-an-E/Burger-Artisan | fe3155c7072c0b9511fc98f5d013d34b39bc8fe2 | 0 | ansible/roles/s3_publish | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/s3_publish/tasks/main.yml",
"content": "---\n\n- name: Get unix timestamp\n set_fact: deploy_timestamp=\"{{ansible_date_time.epoch}}\"\n\n- name: Show timestamp\n debug:\n var: deploy_timestamp\n\n- name: Upload to versioned path\n s3_sync:\n aws_access_key: '{{ aws_access_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | usmangt/ansible-works | 1d722d40346b0ed84e296e5720a89c40c4387e3e | 1 | mean-stack/roles/mongodb | 341 | [
"no_license"
] | [
{
"path": "mean-stack/roles/mongodb/vars/main.yml",
"content": "---\n# vars file for mongodb\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "mean-stack/roles/mongodb/tasks/main.yml",
"content": "---\n# tasks file for mongodb\n\n- include_va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1306,
"all_permissive": false
} |
ansible_role | felipedsnt/projeto-k8s-cluster | 0f58237872456b874c7b9aed7f1d67e42f2f970c | 1 | deploy-app-v2/roles/deploy-app-v2 | 341 | [
"no_license"
] | [
{
"path": "deploy-app-v2/roles/deploy-app-v2/tasks/deploy-app-v2.yml",
"content": "\n- name: Instalando o pip\n apt:\n name:\n - python-pip\n\n- name: Instalando dependencias dos modulos do k8s\n pip:\n name:\n - openshift\n - PyYAML\n\n- name: Copiando o arquivo de deployment da app ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1012,
"all_permissive": false
} |
ansible_role | felipedsnt/projeto-k8s-cluster | 0f58237872456b874c7b9aed7f1d67e42f2f970c | 1 | provisioning/roles/criando-instancias | 341 | [
"no_license"
] | [
{
"path": "provisioning/roles/criando-instancias/tasks/provisioning.yml",
"content": "- name: Criando o Sec Group\n local_action:\n module: ec2_group\n name: \"{{ sec_group_name }}\"\n description: sg giropops\n profile: \"{{ profile }}\"\n region: \"{{ region }}\"\n rules:\n - proto: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1869,
"all_permissive": false
} |
ansible_role | shamvamshi/ansible-roboshop-roles | 4a692f11d3202e12437e5a58706164c9c53f8b5c | 0 | roles/catalogue | 341 | [
"no_license"
] | [
{
"path": "roles/catalogue/vars/main.yaml",
"content": "MONGODB_HOST: mongodb.shamrobos.site",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/catalogue/tasks/main.yaml",
"content": "- name: app setup\n include_role: \n name: common\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1158,
"all_permissive": false
} |
ansible_role | shamvamshi/ansible-roboshop-roles | 4a692f11d3202e12437e5a58706164c9c53f8b5c | 0 | roles/common | 341 | [
"no_license"
] | [
{
"path": "roles/common/tasks/python.yaml",
"content": "- name: install python3 packages\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: installed\n loop: \n - python3 \n - gcc \n - python3-devel\n\n- name: download the dependencies\n ansible.builtin.pip:\n requirements: requirements.t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1044,
"all_permissive": false
} |
ansible_role | shamvamshi/ansible-roboshop-roles | 4a692f11d3202e12437e5a58706164c9c53f8b5c | 0 | roles/frontend | 341 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yaml",
"content": "- name: disable default nginx\n ansible.builtin.command: dnf module disable nginx -y \n\n- name: enable nginx\n ansible.builtin.command: dnf module enable nginx:1.24 -y\n\n- name: install nginx\n ansible.builtin.dnf:\n name: nginx\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1525,
"all_permissive": false
} |
ansible_role | Essensa/public | 3868fc50962a5b4ee512898a4eee204e50f48292 | 1 | ansible/roles/docker | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/handlers/main.yml",
"content": "---\n - name: docker start\n service: name=docker state=started\n\n - name: docker restart\n service: name=docker state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | Essensa/public | 3868fc50962a5b4ee512898a4eee204e50f48292 | 1 | ansible/roles/firewalld | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/firewalld/tasks/main.yml",
"content": "---\n - name: Add Firewall Repository\n copy: src=/etc/yum.repos.d/ dest=/etc/yum.repos.d/ owner=root group=root\n register: repos\n\n - name: Install Firewall\n yum: pkg=firewalld state=latest\n when: repos|success\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | Essensa/public | 3868fc50962a5b4ee512898a4eee204e50f48292 | 1 | ansible/roles/httpd | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/httpd/tasks/main.yml",
"content": "---\n - name: Add http Repository\n copy: src=/etc/yum.repos.d/ dest=/etc/yum.repos.d/ owner=root group=root\n register: repos\n\n - name: Install httpd\n yum: pkg=httpd state=latest\n when: repos|success\n register: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | Essensa/public | 3868fc50962a5b4ee512898a4eee204e50f48292 | 1 | ansible/roles/nginx | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n - name: Add Nginx Repository\n copy: src=/etc/yum.repos.d/ dest=/etc/yum.repos.d/ owner=root group=root\n register: repos\n\n - name: Install Nginx\n yum: pkg=nginx state=latest\n when: repos|success\n register:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | enzog-r/UTNFRA_SO_2do_Parcial_Galvan_Rodriguez | d0bafe77b73c898323307ca646f0f95c05486655 | 0 | 202406/ansible/roles/2do_parcial | 341 | [
"no_license"
] | [
{
"path": "202406/ansible/roles/2do_parcial/tasks/main.yml",
"content": "---\n# tasks file for 2do_parcial\n\n- debug:\n msg: \"Tareas del 2do Parcial\"\n\n- name: \"Crear directorios en /tmp/\"\n file:\n path: \"/tmp/2do_parcial/{{ item }}\"\n state: directory\n mode: '0775'\n recurse: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1073,
"all_permissive": false
} |
ansible_role | Mosibi/mosibi-rke2 | 62dbf17144f6e7ef5ec7941a70ca97d8c7147fb1 | 0 | prepare-nodes/roles/generate-cilium-config | 341 | [
"permissive"
] | [
{
"path": "prepare-nodes/roles/generate-cilium-config/templates/rke2-cilium-config.yaml.j2",
"content": "---\napiVersion: helm.cattle.io/v1\nkind: HelmChartConfig\nmetadata:\n name: rke2-cilium\n namespace: kube-system\nspec:\n valuesContent: |-\n kubeProxyReplacement: strict\n k8sServiceHost: {{ k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1275,
"all_permissive": true
} |
ansible_role | Mosibi/mosibi-rke2 | 62dbf17144f6e7ef5ec7941a70ca97d8c7147fb1 | 0 | prepare-nodes/roles/upgrade-kernel | 341 | [
"permissive"
] | [
{
"path": "prepare-nodes/roles/upgrade-kernel/tasks/upgrade_kernel.yml",
"content": "---\n- name: elrepo yum repo\n yum_repository:\n name: elrepo\n description: 'ELRepo.org Community Enterprise Linux Repository'\n baseurl:\n - http://elrepo.org/linux/elrepo/el{{ ansible_distribution_major_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2581,
"all_permissive": true
} |
ansible_role | Mosibi/mosibi-rke2 | 62dbf17144f6e7ef5ec7941a70ca97d8c7147fb1 | 0 | rke2-ansible/roles/testing | 341 | [
"permissive"
] | [
{
"path": "rke2-ansible/roles/testing/tasks/troubleshooting.yml",
"content": "---\n\n- name: Show journalctl -e\n command: >-\n journalctl -e --lines 200 --no-pager\n changed_when: false\n register: command_output\n tags:\n - troubleshooting\n ignore_errors: true\n\n- name: Show journalctl -e\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 976,
"all_permissive": true
} |
ansible_role | aleksandrmironov/sa | 6c218e38a809cf7aadb185c8733ae8354ca810f6 | 0 | baking/ami/django_env/roles/docker | 341 | [
"no_license"
] | [
{
"path": "baking/ami/django_env/roles/docker/defaults/main.yml",
"content": "---\n# defaults file for docker\ndocker_keyserver: 'hkp://p80.pool.sks-keyservers.net:80'\ndocker_keyid: '<KEY>'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "baking... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | IvanciniGT/cursoDevops | bbdf04ec872a43f53d5a6a3978fbd93076172bc2 | 1 | ansible/roles/firewallPorts | 341 | [
"no_license"
] | [
{
"path": "ansible/roles/firewallPorts/tasks/firewall/firewalld.yaml",
"content": "- name: Asegurarme que los puertos están abiertos en firewalld\n firewalld:\n port: \"{{ item.port }}/{{ item.protocol }}\"\n permanent: yes\n state: enabled\n loop: \"{{ ports }}\"\n become: T... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2134,
"all_permissive": false
} |
ansible_role | MIAJ-TECH/Projects | b3e9268a7a24ded828de86aeffdd2cff3169d617 | 1 | NA-NS-01/Ansible/roles/setup_bind | 341 | [
"no_license"
] | [
{
"path": "NA-NS-01/Ansible/roles/setup_bind/templates/named.conf.local.j2",
"content": "zone \"{{ setup_bind_domain }}\" IN {\n type master;\n file \"/etc/bind/zones/db.{{ setup_bind_domain }}\";\n allow-update { key rndc-key; };\n};\n\nzone \"{{ setup_bind_rev_domain }}\" IN {\n type master;\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4355,
"all_permissive": false
} |
ansible_role | solistz/ansible_wp | b6d7406b4e050683c5d5e6481c73f78ed810c01a | 0 | roles/ssh_access | 341 | [
"no_license"
] | [
{
"path": "roles/ssh_access/tasks/ssh.yml",
"content": "---\n- name: Ensure SSH daemon is running.\n service:\n name: \"{{ security_sshd_name }}\"\n state: \"{{ security_sshd_state }}\"\n\n- name: sshd_config\n template:\n src: sshd_config.j2\n dest: \"{{ security_ssh_config_path }}\"\n own... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1130,
"all_permissive": false
} |
ansible_role | solistz/ansible_wp | b6d7406b4e050683c5d5e6481c73f78ed810c01a | 0 | roles/wp | 341 | [
"no_license"
] | [
{
"path": "roles/wp/tasks/main.yml",
"content": "---\n- import_tasks: ping.yml\n#- import_tasks: upd.yml\n#- import_tasks: apt.yml\n#- import_tasks: apache.yml\n#- import_tasks: mysql.yml\n#- import_tasks: wordpress.yml\n#- import_tasks: ca_copy.yml\n#- import_tasks: cp_conf.yml\n",
"license_type": "no_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4310,
"all_permissive": false
} |
ansible_role | solistz/ansible_wp | b6d7406b4e050683c5d5e6481c73f78ed810c01a | 0 | roles/wpnginx | 341 | [
"no_license"
] | [
{
"path": "roles/wpnginx/tasks/phpv.yml",
"content": "---\n- name: Отримати версію PHP\n shell: php -v | grep -oP '^PHP \\K[0-9]+\\.[0-9]+' | head -1\n register: php_version_output\n\n- name: Встановити змінну php_version\n set_fact:\n php_version: \"{{ php_version_output.stdout }}\"\n\n- name: Вивест... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3110,
"all_permissive": false
} |
ansible_role | mjmcfalls/ansible | 93e7f4065331f372c0854c2169ddd2474bacce6e | 0 | roles/ansible_tower_aws_demo/roles/installHttpd | 341 | [
"no_license"
] | [
{
"path": "roles/ansible_tower_aws_demo/roles/installHttpd/tasks/main.yml",
"content": "---\n- name: install HTTPD via yum\n include_tasks: install_httpd.yml\n- name: Pull webpage from AWS S3\n include_tasks: get_www.yml\n- name: Enable and start httpd\n include_tasks: enable_httpd.yml\n\n",
"license... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 513,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.