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 | i346175/AWSInstanceDeployHub | f73a67a06dfbd9b37393bbde5a64bd899b10b7a4 | 0 | .rpl/ami/windows-generic/ansible/roles/init | 7,219 | [
"no_license"
] | [
{
"path": ".rpl/ami/windows-generic/ansible/roles/init/tasks/main.yml",
"content": "---\n- name: Run whoami\n win_shell: whoami\n\n- name: Creating C:\\Windows\\Temp\\Ansible\n win_file:\n path: C:\\\\Windows\\\\Temp\\\\Ansible\n state: directory\n\n- name: Create C:\\Windows\\Temp\\Ansible\\Media\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | i346175/AWSInstanceDeployHub | f73a67a06dfbd9b37393bbde5a64bd899b10b7a4 | 0 | .rpl/ami/windows-generic/ansible/roles/proxy-env-vars | 7,219 | [
"no_license"
] | [
{
"path": ".rpl/ami/windows-generic/ansible/roles/proxy-env-vars/tasks/main.yml",
"content": "---\n- name: Set http_proxy in System Environment\n win_environment:\n state: present\n name: http_proxy\n value: \"{{ lookup('env', 'IMAGE_FACTORY_HTTP_PROXY') }}\"\n level: machine\n\n- name: Set HTT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1420,
"all_permissive": false
} |
ansible_role | uridium/laptop-provisioning | 5697e416449db44b29556aa2916de21087dea292 | 0 | roles/grub | 7,219 | [
"no_license"
] | [
{
"path": "roles/grub/tasks/main.yml",
"content": "---\n- name: Configure grub timeout\n lineinfile:\n path: /etc/default/grub\n regexp: \"^GRUB_TIMEOUT=\"\n line: \"GRUB_TIMEOUT=3\"\n notify: update-grub\n\n- name: Configure grub cmdline\n lineinfile:\n path: /etc/default/grub\n regexp: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | uridium/laptop-provisioning | 5697e416449db44b29556aa2916de21087dea292 | 0 | roles/packages | 7,219 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- name: Update repo indexes\n apt:\n update_cache: yes\n when: repository | changed\n tags:\n - apt\n\n- name: Install deb packages with apt-get\n apt:\n name: \"{{ pkg_apt }}\"\n tags:\n - apt\n - packages-apt\n\n- name: Downlo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1633,
"all_permissive": false
} |
ansible_role | uridium/laptop-provisioning | 5697e416449db44b29556aa2916de21087dea292 | 0 | roles/repositories | 7,219 | [
"no_license"
] | [
{
"path": "roles/repositories/tasks/main.yml",
"content": "---\n- name: Add apt repository keys\n apt_key:\n keyserver: pgp.mit.edu\n id: \"{{ item }}\"\n with_items:\n - E1DD270288B4E6030699E45FA1715D88E1DF1F24 # git\n - DB085A08CA13B8ACB917E0F6D938EC0D038651BD # slack\n - 58118E89F3A91289... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | uridium/laptop-provisioning | 5697e416449db44b29556aa2916de21087dea292 | 0 | roles/services | 7,219 | [
"no_license"
] | [
{
"path": "roles/services/handlers/main.yml",
"content": "---\n- name: restart-rng-tools\n service:\n name: rng-tools\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/services/tasks/main.yml",
"content": "---\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | goloshubov/lab_okd | 687c9c7bb0e19f88b2421fcf3e3dc04e449d08a3 | 0 | roles/about_info | 7,219 | [
"no_license"
] | [
{
"path": "roles/about_info/tasks/main.yml",
"content": "---\n\n\n- name: get kubeadmin password\n shell: 'cat {{ workdir }}/{{ clustername }}/auth/kubeadmin-password'\n register: kubeadmin_pass\n\n\n- debug:\n msg: \"webconsole url is https://console-openshift-console.apps.{{ clustername }}.{{ basedom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | goloshubov/lab_okd | 687c9c7bb0e19f88b2421fcf3e3dc04e449d08a3 | 0 | roles/approve_workers_certs | 7,219 | [
"no_license"
] | [
{
"path": "roles/approve_workers_certs/tasks/main.yml",
"content": "---\n\n- name: approve new workers certificates\n #shell: export KUBECONFIG='{{ workdir }}/{{ clustername }}/auth/kubeconfig'; oc get csr -o go-template='{{ '{{' }}range .items{{ '}}' }}{{ '{{' }}if not .status{{ '}}' }}{{ '{{' }}.metadata... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | goloshubov/lab_okd | 687c9c7bb0e19f88b2421fcf3e3dc04e449d08a3 | 0 | roles/haproxy | 7,219 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/haproxy.cfg.j2",
"content": "global\n # to have these messages end up in /var/log/haproxy.log you will\n # need to:\n #\n # 1) configure syslog to accept network log events. This is done\n # by adding the '-r' option to the SYSLOGD_OPTIONS in\n # /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3874,
"all_permissive": false
} |
ansible_role | goloshubov/lab_okd | 687c9c7bb0e19f88b2421fcf3e3dc04e449d08a3 | 0 | roles/ignitions | 7,219 | [
"no_license"
] | [
{
"path": "roles/ignitions/templates/install-config.yaml.j2",
"content": "apiVersion: v1\nbaseDomain: {{ basedomain }}\ncompute:\n- hyperthreading: Enabled\n name: worker\n replicas: 0\ncontrolPlane:\n hyperthreading: Enabled\n name: master\n replicas: 3\nmetadata:\n name: {{ clustername }}\nnetworkin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2721,
"all_permissive": false
} |
ansible_role | goloshubov/lab_okd | 687c9c7bb0e19f88b2421fcf3e3dc04e449d08a3 | 0 | roles/provision_coreos_libvirt | 7,219 | [
"no_license"
] | [
{
"path": "roles/provision_coreos_libvirt/tasks/main.yml",
"content": "---\n\n- name: create vm disk (libvirt)\n delegate_to: localhost\n become: yes\n become_method: sudo\n #become_user: root\n shell: 'qemu-img create -f qcow2 {{ vm_stor }}/{{ clustername }}_{{ inventory_hostname }}.qcow2 {{ vm_disksi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | goloshubov/lab_okd | 687c9c7bb0e19f88b2421fcf3e3dc04e449d08a3 | 0 | roles/start_deploy_coreos_libvirt | 7,219 | [
"no_license"
] | [
{
"path": "roles/start_deploy_coreos_libvirt/tasks/main.yml",
"content": "---\n\n- name: start vm deploy (libvirt)\n delegate_to: localhost\n become: yes\n become_method: sudo\n #become_user: root\n debug:\n msg: \"deploy autostarted on provisioning stage\"\n\n...\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | goloshubov/lab_okd | 687c9c7bb0e19f88b2421fcf3e3dc04e449d08a3 | 0 | roles/wait_bootstrap_complete | 7,219 | [
"no_license"
] | [
{
"path": "roles/wait_bootstrap_complete/tasks/main.yml",
"content": "---\n\n#./openshift-install wait-for bootstrap-complete --log-level debug --dir=okd4a/\n\n- name: wait_bootstrap_complete\n shell: '{{ workdir }}/openshift-install wait-for bootstrap-complete --log-level debug --dir={{ workdir }}/{{ clus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | anroots/ubuntu-bootstrap | 8cc099e180e1daaedf7e5c77d75594392dc3b115 | 0 | roles/development | 7,219 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "\n- name: Install packages\n apt: name={{item}} state=present\n with_items:\n - bridge-utils\n - build-essential\n - cmake\n - dconf-editor\n - diodon\n - git\n - httpie\n - jq\n - nmap\n - wireshark\n - default-jdk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | anroots/ubuntu-bootstrap | 8cc099e180e1daaedf7e5c77d75594392dc3b115 | 0 | roles/general | 7,219 | [
"no_license"
] | [
{
"path": "roles/general/tasks/main.yml",
"content": "- name: Upgrade packages\n apt: upgrade=full update_cache=yes cache_valid_time=3600\n\n- name: Add repository public keys\n apt_key: url=\"{{ item }}\"\n with_items:\n - https://installer.id.ee/media/install-scripts/ria-public.key\n - https://in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2509,
"all_permissive": false
} |
ansible_role | karollynecosta/ansible_linuxtips | 78d69836249cda78ed914f33c38786214ca99511 | 0 | day2/k8s-cluster/install_k8s/roles/create_cluster | 7,225 | [
"no_license"
] | [
{
"path": "day2/k8s-cluster/install_k8s/roles/create_cluster/tasks/init-cluster.yml",
"content": "# se um cluster ja existe, é necessário remover o antigo\r\n- name: removendo cluster antigo\r\n command: kubeadm reset --force\r\n register: kubeadm_reset\r\n\r\n- name: Inicializando o cluster\r\n command:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1474,
"all_permissive": false
} |
ansible_role | karollynecosta/ansible_linuxtips | 78d69836249cda78ed914f33c38786214ca99511 | 0 | day2/k8s-cluster/install_k8s/roles/install-k8s | 7,225 | [
"no_license"
] | [
{
"path": "day2/k8s-cluster/install_k8s/roles/install-k8s/tasks/main.yml",
"content": "---\r\n# arquivo que indica onde estao as regras\r\n- include: install.yml\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "day2/k8s-cluster/install_k8s/roles... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | karollynecosta/ansible_linuxtips | 78d69836249cda78ed914f33c38786214ca99511 | 0 | day2/k8s-cluster/install_k8s/roles/join-workers | 7,225 | [
"no_license"
] | [
{
"path": "day2/k8s-cluster/install_k8s/roles/join-workers/tasks/join-cluster.yml",
"content": "- name:\r\n debug:\r\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O token eh {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\r\n\r\n- name:\r\n debug:\r\n msg: \"[WORKER] K8S_TOKEN_HOLDER - O hash eh {{ hostvars[... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | mortezakarimi/awx-installer | abc7068fcec5222663ae3a9da201e0105c179c54 | 4 | roles/awx-installer | 7,225 | [
"no_license"
] | [
{
"path": "roles/awx-installer/defaults/main.yml",
"content": "---\nawx_operator_version: 0.12.0\nhostname: awx-demo.example.com\nNodePortIP: \"\"\napp_name: \"awx-demo\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/awx-installer/tasks/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6458,
"all_permissive": false
} |
ansible_role | baldeynz/playing_with_rbac | 968a682924a5c75920bcedba2d06382e35943d31 | 0 | roles/ca_base64 | 7,225 | [
"permissive"
] | [
{
"path": "roles/ca_base64/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ca_base64",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 67
},
{
"path": "roles/ca_base64/handlers/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 316,
"all_permissive": true
} |
ansible_role | baldeynz/playing_with_rbac | 968a682924a5c75920bcedba2d06382e35943d31 | 0 | roles/cluster_role | 7,225 | [
"permissive"
] | [
{
"path": "roles/cluster_role/tasks/main.yml",
"content": "---\n# tasks file for cluster_role\n\n- name: Get role and bindings template\n template: src=cluster_role_binding.j2.yml dest=\"./cluster_role_binding.yaml\"",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1271,
"all_permissive": true
} |
ansible_role | baldeynz/playing_with_rbac | 968a682924a5c75920bcedba2d06382e35943d31 | 0 | roles/kubeconfig | 7,225 | [
"permissive"
] | [
{
"path": "roles/kubeconfig/tasks/main.yml",
"content": "---\n# tasks file for kubeconfig\n\n- stat: path=./kubectl\n register: kubectl_executable\n\n- include_role:\n name: kubectl\n when: kubectl_executable.stat.exists == False\n\n- include_role:\n name: ca_base64\n\n- name: create basic kubeconfi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 733,
"all_permissive": true
} |
ansible_role | baldeynz/playing_with_rbac | 968a682924a5c75920bcedba2d06382e35943d31 | 0 | roles/kubectl | 7,225 | [
"permissive"
] | [
{
"path": "roles/kubectl/tasks/main.yaml",
"content": "#This role grabs the kubectl binary and uses it to create a kubeconfig file\n \n- name: get kubectl based on kube_version and arch\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/v{{ kube_version }}/bin/{{ arch }}/amd64/k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": true
} |
ansible_role | baldeynz/playing_with_rbac | 968a682924a5c75920bcedba2d06382e35943d31 | 0 | roles/namespace_role | 7,225 | [
"permissive"
] | [
{
"path": "roles/namespace_role/handlers/main.yml",
"content": "---\n# handlers file for namespace_role",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 38
},
{
"path": "roles/namespace_role/templates/namespace_role_binding.j2.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 943,
"all_permissive": true
} |
ansible_role | baldeynz/playing_with_rbac | 968a682924a5c75920bcedba2d06382e35943d31 | 0 | roles/rbac_certs | 7,225 | [
"permissive"
] | [
{
"path": "roles/rbac_certs/tasks/main.yaml",
"content": "\n- name: Get openssl config\n template: src=openssl.cnf dest=\"./openssl.cnf\"\n\n- name: create_client_certs\n shell: openssl {{ item }}\n with_items:\n - genrsa -out {{ rbac_user }}-key.pem 2048 \n - req -new -key {{ rbac_user }}-key.pem -out... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1280,
"all_permissive": true
} |
ansible_role | MarutiJogdand/mssql-linux-final | 6387b849aa8c0ddcbc47c520d07a6f1f7bf1c386 | 0 | linux-mssql/roles/linux_mssql_db_configuration | 7,225 | [
"no_license"
] | [
{
"path": "linux-mssql/roles/linux_mssql_db_configuration/tasks/main.yml",
"content": "---\n\n- include_tasks: createDatabase.yml\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "linux-mssql/roles/linux_mssql_db_configuration/templates/run.s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 852,
"all_permissive": false
} |
ansible_role | MarutiJogdand/mssql-linux-final | 6387b849aa8c0ddcbc47c520d07a6f1f7bf1c386 | 0 | linux-mssql/roles/linux_mssql_db_installation | 7,225 | [
"no_license"
] | [
{
"path": "linux-mssql/roles/linux_mssql_db_installation/vars/main.yml",
"content": "---\n# Repo links for mssql\nmssql_server_repo: \"https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo -o /etc/yum.repos.d/mssql-server-2017.repo\" \nmssql_prod_repo: \"https://packages.microsoft.com/config... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1758,
"all_permissive": false
} |
ansible_role | MarutiJogdand/mssql-linux-final | 6387b849aa8c0ddcbc47c520d07a6f1f7bf1c386 | 0 | linux-mssql/roles/linux_mssql_db_patching | 7,225 | [
"no_license"
] | [
{
"path": "linux-mssql/roles/linux_mssql_db_patching/tasks/main.yml",
"content": "---\n# tasks file for patch\n\n- name: Patch download\n yum:\n name: '{{mssqlversion}}'\n state: latest\n register: output\n\n- debug:\n var: output['results']\n\n\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | MarutiJogdand/mssql-linux-final | 6387b849aa8c0ddcbc47c520d07a6f1f7bf1c386 | 0 | linux-mssql/roles/linux_mssql_db_user_management | 7,225 | [
"no_license"
] | [
{
"path": "linux-mssql/roles/linux_mssql_db_user_management/tasks/copyTemplate.yml",
"content": "---\n\n- name: Copy SQL Script file\n template:\n src: \"{{item}}\"\n dest: '/tmp/{{item}}'\n with_items:\n - ['create_user.sql','updateUser.sql','dropUser.sql']\n\n- name: Copy Script Fil... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 2344,
"all_permissive": false
} |
ansible_role | Faustov-Andrey/gis-invest | b30cd59519614cd8cde844272762dd27e050073f | 0 | ci/roles/deploy | 7,225 | [
"no_license"
] | [
{
"path": "ci/roles/deploy/tasks/main.yaml",
"content": "---\n- name: Create project directory\n file:\n path: \"{{ project_path }}\"\n owner: \"{{ app_user }}\"\n group: \"{{ app_group }}\"\n mode: '0744'\n state: directory\n\n- name: Copy file with owner and permissions\n copy:\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 760,
"all_permissive": false
} |
ansible_role | daniel-striim/TeraformSample | 2f5b6d5b5107a432b9777977e83b12fd76887b89 | 0 | aws-striim-multi-node-postgres/ansible/roles/configure-mdr | 7,225 | [
"no_license"
] | [
{
"path": "aws-striim-multi-node-postgres/ansible/roles/configure-mdr/tasks/main.yml",
"content": "- name: Create Striim Database\n postgresql_db:\n login_host: \"{{ METADATA_IP }}\"\n login_password: \"{{ <PASSWORD> }}\"\n login_user: \"{{ METADATA_DB_USER }}\"\n name: \"{{ METADATA_DB_NAME }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1158,
"all_permissive": false
} |
ansible_role | daniel-striim/TeraformSample | 2f5b6d5b5107a432b9777977e83b12fd76887b89 | 0 | aws-striim-multi-node-postgres/ansible/roles/configure-striim | 7,225 | [
"no_license"
] | [
{
"path": "aws-striim-multi-node-postgres/ansible/roles/configure-striim/tasks/main.yml",
"content": "- name: Run sksConfig.sh with Arguments\n command: \"sh /opt/striim/bin/sksConfig.sh -k {{ KEY_STORE_PASS }} -s {{ SYS_PASS }} -a {{ ADMIN_PASS }} -t {{ METADATA_DB_ENGINE }} -p {{ METADATA_DB_PASS }}\"\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3317,
"all_permissive": false
} |
ansible_role | daniel-striim/TeraformSample | 2f5b6d5b5107a432b9777977e83b12fd76887b89 | 0 | aws-striim-multi-node-postgres/ansible/roles/unix-install-base | 7,225 | [
"no_license"
] | [
{
"path": "aws-striim-multi-node-postgres/ansible/roles/unix-install-base/tasks/main.yml",
"content": "- name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\n\n- name: Install packages for unix environment\n apt:\n name:\n - python3-pip\n - libpq-de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | daniel-striim/TeraformSample | 2f5b6d5b5107a432b9777977e83b12fd76887b89 | 0 | aws-striim-multi-node-postgres/ansible/roles/unix-install-striim | 7,225 | [
"no_license"
] | [
{
"path": "aws-striim-multi-node-postgres/ansible/roles/unix-install-striim/tasks/main.yml",
"content": "- name: Download Latest Striim Node\n get_url:\n url: \"{{ STRIIM_DEB_URL }}\"\n dest: /tmp/striim-node.deb\n\n- name: installing striim-node\n become: yes\n apt: \n deb: /tmp/striim-node.deb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | RainbowGravity/course | 2877507780dfab21132438d1422fa21c32d39226 | 0 | 2. Ansible homework/dockerized playbook/roles/deploy | 7,225 | [
"no_license"
] | [
{
"path": "2. Ansible homework/dockerized playbook/roles/deploy/defaults/main.yml",
"content": "---\n# defaults file for deploy\n\n# set the username of the server user\nuser: ----YOUR_USER----\n\napp_dest: jsonservice\n\n# set a domain name of the server or an IP address\naddress: '----TARGET_MACHINE_ADDRE... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 8097,
"all_permissive": false
} |
ansible_role | RainbowGravity/course | 2877507780dfab21132438d1422fa21c32d39226 | 0 | 2. Ansible homework/dockerized playbook/roles/install | 7,225 | [
"no_license"
] | [
{
"path": "2. Ansible homework/dockerized playbook/roles/install/tasks/main.yml",
"content": "---\n# tasks file for install\n\n- name: Install Python3\n apt: \n name: python3 \n state: latest\n \n- name: Install Python3-pip package\n apt: \n name: python3-pip \n state: latest\n \n- name: Upgr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | RainbowGravity/course | 2877507780dfab21132438d1422fa21c32d39226 | 0 | 2. Ansible homework/dockerized playbook/roles/security | 7,225 | [
"no_license"
] | [
{
"path": "2. Ansible homework/dockerized playbook/roles/security/handlers/main.yml",
"content": "---\n# handlers file for sequrity\n- name: restart sshd\n service: \n name: \"{{ sshd }}\" \n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2838,
"all_permissive": false
} |
ansible_role | RainbowGravity/course | 2877507780dfab21132438d1422fa21c32d39226 | 0 | 2. Ansible homework/playbook/roles/deploy | 7,225 | [
"no_license"
] | [
{
"path": "2. Ansible homework/playbook/roles/deploy/tasks/main.yml",
"content": "---\n# tasks for deploy jsonservice\n\n- name: Copy app files to the Virtual Machine\n become: no\n copy:\n owner: \"{{ user }}\"\n group: \"{{ user }}\"\n dest: \"~/{{ app_dest }}\"\n src: \"app\"\n \n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4130,
"all_permissive": false
} |
ansible_role | RainbowGravity/course | 2877507780dfab21132438d1422fa21c32d39226 | 0 | 2. Ansible homework/playbook/roles/install | 7,225 | [
"no_license"
] | [
{
"path": "2. Ansible homework/playbook/roles/install/handlers/main.yml",
"content": "---\n# handlers file for install\n\n- name: start nginx\n service: \n name: nginx \n state: started \n enabled: yes\n\n- name: start uwsgi\n service: \n name: uwsgi \n state: started \n enabled: yes",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 989,
"all_permissive": false
} |
ansible_role | arunkoti/gittest | 30ce8dc91108b46e1597171a724e0bafccd72634 | 0 | Ansible/roles/node_exporter | 7,225 | [
"no_license"
] | [
{
"path": "Ansible/roles/node_exporter/tasks/install.yml",
"content": "---\n\n- name: CREATE {{ node_exporter_install_path }} DIRECTORY\n file:\n path: \"{{ node_exporter_install_path }}\"\n state: directory\n\n- name: COPY node_exporter\n copy: \n src: \"../files/node_exporter\" \n dest: \"{{... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 2141,
"all_permissive": false
} |
ansible_role | DenryFR/servidor | ecb82a1f31448f20664bb2bdd990c63908199968 | 0 | roles/wordpress | 7,225 | [
"no_license"
] | [
{
"path": "roles/wordpress/handlers/main.yml",
"content": "---\n- name: reinicia apache\n service: name=apache2 state=restarted\n\n- name: Renomeia o arquivo de configuracao de exemplo\n command: mv /var/www/wordpress/wp-config-sample.php /var/www/wordpress/wp-config.php creates=/var/www/wordpress/wp-conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1202,
"all_permissive": false
} |
ansible_role | cyberark/ansible-security-automation-collection | 4a28b9898f040491e924d828e85de326072da5ce | 62 | roles/aimprovider | 7,225 | [
"no_license"
] | [
{
"path": "roles/aimprovider/tasks/installAIMProvider.yml",
"content": "---\n- name: Validating Role Parameters\n ansible.builtin.assert:\n that:\n - aimprovider_zip_file_name != ''\n - aimprovider_vault_address != ''\n - aimprovider_api_base_url != ''\n - aimprovider_folder_name != ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 13284,
"all_permissive": false
} |
ansible_role | knyazevaa0307/ansible | 69c13c1248abe9f7ccf5fc48d2a9a3b082b5a495 | 0 | roles/deploy | 7,225 | [
"no_license"
] | [
{
"path": "roles/deploy/vars/main.yml",
"content": "---\n# vars file for deploy\nservices:\n - nginx\n\nnetwork_name: lan\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/deploy/services/nginx/service.yml",
"content": "- name: \"***{{ n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | knyazevaa0307/ansible | 69c13c1248abe9f7ccf5fc48d2a9a3b082b5a495 | 0 | roles/install_ddc | 7,225 | [
"no_license"
] | [
{
"path": "roles/install_ddc/tasks/main.yml",
"content": "---\n# tasks file for docker_install\n- name: --=Install docker=--\n apt:\n name: docker-ce\n update_cache: true\n state: present\n\n- name: --=Check docker service=--\n service:\n name: docker\n state: restarted\n enabled: yes\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | mimi-netizen/terraform-cloud-PJ19 | 8c6416baa5348e622250f1193d320bfa5d5f9127 | 0 | ansible/roles/tooling | 7,225 | [
"no_license"
] | [
{
"path": "ansible/roles/tooling/tasks/setup-db.yml",
"content": "- name: Ensure pip3 is installed\n yum:\n name: python3-pip\n state: present\n become: yes\n when: ansible_os_family == \"RedHat\"\n\n- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n\n- name: create database\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | mimi-netizen/terraform-cloud-PJ19 | 8c6416baa5348e622250f1193d320bfa5d5f9127 | 0 | ansible/roles/wordpress | 7,225 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/setup-db.yml",
"content": "- name: Ensure pip3 is installed\n yum:\n name: python3-pip\n state: present\n become: yes\n when: ansible_os_family == \"RedHat\"\n\n- name: Install PyMySQL\n pip:\n name: pymysql\n state: present\n\n- name: create database... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | chungtd203338/csi-cinder-plugin | bb9f58846102fce8511038334f9e10ed7212b44b | 1 | tests/playbooks/roles/install-golang | 7,225 | [
"permissive"
] | [
{
"path": "tests/playbooks/roles/install-golang/defaults/main.yml",
"content": "---\r\ngo_version: '1.21.5'\r\narch: 'amd64'\r\ngo_tarball: 'go{{ go_version }}.linux-{{ arch }}.tar.gz'\r\ngo_download_location: 'https://go.dev/dl/{{ go_tarball }}'\r\n",
"license_type": "permissive",
"detected_license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1164,
"all_permissive": true
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/desktop | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/desktop/vars/main.yml",
"content": "---\n# vars file for roles/desktop\ndesktop_packages:\n - ckb-next # corsair LED keyboard manager\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "playbooks/roles/desktop/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/dotfiles | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/dotfiles/tasks/main.yml",
"content": "---\n# tasks file for roles/dotfiles\n#\n# Assume the role is being executed in a playbook that is already running\n# as the user into whose account we are deploying the dotfiles\n- name: Check out homeshick repo\n git:\n repo: \"{{ dotfil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1100,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/gui-base | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/gui-base/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/gui-base",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "playbooks/roles/gui-base/tasks/configure-fontconfig.yml",
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4295,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/headless-base | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/headless-base/tasks/configure-consolefonts.yml",
"content": "---\n# Set up the virtual console font to be a bit more civilized\n- name: Set vconsole.conf\n copy:\n src: files/vconsole.conf\n dest: /etc/vconsole.conf\n\n- name: Add console fonts to initramfs\n lineinfile:\n... | {
"task_files": 13,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 9863,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/hidpi | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/hidpi/tasks/main.yml",
"content": "---\n- name: Set system wide env vars for HiDPI support in GUI toolkits\n copy:\n src: files/gtk-hidpi-env-vars.sh\n dest: /etc/profile.d/gtk-hidpi-env-vars.sh\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/laptop-base | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/laptop-base/handlers/main.yml",
"content": "---\n# handlers file for roles/laptop-base",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "playbooks/roles/laptop-base/defaults/main.yml",
"content": "---\n# defaults file f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/oh-my-zsh | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/oh-my-zsh/handlers/main.yml",
"content": "---\n# handlers file for roles/oh-my-zsh",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "playbooks/roles/oh-my-zsh/tasks/main.yml",
"content": "---\n# install oh-my-zsh into t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/user-base | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/user-base/vars/main.yml",
"content": "---\n# vars file for roles/user-base\nwallpapers_path: \"{{ '~/.wallpaper' | expanduser }}\"\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "playbooks/roles/user-base/defaults/m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/user-hidpi | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/user-hidpi/files/spotify-shell-script",
"content": "#!/bin/bash\n#\n# wraps the spotify executable and fixes the very tiny text due to lack of HiDPI support\nspotify --force-device-scale-factor=2.0\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/user-intellij | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/user-intellij/tasks/main.yml",
"content": "---\n- name: Check if IDEA is already installed\n stat:\n path: \"{{ idea_unversioned_install_directory }}\"\n register: idea_symlink\n- set_fact:\n idea_installed: \"{{ idea_symlink.stat.exists and idea_symlink.stat.lnk_target is... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3585,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/user-packages | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/user-packages/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/user-packages",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "playbooks/roles/user-packages/defaults/main.yml"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1709,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/vmware | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/vmware/tasks/main.yml",
"content": "---\n# tasks file for roles/vmware\n# the vmware packages don't install with aur because there are untrusted\n# PGP keys involved, so yay must be invoked manually with some specifial flags\n- name: install linux-headers\n pacman:\n name: lin... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 881,
"all_permissive": false
} |
ansible_role | anelson/linux_devbox | 2bacae09e14d638ef55328b8f839001627c83cbb | 0 | playbooks/roles/xps | 7,225 | [
"no_license"
] | [
{
"path": "playbooks/roles/xps/handlers/main.yml",
"content": "---\n# handlers file for roles/xps\n- name: Rebuild initramfs\n shell: \"mkinitcpio -p linux\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "playbooks/roles/xps/tests/test.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3192,
"all_permissive": false
} |
ansible_role | dmorais/genap2 | f662956c63e9d8a88c6c4a2a8fbd1c26073dd4a4 | 0 | galaxy-install-playbook/roles/galaxyprojectdotorg.galaxy | 7,225 | [
"no_license"
] | [
{
"path": "galaxy-install-playbook/roles/galaxyprojectdotorg.galaxy/tasks/virtualenv.yml",
"content": "\n- name: Create Galaxy virtualenv\n pip: name=pip virtualenv={{ galaxy_venv_dir }} virtualenv_command=\"{{ pip_virtualenv_command | default( 'virtualenv' ) }}\"\n\n- name: Ensure pip is the latest releas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | dmorais/genap2 | f662956c63e9d8a88c6c4a2a8fbd1c26073dd4a4 | 0 | galaxy-install-playbook/roles/miniconda | 7,225 | [
"no_license"
] | [
{
"path": "galaxy-install-playbook/roles/miniconda/tasks/configure.yml",
"content": "---\n# necessary steps to configure the role\n\n- name: install base condarc\n become: yes\n become_method: sudo\n become_user: \"{{ galaxy_user }}\"\n copy: src={{ item }} dest=\"~/.{{ item }}\"\n with_items:\n - c... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3625,
"all_permissive": false
} |
ansible_role | dmorais/genap2 | f662956c63e9d8a88c6c4a2a8fbd1c26073dd4a4 | 0 | galaxy-install-playbook/roles/move.postgres | 7,225 | [
"no_license"
] | [
{
"path": "galaxy-install-playbook/roles/move.postgres/tasks/main.yml",
"content": "---\n# Playbook to move Postgres data to galaxy database dir\n\n\n- name: Stop Postgres\n shell: systemctl stop postgresql-{{ postgresql_default_version }}.service\n# notify: Stop postgres\n\n#- name: Modify the Postgres s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3911,
"all_permissive": false
} |
ansible_role | dmorais/genap2 | f662956c63e9d8a88c6c4a2a8fbd1c26073dd4a4 | 0 | galaxy-install-playbook/roles/setupOS | 7,225 | [
"no_license"
] | [
{
"path": "galaxy-install-playbook/roles/setupOS/tasks/main.yml",
"content": "---\n- name: Disable selinux\n selinux:\n state: disabled\n register: selinux_cmd\n ignore_errors: yes\n\n- name: Reboot the Machine\n shell: \"sleep 5 && sudo reboot\"\n async: 1\n poll: 0\n when: '\"libselinux-python r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2331,
"all_permissive": false
} |
ansible_role | raystyle/packer-active-directory | d39e3421cb5e38323c62e4fd09d054a240322fd2 | 1 | roles/active-directory | 7,225 | [
"no_license"
] | [
{
"path": "roles/active-directory/tasks/main.yml",
"content": "---\n- name: Install AD-Domain-Services feature\n win_feature:\n name: AD-Domain-Services\n include_management_tools: \"yes\"\n include_sub_features: \"yes\"\n state: present\n\n- name: Create the domain\n win_domain:\n dns_dom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | raystyle/packer-active-directory | d39e3421cb5e38323c62e4fd09d054a240322fd2 | 1 | roles/active-directory-users | 7,225 | [
"no_license"
] | [
{
"path": "roles/active-directory-users/tasks/ensure_running.yml",
"content": "- block:\n - name: Get AD Users\n win_shell: Get-ADUser -Filter *\n - set_fact:\n AD_WORKS: True\n rescue:\n - name: Restart Active Directory Service\n win_service:\n name: ADWS\n state: r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1584,
"all_permissive": false
} |
ansible_role | raystyle/packer-active-directory | d39e3421cb5e38323c62e4fd09d054a240322fd2 | 1 | roles/aws-ssm-agent | 7,225 | [
"no_license"
] | [
{
"path": "roles/aws-ssm-agent/tasks/main.yml",
"content": "- name: Install SSM\n win_package:\n path: https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/windows_amd64/AmazonSSMAgentSetup.exe\n product_id: ssm\n arguments: /q /install /norestart\n\n- name: Restart SSM Manager\n win_se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | ademspr/devops-studies | 0b1ec20a2e7eb0cc0021ac654631dc13a7e7bf76 | 0 | ansible/roles/deploy_master_user | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_master_user/defaults/main.yml",
"content": "---\n devops_user_name: 'devops'\n devops_user_passwd: ''",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "ansible/roles/deploy_master_user/tasks/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1039,
"all_permissive": false
} |
ansible_role | ademspr/devops-studies | 0b1ec20a2e7eb0cc0021ac654631dc13a7e7bf76 | 0 | ansible/roles/dockerce | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/dockerce/tasks/main.yml",
"content": "---\n- name: \"APT - Add an apt signing key for Docker\"\n apt_key:\n url: https://download.docker.com/linux/{{ target_distribution }}/gpg\n state: present\n become: yes \n\n- name: \"APT - Add apt repository for Docker\"\n apt_reposit... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1301,
"all_permissive": false
} |
ansible_role | ademspr/devops-studies | 0b1ec20a2e7eb0cc0021ac654631dc13a7e7bf76 | 0 | ansible/roles/k8s | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/tasks/setup-master.yml",
"content": "---\n- name: \"APT - Install Kubernetes CTL binaries\"\n become: yes\n apt:\n name: kubectl=1.15.0-00\n state: present\n force: yes \n\n- name: \"CMD - Initialize K8s cluster using kubeadm\"\n become: yes\n shell: >\n kubeadm ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3097,
"all_permissive": false
} |
ansible_role | sreekarachanta/ansible-bootcamp | 227ce69aecd336bbeca0146bf798d92cc6fe0082 | 0 | chap6/roles/apache | 7,227 | [
"no_license"
] | [
{
"path": "chap6/roles/apache/tasks/install.yml",
"content": "---\n - name: install apache service\n yum:\n name: httpd\n state: installed\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": false
} |
ansible_role | sreekarachanta/ansible-bootcamp | 227ce69aecd336bbeca0146bf798d92cc6fe0082 | 0 | chap6/roles/php | 7,227 | [
"no_license"
] | [
{
"path": "chap6/roles/php/tasks/install.yml",
"content": "---\n - name: install php package\n package:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - php\n - php-mysql\n notify: Restart apache service ",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | shriyanshbansal/Node-Web-App | e024599f09716fe3d266d23a1f71ff80a6a01a62 | 0 | roles/create_insatnce | 7,227 | [
"no_license"
] | [
{
"path": "roles/create_insatnce/tasks/main.yml",
"content": "- name: Create security group\n ec2_group:\n name: \"{{ action }}_security_group\"\n description: \"{{ action }} security group\"\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n region: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1804,
"all_permissive": false
} |
ansible_role | shriyanshbansal/Node-Web-App | e024599f09716fe3d266d23a1f71ff80a6a01a62 | 0 | roles/deploy_nodeapp | 7,227 | [
"no_license"
] | [
{
"path": "roles/deploy_nodeapp/tasks/main.yml",
"content": "- name: Launch Conatiner\n docker_container:\n name: \"webapp\"\n image: \"vinayak123/node-web-app:1.0\"\n ports:\n - \"41960:8080\"\n \n\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": 157,
"all_permissive": false
} |
ansible_role | zeysh/cldemo-rdnbr-ansible | 1b39222b0a6b946d6c1630e7e7254e2297d6b71c | 1 | roles/apache | 7,227 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "# One of the key tasks of automation are to install and configure services on\n# servers. This example installs apache webserver with no custom configuration\n# on one of the servers. If apache2 is already installed, this step is skipped.\n- name: install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | zeysh/cldemo-rdnbr-ansible | 1b39222b0a6b946d6c1630e7e7254e2297d6b71c | 1 | roles/ifplugd | 7,227 | [
"no_license"
] | [
{
"path": "roles/ifplugd/tasks/main.yml",
"content": "# One of the key tasks of automation are to install and configure services on\n# servers. This example installs the ifplugd package and accompanying config \n# file on the servers.\n- name: install ifplugd \n apt: name=ifplugd update_cache=yes\n\n# Push... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | zeysh/cldemo-rdnbr-ansible | 1b39222b0a6b946d6c1630e7e7254e2297d6b71c | 1 | roles/ifupdown | 7,227 | [
"no_license"
] | [
{
"path": "roles/ifupdown/handlers/main.yml",
"content": "\n# This handler attempts to reload legacy ifupdown. However, when making substantial\n# changes to the networking stack such as changing routes, etc, sometimes this\n# command fails and the only solution is to reboot the server.\n- name: reload netw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4170,
"all_permissive": false
} |
ansible_role | zeysh/cldemo-rdnbr-ansible | 1b39222b0a6b946d6c1630e7e7254e2297d6b71c | 1 | roles/ifupdown2 | 7,227 | [
"no_license"
] | [
{
"path": "roles/ifupdown2/templates/interfaces.j2",
"content": "{% set intvars = interfaces[ansible_hostname] %}\n# /etc/network/interfaces template for switches ({{ansible_hostname}})\n# Created by Ansible\n\nauto lo\niface lo inet loopback\n address {{ intvars.loopback }}/32\n\nauto eth0\niface eth0 ine... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1112,
"all_permissive": false
} |
ansible_role | zeysh/cldemo-rdnbr-ansible | 1b39222b0a6b946d6c1630e7e7254e2297d6b71c | 1 | roles/quagga | 7,227 | [
"no_license"
] | [
{
"path": "roles/quagga/templates/Quagga.conf.j2",
"content": "{% set intvars = interfaces[ansible_hostname] -%}\n!\n{% for neighbor in intvars.fabric %}\ninterface {{ neighbor }}\n no ipv6 nd suppress-ra\n ipv6 nd ra-interval 3\n!\n{% endfor %}\n{% if intvars.neighbors is defined %}\nip import-table 10 dis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3131,
"all_permissive": false
} |
ansible_role | zeysh/cldemo-rdnbr-ansible | 1b39222b0a6b946d6c1630e7e7254e2297d6b71c | 1 | roles/rdnbr | 7,227 | [
"no_license"
] | [
{
"path": "roles/rdnbr/tasks/main.yml",
"content": "# Since rdnbr is experimental, it is located in the testing apt repository.\n# This task adds the testing repo.\n- name: add cl testing repo\n apt_repository: repo='deb http://repo.cumulusnetworks.com CumulusLinux-2.5 testing' state=present\n\n# One of th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | SergeyErshov/b7-summary | 0060a369d692c526dbe91d011b1649fa853f8f41 | 0 | ansible/roles/docker | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: install docker\n apt:\n pkg: \n - docker.io\n - docker \n state: present\n update_cache: true\n\n- name: starting docker service\n service:\n name: docker\n state: started\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | SergeyErshov/b7-summary | 0060a369d692c526dbe91d011b1649fa853f8f41 | 0 | ansible/roles/dockerbuild | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/dockerbuild/vars/main.yml",
"content": "---\n# vars file for dockerbuild\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible/roles/dockerbuild/defaults/main.yml",
"content": "---\n# defaults file for dockerbuild\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | SergeyErshov/b7-summary | 0060a369d692c526dbe91d011b1649fa853f8f41 | 0 | ansible/roles/dockerfile | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/dockerfile/tasks/main.yml",
"content": "---\n# tasks file for dockerfile\n- name: create distrib dir on remote host\n file:\n path: /tmp/distrib/docker\n state: directory\n\n- name: copy nedeed files on remote host\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ ite... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | SergeyErshov/b7-summary | 0060a369d692c526dbe91d011b1649fa853f8f41 | 0 | ansible/roles/postgres | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "---\n# tasks file for postgres\n- name: install postgresql server and client\n apt:\n pkg:\n - postgresql\n - postgresql-client\n state: present\n update_cache: true\n\n- name: intall psycopg2 for postgresql_db ansible module... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1503,
"all_permissive": false
} |
ansible_role | sentania/enterpriseLinux_imagebuild | a6d0ad8aa14169ce92112be30bf2f408fe9eca23 | 1 | ansible/roles/add_sentania_certs | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/add_sentania_certs/tasks/main.yml",
"content": "---\n# This playbook installs lab Root Certificates to allow trusted access to lab resources\n#\n- name: Copy the root cert chain to the anchors directory\n copy: src={{ item }} dest=/etc/pki/ca-trust/source/anchors/\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | sentania/enterpriseLinux_imagebuild | a6d0ad8aa14169ce92112be30bf2f408fe9eca23 | 1 | ansible/roles/cleanup | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/cleanup/tasks/main.yml",
"content": "---\n- name: Clean the /var/spool/abrt directories\n file: path=/var/spool/abrt/* force=yes state=absent\n\n- name: Clean up the bash history unset HISTFILE\n shell: unset HISTFILE\n\n- name: Clean up the bash history\n shell: history -cw\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3471,
"all_permissive": false
} |
ansible_role | sentania/enterpriseLinux_imagebuild | a6d0ad8aa14169ce92112be30bf2f408fe9eca23 | 1 | ansible/roles/configure_chrony | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_chrony/tasks/main.yml",
"content": "---\n\n- name: Copy over the chronyd configuration\n template: src=./files/chrony.conf dest=/etc/chrony.conf\n\n- name: Make sure chrony is stopped\n service: name=chronyd state=stopped enabled=yes\n\n- name: Make sure chrony is starte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | sentania/enterpriseLinux_imagebuild | a6d0ad8aa14169ce92112be30bf2f408fe9eca23 | 1 | ansible/roles/configure_local_accounts | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_local_accounts/tasks/main.yml",
"content": "---\r\n- name: Remove games group\r\n group:\r\n name: games\r\n state: absent\r\n\r\n- name: Generate random password for root\r\n shell: pwgen -1 -sy 64 | sha512sum\r\n register: root_password\r\n\r\n- name: Set the ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | sentania/enterpriseLinux_imagebuild | a6d0ad8aa14169ce92112be30bf2f408fe9eca23 | 1 | ansible/roles/install_packages | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/install_packages/tasks/main.yml",
"content": "---\n- name: upgrade all packages to the latest version\n yum: name=* state=latest\n\n\n- name: Ensure necessary packages are installed.\n yum: \n name:\n - haveged #better random number generator\n - bash-completion #conv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 681,
"all_permissive": false
} |
ansible_role | gleicon/vagrant-ansible-cloud9 | 1bb53d0ca29bbda5526b78a550661a73bfbf4fb8 | 2 | roles/cloud9 | 7,227 | [
"no_license"
] | [
{
"path": "roles/cloud9/templates/supervisor-cloud9.conf.j2",
"content": "[program:cloud9]\ndirectory=/opt/cloud9\ncommand=/bin/bash /opt/cloud9/bin/cloud9.sh --username {{ cloud9.webuser }} --password {{ cloud9.webpassword }}\nprocess_name=%(program_name)s\nautostart=true\nautorestart=true\nstopsignal=QUIT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | gleicon/vagrant-ansible-cloud9 | 1bb53d0ca29bbda5526b78a550661a73bfbf4fb8 | 2 | roles/nodejs | 7,227 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "- name: test if nodejs is installed\n shell: /usr/bin/test -n \"$(node -v 2> /dev/null)\" -o -n \"$(/usr/local/bin/node -v 2> /dev/null)\"\n ignore_errors: True\n register: node_installed\n\n- include: node.yml\n when: node_installed.rc == 1\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | gleicon/vagrant-ansible-cloud9 | 1bb53d0ca29bbda5526b78a550661a73bfbf4fb8 | 2 | roles/supervisor | 7,227 | [
"no_license"
] | [
{
"path": "roles/supervisor/tasks/main.yml",
"content": "- name: install supervisor debian/ubuntu\n apt: pkg=supervisor state=latest\n\n- name: Enable and run service\n service: name=supervisor state=started enabled=yes\n\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": 162,
"all_permissive": false
} |
ansible_role | ngergs/mayan-edms-iaas | c8e0d302c0670a15532c60940808eba846af1f35 | 0 | ansible/roles/edms | 7,227 | [
"no_license"
] | [
{
"path": "ansible/roles/edms/tasks/ufw_rules.yml",
"content": "- name: Allow SSH connects (ufw)\n community.general.ufw:\n rule: limit\n port: ssh\n proto: tcp\n- name: Delete tcp/2375 rule (ufw)\n community.general.ufw:\n rule: allow\n port: '2375'\n proto: tcp\n delete: yes\n- name... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 12184,
"all_permissive": false
} |
ansible_role | jayainjeti/mine | 04eba107231d5929f707ea417f3e0c1eb7bd3b2b | 0 | roles/dotnet | 7,227 | [
"no_license"
] | [
{
"path": "roles/dotnet/tasks/main.yml",
"content": "---\n# tasks file for dotnet\n- name: Install a list of packages\n ansible.builtin.apt:\n deb: https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb\n- name: Install a list of packages\n ansible.builtin.apt:\n update_cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | megawan/cis-benchmark-ubuntu-playbook | 17fc0b14501e89f4ccae936f6c7398618a6b870a | 0 | roles/section_1 | 7,227 | [
"no_license"
] | [
{
"path": "roles/section_1/handlers/main.yml",
"content": "---\n# related to section 1.4\n- name: update grub\n ansible.builtin.command:\n cmd: update-grub\n\n# related to section 1.7\n- name: restart sshd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10933,
"all_permissive": false
} |
ansible_role | megawan/cis-benchmark-ubuntu-playbook | 17fc0b14501e89f4ccae936f6c7398618a6b870a | 0 | roles/section_2 | 7,227 | [
"no_license"
] | [
{
"path": "roles/section_2/handlers/main.yml",
"content": "---\n# related to section 2.16\n- name: restart postfix\n ansible.builtin.systemd:\n name: postfix\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/section... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6023,
"all_permissive": false
} |
ansible_role | Anazatar/ProjetoBackup | b87926832303a69a9c15add1bd07c56a915e5f38 | 0 | roles/backup_restore | 7,227 | [
"no_license"
] | [
{
"path": "roles/backup_restore/templates/preverif.ps1",
"content": "# ---------------------------------------------------------------------------\n# 1) Carregamento / download do módulo\n# ---------------------------------------------------------------------------\n$moduloNome = 'backup.psm1'\n$moduloDir ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 18847,
"all_permissive": false
} |
ansible_role | 18visions-ci/homelab-victoriametrics | c8f97f8a01285fda3d0ae32a040a074878c8d25f | 0 | roles/nfs_mount | 7,227 | [
"no_license"
] | [
{
"path": "roles/nfs_mount/tasks/main.yaml",
"content": "---\n- name: Ensure nfs-common package is installed\n apt:\n name: nfs-common\n state: present\n update_cache: yes\n\n- name: Ensure required directories exist\n file:\n path: \"{{ nas_mount_point }}\"\n state: directory\n mode: '0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2558,
"all_permissive": false
} |
ansible_role | 18visions-ci/homelab-victoriametrics | c8f97f8a01285fda3d0ae32a040a074878c8d25f | 0 | roles/victoriametrics_install | 7,227 | [
"no_license"
] | [
{
"path": "roles/victoriametrics_install/tasks/main.yaml",
"content": "---\n- name: Install dependencies\n apt:\n name:\n - curl\n - tar\n - wget\n - gnupg\n state: present\n update_cache: yes\n\n- name: Download VictoriaMetrics binary\n get_url:\n url: \"https://github.com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1331,
"all_permissive": false
} |
ansible_role | 18visions-ci/homelab-victoriametrics | c8f97f8a01285fda3d0ae32a040a074878c8d25f | 0 | roles/victoriametrics_service | 7,227 | [
"no_license"
] | [
{
"path": "roles/victoriametrics_service/handlers/main.yaml",
"content": "---\n- name: Restart VictoriaMetrics service\n systemd:\n name: victoriametrics\n state: restarted\n daemon_reload: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1434,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.