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 | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part16-nginx-install/roles/nginx | 7,812 | [
"no_license"
] | [
{
"path": "part16-nginx-install/roles/nginx/handlers/main.yml",
"content": "---\n# handlers file for nginx\n- name: restart nginx\n service:\n name: \"{{ service }}\"\n state: restarted\n\n- name: restart firewall\n service:\n name: firewalld\n state: restarted\n",
"license_type": "no_lice... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1930,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part16-nginx-install/roles/pre-install | 7,812 | [
"no_license"
] | [
{
"path": "part16-nginx-install/roles/pre-install/vars/main.yml",
"content": "---\n# vars file for pre-install\npackages:\n - epel-release\n - vim\n - nano\n - unzip\n - tree\n - wget\n - curl\nshekan_dns:\n - nameserver 172.16.58.3\n - nameserver 172.16.58.3\n",
"license_type": "no_license",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 1953,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part17-mattermost-install/provision/roles/mattermost | 7,812 | [
"no_license"
] | [
{
"path": "part17-mattermost-install/provision/roles/mattermost/vars/main.yml",
"content": "mysql_root_new_password: \"<PASSWORD>!\"\nmysql_user: \"root\"\nmysql_mattermost_database: \"mattermost\"\nmysql_mattermost_user: \"mmuser\"\nmysql_mattermost_password: \"<PASSWORD>!\"\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3909,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part25-setup-nfs-server/roles/nfs_client | 7,812 | [
"no_license"
] | [
{
"path": "part25-setup-nfs-server/roles/nfs_client/tasks/main.yaml",
"content": "---\n- name: Installation for client\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - firewalld\n - nfs-common\n\n\n- name: Enable and Start Services\n service:\n name: \"{{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1200,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part25-setup-nfs-server/roles/nfs_server | 7,812 | [
"no_license"
] | [
{
"path": "part25-setup-nfs-server/roles/nfs_server/tasks/main.yaml",
"content": "---\n- name: Installation for server\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - firewalld\n - nfs-kernel-server\n when: server_role == 'nfsserver'\n\n\n- name: Enable and Start Se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part26-apache-install/roles/apache | 7,812 | [
"no_license"
] | [
{
"path": "part26-apache-install/roles/apache/tasks/main.yml",
"content": "---\n\n- ansible.builtin.include_tasks:\n preinstall.yml\n- ansible.builtin.include_tasks:\n install_apache.yml\n- ansible.builtin.include_tasks:\n upload_file.yml\n- ansible.builtin.include_tasks:\n ../handlers/main.yml"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part26-apache-install/roles/firewall | 7,812 | [
"no_license"
] | [
{
"path": "part26-apache-install/roles/firewall/handlers/main.yml",
"content": "---\n\n- name: restart iptables\n ansible.builtin.service:\n name: \"{{firewall}}\"\n enabled: yes\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 864,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part30-ssl-certification-with-nginx/roles/activation | 7,812 | [
"no_license"
] | [
{
"path": "part30-ssl-certification-with-nginx/roles/activation/tasks/main.yml",
"content": "\n- name: Create a letsencrypt directory if it does not exist\n ansible.builtin.file:\n path: \"{{item}}\"\n state: directory\n owner: root\n group: root\n mode: u=rwx,g=rx,o=rx\n loop:\n - /var/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3832,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part30-ssl-certification-with-nginx/roles/validation | 7,812 | [
"no_license"
] | [
{
"path": "part30-ssl-certification-with-nginx/roles/validation/tasks/main.yml",
"content": "\n- name: Create a challenge for validation step\n community.crypto.acme_certificate:\n account_key_src: \"{{letsencrypt_account_key}}\"\n account_email: \"{{ acme_account_email }}\"\n src: \"{{letsencrypt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | devopshobbies/ansible-templates | 63f0f987933074d2d880adf36605c3758e90145c | 161 | part32-testing-ansible-molecule/roles/nginx | 7,812 | [
"no_license"
] | [
{
"path": "part32-testing-ansible-molecule/roles/nginx/molecule/default/tests/test_service.py",
"content": "def test_nginx_config_existence(host):\n nginx = host.file(\"/etc/nginx/nginx.conf\")\n assert nginx.exists\n\ndef test_nginx_installed(host):\n nginx = host.package(\"nginx\")\n assert ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1100,
"all_permissive": false
} |
ansible_role | steve-dill/ocp4-disconnected-collection | 6ee0f3e610cf82294ad4d680c353fd8c49d8d804 | 0 | roles/agent_iso | 7,812 | [
"no_license"
] | [
{
"path": "roles/agent_iso/README.md",
"content": "# WORK IN PROGRESS!\n## Folder Structure\n```\nagent_iso/\n├── defaults/\n│ └── main.yml # Default variables for agent ISO creation\n├── handlers/\n│ └── main.yml # Handlers triggered by agent ISO tasks\n├── meta/\n│ ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 12317,
"all_permissive": false
} |
ansible_role | steve-dill/ocp4-disconnected-collection | 6ee0f3e610cf82294ad4d680c353fd8c49d8d804 | 0 | roles/apply_icsp | 7,812 | [
"no_license"
] | [
{
"path": "roles/apply_icsp/tasks/mirror-v1.yml",
"content": "---\n- name: Find all result directories in oc-mirror-workspace\n ansible.builtin.find:\n paths: \"{{ playbook_dir }}/oc-mirror-workspace\"\n file_type: directory\n patterns: \"results-*\"\n register: result_dirs\n\n- name: Search for ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2510,
"all_permissive": false
} |
ansible_role | steve-dill/ocp4-disconnected-collection | 6ee0f3e610cf82294ad4d680c353fd8c49d8d804 | 0 | roles/common | 7,812 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Ensure required packages are installed\n ansible.builtin.package:\n name: nmstate,openssl,httpd-tools,podman,git,python3-jmespath,coreos-installer ## Variablize pls common_packages: (Maybe add extra packages var?)\n state: present\n become... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 21589,
"all_permissive": false
} |
ansible_role | steve-dill/ocp4-disconnected-collection | 6ee0f3e610cf82294ad4d680c353fd8c49d8d804 | 0 | roles/day1_automation | 7,812 | [
"no_license"
] | [
{
"path": "roles/day1_automation/tasks/main.yml",
"content": "---\n# tasks file for day1_automation\n- name: Set fact for {{ common_ip_space }} IPv4 address\n set_fact:\n ipv4_address: \"{{ ansible_all_ipv4_addresses | select('match', '^' + common_ip_space + '\\\\.') | list }}\"\n when: ipv4_address is... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1379,
"all_permissive": false
} |
ansible_role | steve-dill/ocp4-disconnected-collection | 6ee0f3e610cf82294ad4d680c353fd8c49d8d804 | 0 | roles/git | 7,812 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "- name: Generate RSA ssh keys\n community.crypto.openssh_keypair:\n path: \"{{ common_ssh_key }}\"\n size: 2048\n type: rsa\n state: present\n\n- name: Create git user\n ansible.builtin.user:\n name: git\n shell: /bin/bash\n home: /hom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2538,
"all_permissive": false
} |
ansible_role | steve-dill/ocp4-disconnected-collection | 6ee0f3e610cf82294ad4d680c353fd8c49d8d804 | 0 | roles/media_share | 7,812 | [
"no_license"
] | [
{
"path": "roles/media_share/README.md",
"content": "# WORK IN PROGRESS!\n## Folder Structure\n```\nmedia_share/\n├── defaults/\n│ └── main.yml # Default variables for media share configuration\n├── meta/\n│ └── main.yml # Metadata for dependencies and role information\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4575,
"all_permissive": false
} |
ansible_role | steve-dill/ocp4-disconnected-collection | 6ee0f3e610cf82294ad4d680c353fd8c49d8d804 | 0 | roles/mirror_content | 7,812 | [
"no_license"
] | [
{
"path": "roles/mirror_content/templates/operators.yml.j2",
"content": "kind: ImageSetConfiguration\n{% if mirror_content_oc_mirror_v2 | bool %}\napiVersion: mirror.openshift.io/v2alpha1\n{% else %}\napiVersion: mirror.openshift.io/v1alpha2\n{% endif %}\nmirror:\n operators:\n{% for index_dict in content_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6975,
"all_permissive": false
} |
ansible_role | steve-dill/ocp4-disconnected-collection | 6ee0f3e610cf82294ad4d680c353fd8c49d8d804 | 0 | roles/monitor_deployment | 7,812 | [
"no_license"
] | [
{
"path": "roles/monitor_deployment/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - monitor_deployment\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/monitor_deployment/vars/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1774,
"all_permissive": false
} |
ansible_role | steve-dill/ocp4-disconnected-collection | 6ee0f3e610cf82294ad4d680c353fd8c49d8d804 | 0 | roles/registry | 7,812 | [
"no_license"
] | [
{
"path": "roles/registry/defaults/main.yml",
"content": "registry_pod_name: registry\n#common_registry_volume: /pods/registry\nregistry_username: openshift\nregistry_password: <PASSWORD>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "roles/regis... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 11160,
"all_permissive": false
} |
ansible_role | steve-dill/ocp4-disconnected-collection | 6ee0f3e610cf82294ad4d680c353fd8c49d8d804 | 0 | roles/worker_iso | 7,812 | [
"no_license"
] | [
{
"path": "roles/worker_iso/tasks/main.yml",
"content": "---\n- name: Set fact for {{ common_ip_space }} IPv4 address\n set_fact:\n ipv4_address: \"{{ ansible_all_ipv4_addresses | select('match', '^' + common_ip_space + '\\\\.') | list }}\"\n when: ipv4_address is undefined\n\n- name: Create cluster in... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8851,
"all_permissive": false
} |
ansible_role | srkondapalli08/Sitarami_Challenge | 39b797f7e78b61c379ae6e9c9086ce39f32a4ebf | 0 | AWS Infrastructure/roles/webserver | 7,812 | [
"no_license"
] | [
{
"path": "AWS Infrastructure/roles/webserver/templates/nginx.conf.j2",
"content": "events {\n worker_connections 1024;\n}\n\nhttp {\n server {\n listen 80;\n server_name example.com;\n location / {\n return 301 https://$host$request_uri;\n }\n }\n\n serve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1327,
"all_permissive": false
} |
ansible_role | osiefart/phantomjs-testserver | bdc39d3d022f98e0db7ac3c3f57a0f5e94201ebb | 0 | roles/casperjs | 7,812 | [
"no_license"
] | [
{
"path": "roles/casperjs/tasks/main.yml",
"content": "---\n\n# install packages\n- name: Install list of packages\n apt: pkg={{item}} state=installed\n with_items:\n - wget\n\n# install casperjs\n- command: wget https://github.com/n1k0/casperjs/zipball/1.1-beta3\n- unarchive: src=1.1-beta3 dest=/tmp c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 701,
"all_permissive": false
} |
ansible_role | osiefart/phantomjs-testserver | bdc39d3d022f98e0db7ac3c3f57a0f5e94201ebb | 0 | roles/phantomjs | 7,812 | [
"no_license"
] | [
{
"path": "roles/phantomjs/tasks/main.yml",
"content": "---\n\n# install packages\n- name: Install list of packages\n apt: pkg={{item}} state=installed\n with_items:\n - build-essential\n - g++\n - flex\n - bison\n - gperf\n - ruby\n - perl\n - libsqlite3-dev\n - libfontconfig1-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | tienthuan1412/uda-devops-lab3 | 0b583f332601384ce812031b67466f3d376280c4 | 0 | .circleci/ansible/roles/deploy | 7,812 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: extract artifact\n become: yes\n unarchive:\n src: files/artifact.tar.gz\n dest: .\n\n- name: start app\n become: yes\n shell: |\n pm2 delete all\n pm2 start npm -- start",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 188,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/alacritty | 7,812 | [
"no_license"
] | [
{
"path": "roles/alacritty/files/alacritty.toml",
"content": "import = [\"~/.config/alacritty/catppuccin-mocha.toml\"]\n\nlive_config_reload = true\n\n[env]\ntime = \"screen-256color\"\n\n[window]\npadding.x = 4\npadding.y = 4\ndecorations = \"buttonless\"\nopacity = 1.0\n\n[font]\nnormal.family = \"Anonymi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1305,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/bat | 7,812 | [
"no_license"
] | [
{
"path": "roles/bat/tasks/main.yml",
"content": "- name: Install and configure bat\n block:\n - name: Install bat with homebrew\n community.general.homebrew:\n name: bat\n state: present\n\n - name: Create bat themes directory\n ansible.builtin.file:\n path: ~/.config/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/discord | 7,812 | [
"no_license"
] | [
{
"path": "roles/discord/tasks/main.yml",
"content": "- name: Install and configure discord\n block:\n - name: Install discord with homebrew\n community.general.homebrew:\n name: discord\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/docker | 7,812 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Install and configure docker\n block:\n - name: Install docker with homebrew\n community.general.homebrew:\n name: homebrew/cask/docker\n state: present\n\n - name: Install lazydocker with homebrew\n community.genera... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/dotnet | 7,812 | [
"no_license"
] | [
{
"path": "roles/dotnet/tasks/main.yml",
"content": "- name: Install and configure dotnet\n block:\n - name: Install dotnet with homebrew\n community.general.homebrew:\n name: homebrew/cask/dotnet-sdk\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/fastfetch | 7,812 | [
"no_license"
] | [
{
"path": "roles/fastfetch/tasks/main.yml",
"content": "- name: Install and configure fastfetch\n block:\n - name: Install fastfetch with homebrew\n community.general.homebrew:\n name: fastfetch\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/fonts | 7,812 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "- name: Install fonts\n block:\n - name: Install Terminess TTF Nerd font\n community.general.homebrew:\n name: font-terminess-ttf-nerd-font\n state: present\n\n - name: Install Anonymice Nerd Font\n community.general.homebrew... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/fzf | 7,812 | [
"no_license"
] | [
{
"path": "roles/fzf/tasks/main.yml",
"content": "- name: Install and configure fzf\n block:\n - name: Install fzf with homebrew\n community.general.homebrew:\n name: fzf\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/git | 7,812 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "- name: Install and configure git\n block:\n - name: Install git with homebrew\n community.general.homebrew:\n name: git\n state: present\n\n - name: Create gitconfig symlink\n ansible.builtin.file:\n src: \"{{ role_path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1736,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/golang | 7,812 | [
"no_license"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "- name: Install and configure golang\n block:\n - name: Install golang with homebrew\n community.general.homebrew:\n name: go\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 161
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/httpie | 7,812 | [
"no_license"
] | [
{
"path": "roles/httpie/tasks/main.yml",
"content": "- name: Install and configure httpie\n block:\n - name: Install httpie with homebrew\n community.general.homebrew:\n name: homebrew/cask/httpie\n state: present\n\n - name: Install httpie-cli with homebrew\n community.genera... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/lsd | 7,812 | [
"no_license"
] | [
{
"path": "roles/lsd/tasks/main.yml",
"content": "- name: Install and configure lsd\n block:\n - name: Install lsd with homebrew\n community.general.homebrew:\n name: lsd\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/lua | 7,812 | [
"no_license"
] | [
{
"path": "roles/lua/tasks/main.yml",
"content": "- name: Install and configure lua\n block:\n - name: Install lua with homebrew\n community.general.homebrew:\n name: lua\n state: present\n\n - name: Install luarocks with homebrew\n community.general.homebrew:\n name: l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/macos | 7,812 | [
"no_license"
] | [
{
"path": "roles/macos/tasks/main.yml",
"content": "- name: Configure macOS defaults\n block:\n - name: Enable browsing all network interfaces\n community.general.osx_defaults:\n domain: com.apple.NetworkBrowser\n key: BrowseAllInterfaces\n type: bool\n value: true\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1807,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/neovim | 7,812 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "- name: Install and configure neovim\n block:\n - name: Install neovim with homebrew\n community.general.homebrew:\n name: neovim\n state: present\n\n - name: Create neovim configuration directory\n ansible.builtin.file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 17827,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/node | 7,812 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "- name: Install and configure node\n block:\n - name: Check if nvm is already installed\n ansible.builtin.stat:\n path: \"{{ ansible_env.HOME }}/.nvm\"\n register: nvm_installed\n\n - name: Install nvm\n ansible.builtin.get_url:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/raycast | 7,812 | [
"no_license"
] | [
{
"path": "roles/raycast/tasks/main.yml",
"content": "- name: Install and configure raycast\n block:\n - name: Install raycast with homebrew\n community.general.homebrew:\n name: raycast\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/rust | 7,812 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "- name: Install and configure rust\n block:\n - name: Install rustup-init with homebrew\n community.general.homebrew:\n name: rustup-init\n state: present\n\n - name: Run rustup-init\n ansible.builtin.shell: >\n rustup-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/starship | 7,812 | [
"no_license"
] | [
{
"path": "roles/starship/tasks/main.yml",
"content": "- name: Install and configure starship\n block:\n - name: Install starship with homebrew\n community.general.homebrew:\n name: starship\n state: present\n - name: Create starship config file symlink\n ansible.builtin.file:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/tmux | 7,812 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "- name: Install and configure tmux\n block:\n - name: Install tmux with homebrew\n community.general.homebrew:\n name: tmux\n state: present\n\n - name: Ensure tmux configuration directory exists\n ansible.builtin.file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3589,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/vs-code | 7,812 | [
"no_license"
] | [
{
"path": "roles/vs-code/tasks/main.yml",
"content": "- name: Install and configure vs-code\n block:\n - name: Install vs-code with homebrew\n community.general.homebrew:\n name: visual-studio-code\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/whatsapp | 7,812 | [
"no_license"
] | [
{
"path": "roles/whatsapp/tasks/main.yml",
"content": "- name: Install and configure whatsapp\n block:\n - name: Install whatsapp with homebrew\n community.general.homebrew:\n name: whatsapp\n state: present\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": 171,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/yabai | 7,812 | [
"no_license"
] | [
{
"path": "roles/yabai/tasks/main.yml",
"content": "- name: Install and configure yabai\n block:\n - name: Tap koekeishiya/formulae\n ansible.builtin.command: brew tap koekeishiya/formulae\n\n - name: Install yabai with homebrew\n community.general.homebrew:\n name: koekeishiya/formu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/yazi | 7,812 | [
"no_license"
] | [
{
"path": "roles/yazi/tasks/main.yml",
"content": "- name: Install and configure yazi\n block:\n - name: Install yazi with homebrew\n community.general.homebrew:\n name: yazi\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 159
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/zoxide | 7,812 | [
"no_license"
] | [
{
"path": "roles/zoxide/tasks/main.yml",
"content": "- name: Install and configure zoxide\n block:\n - name: Install zoxide with homebrew\n community.general.homebrew:\n name: zoxide\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | ahmtsen/dotfiles | 115ea4ae90431a71d527eb0e19e8068dbc8a5659 | 0 | roles/zsh | 7,812 | [
"no_license"
] | [
{
"path": "roles/zsh/files/.zprofile",
"content": "# Description: Load Homebrew's shell environment\neval \"$(/opt/homebrew/bin/brew shellenv)\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/zsh/files/.zshrc",
"content": "source ~/.anti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4775,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/cluster-adjuster | 7,812 | [
"no_license"
] | [
{
"path": "roles/cluster-adjuster/templates/cluster_autoscaler.yml.j2",
"content": "- apiVersion: autoscaling.openshift.io/v1\n kind: ClusterAutoscaler\n metadata:\n name: default\n spec:\n podPriorityThreshhold: -10\n resourceLimits:\n maxNodesTotal: {{ cluster_max_nodes_total|int }}\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8525,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/codeready-workspaces | 7,812 | [
"no_license"
] | [
{
"path": "roles/codeready-workspaces/tasks/hotload_user.yml",
"content": "---\n- name: Get a fresh CodeReady SSO admin token\n uri:\n url: '{{ keycloak_url }}/auth/realms/master/protocol/openid-connect/token'\n validate_certs: false\n method: POST\n body:\n username: \"{{ sso_admin_user }... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 11527,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/devsecops | 7,812 | [
"no_license"
] | [
{
"path": "roles/devsecops/defaults/main.yml",
"content": "---\ndeploy_quay: true\ndeploy_gitea: true\ndeploy_sonarqube: true\ndeploy_nexus: true\ndeploy_crw: true\ndeploy_pipeline: true\ndeploy_workshop: true\ndeploy_rocketchat: true\ndeploy_username_distribution: true\n\npipeline_style: tekton\n",
"li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3217,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/gitea | 7,812 | [
"no_license"
] | [
{
"path": "roles/gitea/templates/tokens.yml.j2",
"content": "{% for line in gitea_users.stdout_lines %}{% if line.startswith('token ') %}\n- username: {{ line.split(' ')[1] }}\n token: {{ line.split(' ')[2] }}\n{% endif %}{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6435,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/jenkins | 7,812 | [
"no_license"
] | [
{
"path": "roles/jenkins/templates/jenkins_config.yml.j2",
"content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: jenkins-configuration-as-code\ndata:\n configuration-as-code.yaml: |\n jenkins:\n clouds:\n - kubernetes:\n name: openshift\n serverUrl: \"https://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 23666,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/nexus | 7,812 | [
"no_license"
] | [
{
"path": "roles/nexus/defaults/main.yml",
"content": "---\nnexus_project_name: devsecops\nnexus_project_display: DevSecOps Common Resources\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/nexus/templates/nexus.yml.j2",
"content": "# Op... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7128,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/openshift-installer | 7,812 | [
"no_license"
] | [
{
"path": "roles/openshift-installer/tasks/main.yml",
"content": "---\n- name: Ensure that the cluster tmp directory exists\n file:\n path: '{{ tmp_dir }}'\n state: directory\n\n- import_tasks: download.yml\n- import_tasks: prep.yml\n- import_tasks: install.yml\n\n- include_tasks: letsencrypt.yml\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9437,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/quay | 7,812 | [
"no_license"
] | [
{
"path": "roles/quay/templates/quay.yml.j2",
"content": "# Base namespace for creation of operator\n- apiVersion: v1\n kind: Namespace\n metadata:\n labels:\n openshift.io/cluster-monitoring: \"true\"\n name: quay-enterprise\n spec: {}\n\n# OperatorGroup for OLM configuration\n- apiVersion: o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3609,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/redhatgov-catalog | 7,812 | [
"no_license"
] | [
{
"path": "roles/redhatgov-catalog/templates/catalog-source.yml.j2",
"content": "---\napiVersion: operators.coreos.com/v1alpha1\nkind: CatalogSource\nmetadata:\n name: redhatgov-operators\n namespace: openshift-marketplace\nspec:\n sourceType: grpc\n image: {{ naps_operator_index_image }}\n displayName... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/rocket-chat | 7,812 | [
"no_license"
] | [
{
"path": "roles/rocket-chat/templates/mongodb.yml.j2",
"content": "- kind: PersistentVolumeClaim\n apiVersion: v1\n metadata:\n name: rocketchat-mongodb\n labels:\n app: rocketchat\n spec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: 10Gi\n\n- kind... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11133,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/sonarqube | 7,812 | [
"no_license"
] | [
{
"path": "roles/sonarqube/templates/sonarqube-subscription.yml.j2",
"content": "\n# OperatorGroup for OLM configuration\n- apiVersion: operators.coreos.com/v1\n kind: OperatorGroup\n metadata:\n name: {{ sonarqube_project_name }}-operatorgroup\n namespace: {{ sonarqube_project_name }}\n spec:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4914,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/tekton | 7,812 | [
"no_license"
] | [
{
"path": "roles/tekton/tasks/main.yml",
"content": "---\n- name: Subscribe to openshift-pipelines-operator\n k8s:\n kubeconfig: '{{ kubeconfig }}'\n definition:\n apiVersion: operators.coreos.com/v1alpha1\n kind: Subscription\n metadata:\n name: openshift-pipelines-operator\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/tekton-pipeline | 7,812 | [
"no_license"
] | [
{
"path": "roles/tekton-pipeline/templates/tasks.yml.j2",
"content": "{% for username in workshop_users|json_query(\"[].username\") %}\n- apiVersion: tekton.dev/v1beta1\n kind: Task\n metadata:\n name: s2i-eap-7\n namespace: {{ username }}-cicd\n spec:\n params:\n - default: .\n descript... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 23098,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/username-distribution | 7,812 | [
"no_license"
] | [
{
"path": "roles/username-distribution/tasks/main.yml",
"content": "- name: Ensure namespace exists\n k8s:\n kubeconfig: '{{ kubeconfig }}'\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: '{{ username_distribution_project_name }}'\n annotations:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5672,
"all_permissive": false
} |
ansible_role | RedHatGov/devsecops-workshop-code | d516e352285cfff5937411b2c67cbdec11221f87 | 3 | roles/workshop-spawner | 7,812 | [
"no_license"
] | [
{
"path": "roles/workshop-spawner/tasks/main.yml",
"content": "---\n- name: Ensure namespace exists\n k8s:\n kubeconfig: '{{ kubeconfig }}'\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: '{{ workshop_spawner_project_name }}'\n annotations:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 15010,
"all_permissive": false
} |
ansible_role | pitoniak32/.ansible | d058e3ca6dd895af60cf88fd45599a09b7e68a74 | 0 | roles/dotfiles | 7,817 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "- name: Clone .dotfiles from github\n ansible.builtin.git:\n repo: https://github.com/pitoniak32/.dotfiles.git \n dest: \"{{ ansible_env.HOME }}/.dotfiles\"\n bare: true\n version: main\n\n- name: Remove .zshenv to allow checkout of .dotfil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | pitoniak32/.ansible | d058e3ca6dd895af60cf88fd45599a09b7e68a74 | 0 | roles/prep_for_dotfiles | 7,817 | [
"no_license"
] | [
{
"path": "roles/prep_for_dotfiles/tasks/gpg-personal.yml",
"content": "- include_vars:\n file: vars/personal.yml\n\n- name: Copy personal gpg secret key to new machine\n ansible.builtin.copy:\n content: '{{ vault_secret_gpg_personal }}'\n dest: './secret_gpg_personal.gpg'\n mode: '0644'\n\n- n... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4105,
"all_permissive": false
} |
ansible_role | pitoniak32/.ansible | d058e3ca6dd895af60cf88fd45599a09b7e68a74 | 0 | roles/programs | 7,817 | [
"no_license"
] | [
{
"path": "roles/programs/tasks/rust.yml",
"content": "- name: Check if cargo is installed\n shell: which cargo\n register: cargo_exists\n ignore_errors: true\n\n- name: Download Installer\n when: cargo_exists is failed\n get_url:\n url: https://sh.rustup.rs\n dest: /tmp/sh.rustup.rs\n mode: '... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2421,
"all_permissive": false
} |
ansible_role | pitoniak32/.ansible | d058e3ca6dd895af60cf88fd45599a09b7e68a74 | 0 | roles/zsh | 7,817 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "- name: Clone zsh-* repos into XDG_DATA_HOME\n ansible.builtin.git:\n repo: 'https://github.com/zsh-users/{{ item }}.git'\n dest: \"{{ ansible_env.XDG_DATA_HOME }}/zsh/{{ item }}\"\n version: master\n update: true\n loop:\n - \"zsh-autosugge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | secfilingsearcher/filing13F_searcher | 3591e88ecb36edeec1bc9da267d1a2bb74a25780 | 0 | ansible/roles/api | 7,817 | [
"no_license"
] | [
{
"path": "ansible/roles/api/tasks/main.yml",
"content": "---\n- name: \"Install all required dependencies\"\n package:\n name:\n - git\n - python3\n - python3-setuptools\n - python3-pip\n - python3-virtualenv\n state: present\n\n- name: \"Add User\"\n user:\n name: robo\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | secfilingsearcher/filing13F_searcher | 3591e88ecb36edeec1bc9da267d1a2bb74a25780 | 0 | ansible/roles/frontend | 7,817 | [
"no_license"
] | [
{
"path": "ansible/roles/frontend/tasks/main.yml",
"content": "---\n- name: \"Install all required dependencies\"\n package:\n name:\n - git\n - npm\n state: present\n\n- name: \"Add User\"\n user:\n name: robo\n\n- name: \"Clone Repo\"\n git:\n dest: /opt/filing13F_searcher\n re... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | secfilingsearcher/filing13F_searcher | 3591e88ecb36edeec1bc9da267d1a2bb74a25780 | 0 | ansible/roles/parser | 7,817 | [
"no_license"
] | [
{
"path": "ansible/roles/parser/defaults/main.yml",
"content": "repo_path: /opt/filing13F_searcher\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible/roles/parser/tasks/main.yml",
"content": "---\n- name: \"Install all required dependenc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1067,
"all_permissive": false
} |
ansible_role | dankeder/ansible-example | 8fd9bf8c3d7cc867ca9e1540a2e7a2fdd041b85f | 1 | roles/haproxy | 7,817 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n- name: install haproxy\n yum: name=\"haproxy\" state=\"present\"\n\n- name: generate haproxy.cfg\n template: src=\"haproxy.cfg.j2\" dest=\"/etc/haproxy/haproxy.cfg\" owner=\"root\" group=\"root\" mode=\"644\"\n notify:\n - restart haproxy\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3241,
"all_permissive": false
} |
ansible_role | dankeder/ansible-example | 8fd9bf8c3d7cc867ca9e1540a2e7a2fdd041b85f | 1 | roles/webserver | 7,817 | [
"no_license"
] | [
{
"path": "roles/webserver/templates/flaskr.service.j2",
"content": "[Unit]\nDescription=Flaskr - a minimal blog application\n\n[Service]\nType=simple\nEnvironment=\"FLASKR_SETTINGS={{ flaskr_home }}/flaskr.cfg\"\nExecStart=/usr/bin/python {{ flaskr_home }}/flaskr.py\nUser={{ flaskr_user }}\nGroup={{ flaskr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1684,
"all_permissive": false
} |
ansible_role | dominguez-daniel/test-project | 94751ce1aa6db93009c88dbe50c211c40c536537 | 0 | roles/setup | 7,817 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "--- \n- name: \"update apt packages\"\n become: true\n become_method: sudo\n apt:\n update_cache: yes\n\n- name: \"remove deps that are no longer needed\"\n become: true\n apt: \n autoremove: yes\n\n- name: \"install nginx\"\n become: true\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | dmahler/router-labs | e7e8e919e5a4187fc821412f7524d142dcb6583d | 0 | roles/docker-build | 7,817 | [
"no_license"
] | [
{
"path": "roles/docker-build/tasks/main.yml",
"content": "---\n- name: \"Building Docker Compose file\"\n template: src=compose.j2 dest=/vagrant/docker-compose.yml\n delegate_to: localhost\n run_once: true\n\n- name: \"Build docker image\"\n shell: docker build -t quagga:latest .\n run_once: true\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1335,
"all_permissive": false
} |
ansible_role | dmahler/router-labs | e7e8e919e5a4187fc821412f7524d142dcb6583d | 0 | roles/quagga-conf | 7,817 | [
"no_license"
] | [
{
"path": "roles/quagga-conf/templates/debian.j2",
"content": "#\n# If this option is set the quagga script automatically loads\n# the config via \"vtysh -b\" when the servers are started.\n# Check /etc/pam.d/quagga if you intend to use \"vtysh\"!\n#\nvtysh_enable=yes\nbgpd_options=\" --daemon\"\nospfd_op... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7516,
"all_permissive": false
} |
ansible_role | nicojanssens/ansible-ipsec-raspbian | 19a2431db6d48a6076c7c4afc5f5cb0beed77ae4 | 2 | roles/activate_autostart | 7,817 | [
"no_license"
] | [
{
"path": "roles/activate_autostart/tasks/main.yml",
"content": "- name: Remove ipsec init script + all associated symlinks\n command: update-rc.d -f ipsec remove\n\n- name: Create new ipsec init script + insert links using the defaults\n command: update-rc.d ipsec defaults\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | nicojanssens/ansible-ipsec-raspbian | 19a2431db6d48a6076c7c4afc5f5cb0beed77ae4 | 2 | roles/restart_services | 7,817 | [
"no_license"
] | [
{
"path": "roles/restart_services/tasks/main.yml",
"content": "- name: Restart xl2tpd\n service:\n name: xl2tpd\n state: restarted\n\n- name: Restart ipsec\n service:\n name: ipsec\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | nicojanssens/ansible-ipsec-raspbian | 19a2431db6d48a6076c7c4afc5f5cb0beed77ae4 | 2 | roles/setup_ipsec | 7,817 | [
"no_license"
] | [
{
"path": "roles/setup_ipsec/tasks/main.yml",
"content": "# - name: Install openswan\n# apt:\n# name: openswan\n# state: present\n\n- name: Install openswan version 2.6.37–3\n apt:\n deb: http://snapshot.raspbian.org/201403301125/raspbian/pool/main/o/openswan/openswan_2.6.37-3_armhf.deb\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2559,
"all_permissive": false
} |
ansible_role | nicojanssens/ansible-ipsec-raspbian | 19a2431db6d48a6076c7c4afc5f5cb0beed77ae4 | 2 | roles/setup_network | 7,817 | [
"no_license"
] | [
{
"path": "roles/setup_network/tasks/main.yml",
"content": "- name: Enable NAT\n iptables:\n table: nat\n chain: POSTROUTING\n jump: MASQUERADE\n\n- name: Enable ip forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: 1\n sysctl_set: yes\n state: present\n reload: yes\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1001,
"all_permissive": false
} |
ansible_role | nicojanssens/ansible-ipsec-raspbian | 19a2431db6d48a6076c7c4afc5f5cb0beed77ae4 | 2 | roles/setup_ppp | 7,817 | [
"no_license"
] | [
{
"path": "roles/setup_ppp/tasks/main.yml",
"content": "- name: Install ppp\n apt:\n name: ppp\n state: present\n\n- name: Replace options.xl2tpd\n template: src=options.xl2tpd.j2 dest=/etc/ppp/options.xl2tpd mode=0644\n\n- name: Update chap secrets\n blockinfile:\n dest: /etc/ppp/chap-secrets\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | nicojanssens/ansible-ipsec-raspbian | 19a2431db6d48a6076c7c4afc5f5cb0beed77ae4 | 2 | roles/setup_xl2tpd | 7,817 | [
"no_license"
] | [
{
"path": "roles/setup_xl2tpd/templates/xl2tpd.conf.j2",
"content": "[global]\nipsec saref = yes\nlisten-addr = {{ network.address }}\n[lns default]\nip range = {{ ip_range.begin }}-{{ ip_range.end }}\nlocal ip = {{ network.address }}\nassign ip = yes\nrequire chap = yes\nrefuse pap = yes\nrequire authentic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | afarran3/offline_update | 1df5e28ace1f77e271a6b2c8ac5777ee5467d96b | 2 | offline_update/playbooks/roles/bench | 7,817 | [
"permissive"
] | [
{
"path": "offline_update/playbooks/roles/bench/tasks/setup_inputrc.yml",
"content": "---\n- name: insert/update inputrc for history\n blockinfile:\n dest: \"{{ user_directory }}/.inputrc\"\n create: yes\n block: |\n ## arrow up\n \"\\e[A\":history-search-backward\n ## arrow down\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": true
} |
ansible_role | afarran3/offline_update | 1df5e28ace1f77e271a6b2c8ac5777ee5467d96b | 2 | offline_update/playbooks/roles/common | 7,817 | [
"permissive"
] | [
{
"path": "offline_update/playbooks/roles/common/tasks/ubuntu.yml",
"content": "---\n\n- name: install pillow prerequisites for Ubuntu < 14.04\n apt:\n pkg:\n - libjpeg8-dev\n - libtiff4-dev\n - tcl8.5-dev\n - tk8.5-dev\n state: present\n force: yes\n when: ansible_distribution_versio... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2906,
"all_permissive": true
} |
ansible_role | afarran3/offline_update | 1df5e28ace1f77e271a6b2c8ac5777ee5467d96b | 2 | offline_update/playbooks/roles/fail2ban | 7,817 | [
"permissive"
] | [
{
"path": "offline_update/playbooks/roles/fail2ban/tasks/configure_nginx_jail.yml",
"content": "- name: Configure fail2ban jail options\n hosts: localhost\n become: yes\n become_user: root\n vars_files:\n - ../defaults/main.yml\n tasks:\n \n - name: Setup filter\n template: src=\"../template... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": true
} |
ansible_role | afarran3/offline_update | 1df5e28ace1f77e271a6b2c8ac5777ee5467d96b | 2 | offline_update/playbooks/roles/mariadb | 7,817 | [
"permissive"
] | [
{
"path": "offline_update/playbooks/roles/mariadb/tasks/debian.yml",
"content": "---\n- name: Add apt key for mariadb for Debian <= 8\n apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=0xcbcb082a1bb943db state=present\n when: ansible_distribution_major_version is version_compare('8', 'le')\n\n- name: I... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2793,
"all_permissive": true
} |
ansible_role | afarran3/offline_update | 1df5e28ace1f77e271a6b2c8ac5777ee5467d96b | 2 | offline_update/playbooks/roles/nodejs | 7,817 | [
"permissive"
] | [
{
"path": "offline_update/playbooks/roles/nodejs/tasks/debian_family.yml",
"content": "---\n- name: 'Add Node.js PPA'\n tags: 'nodejs'\n become: 'yes'\n become_method: 'sudo'\n shell: \"curl --silent --location https://deb.nodesource.com/setup_{{ node_version }}.x | bash -\"\n\n- name: Install nodejs {{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 305,
"all_permissive": true
} |
ansible_role | afarran3/offline_update | 1df5e28ace1f77e271a6b2c8ac5777ee5467d96b | 2 | offline_update/playbooks/roles/ntpd | 7,817 | [
"permissive"
] | [
{
"path": "offline_update/playbooks/roles/ntpd/tasks/main.yml",
"content": "---\n- name: Install ntpd\n yum:\n name:\n - ntp\n - ntpdate\n state: present\n when: ansible_distribution == 'CentOS'\n\n- name: Enable ntpd\n service: name=ntpd enabled=yes state=started\n when: ansible_distrib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 548,
"all_permissive": true
} |
ansible_role | afarran3/offline_update | 1df5e28ace1f77e271a6b2c8ac5777ee5467d96b | 2 | offline_update/playbooks/roles/packer | 7,817 | [
"permissive"
] | [
{
"path": "offline_update/playbooks/roles/packer/tasks/debian_family.yml",
"content": "---\n- name: Install unzip\n apt:\n pkg:\n - unzip\n update_cache: yes\n state: present\n...",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 100
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 181,
"all_permissive": true
} |
ansible_role | afarran3/offline_update | 1df5e28ace1f77e271a6b2c8ac5777ee5467d96b | 2 | offline_update/playbooks/roles/redis | 7,817 | [
"permissive"
] | [
{
"path": "offline_update/playbooks/roles/redis/tasks/main.yml",
"content": "---\n - name: Install yum packages\n yum:\n name:\n - redis\n state: present\n when: ansible_os_family == 'RedHat'\n\n # Prerequisite for Debian and Ubuntu\n - name: Install apt packages\n apt:\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 541,
"all_permissive": true
} |
ansible_role | afarran3/offline_update | 1df5e28ace1f77e271a6b2c8ac5777ee5467d96b | 2 | offline_update/playbooks/roles/virtualbox | 7,817 | [
"permissive"
] | [
{
"path": "offline_update/playbooks/roles/virtualbox/tasks/debian_family.yml",
"content": "---\n- name: Install dependencies\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n state: present\n\n- name: Add VirtualBox to sources.list\n apt_repository:\n repo: deb https://downloa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1550,
"all_permissive": true
} |
ansible_role | afarran3/offline_update | 1df5e28ace1f77e271a6b2c8ac5777ee5467d96b | 2 | offline_update/playbooks/roles/wkhtmltopdf | 7,817 | [
"permissive"
] | [
{
"path": "offline_update/playbooks/roles/wkhtmltopdf/tasks/main.yml",
"content": "---\n- name: install base fonts\n yum:\n name:\n - libXrender\n - libXext\n - xorg-x11-fonts-75dpi\n - xorg-x11-fonts-Type1\n state: present\n when: ansible_os_family == 'RedHat'\n\n- name: install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5717,
"all_permissive": true
} |
ansible_role | IceTony/ansible_mikrotik | 2940d1f1ce01ec0a183380b0df0df3ac8713d966 | 0 | roles/mikrotik-dhcp | 7,815 | [
"no_license"
] | [
{
"path": "roles/mikrotik-dhcp/vars/main.yml",
"content": "---\r\n\r\nansible_ssh_user: \"ansible\"\r\nansible_ssh_pass: \"<PASSWORD>\"\r\nansible_network_os: routeros",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/mikrotik-dhcp/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | mhmdahmedfathi/AWSDevOps | 7979409eb6ae6855fee09dd954e06eebfc867ab5 | 0 | .circleci/ansible/roles/deploy | 7,815 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": " \n- name: unpack backend files\n become: true\n shell: \n cd ~/project/backend\n tar -vxf artifact.tar.gz\n rm -f artifact.tar.gz\n- name: start app \n become: true\n shell: |\n cd ~/backend\n npm install\n pm2 st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | adamvialpando/prometheus-ansible | e604e0e9c750abf1f93b63c0e6f08635c582f4e1 | 0 | roles/node-exporter | 7,815 | [
"no_license"
] | [
{
"path": "roles/node-exporter/tasks/main.yml",
"content": "---\n- name: Ensure Docker is running\n service:\n name: docker\n state: started\n\n- name: Pull node-exporter Docker image\n docker_image:\n name: prom/node-exporter:latest\n source: pull\n\n- name: Run node-exporter container\n doc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1185,
"all_permissive": false
} |
ansible_role | adamvialpando/prometheus-ansible | e604e0e9c750abf1f93b63c0e6f08635c582f4e1 | 0 | roles/prometheus | 7,815 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n- import_tasks: prereqs.yml\n\n- import_tasks: install.yml\n\n- import_tasks: configure.yml\n\n# Copy the Prometheus configuration file to the remote host\n\n# Run the Prometheus container\n# - name: Run Prometheus container\n# docker_container... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3619,
"all_permissive": false
} |
ansible_role | RSA88/testGit | 96ca676658f81e25dda2de183845042628449081 | 0 | support/uninstall/ansible/playbooks/openshift/roles/uninstall-workshop | 7,815 | [
"no_license"
] | [
{
"path": "support/uninstall/ansible/playbooks/openshift/roles/uninstall-workshop/tasks/main.yml",
"content": "---\n- name: Delete User Projects\n include_role:\n name: uninstall_user_projects\n with_sequence: start=1 end={{ usersno }} format=%d\n when: delete_user_projects\n\n- import_role:\n name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | RSA88/testGit | 96ca676658f81e25dda2de183845042628449081 | 0 | support/uninstall/ansible/playbooks/openshift/roles/uninstall_apicurio | 7,815 | [
"no_license"
] | [
{
"path": "support/uninstall/ansible/playbooks/openshift/roles/uninstall_apicurio/tasks/main.yml",
"content": "---\n- name: Delete APICurio project\n shell: \"oc delete namespace {{ apicurio_project }}\"\n register: output\n failed_when: output.stderr != '' and 'not found' not in output.stderr and 'The s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | RSA88/testGit | 96ca676658f81e25dda2de183845042628449081 | 0 | support/uninstall/ansible/playbooks/openshift/roles/uninstall_che_multi | 7,815 | [
"no_license"
] | [
{
"path": "support/uninstall/ansible/playbooks/openshift/roles/uninstall_che_multi/tasks/main.yml",
"content": "---\n- name: Get SSO token\n shell: \"curl --insecure -X POST 'https://secure-launcher-sso-launcher.{{ocp_apps_domain}}/auth/realms/launcher_realm/protocol/openid-connect/token' \\\n -H 'Content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1562,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.