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 | kameshsampath/gloo-mesh-vm-demo | 45961ec6ace1bc7fe6f1ba48fa398b0595a2d617 | 0 | roles/workload_vm | 7,870 | [
"no_license"
] | [
{
"path": "roles/workload_vm/tasks/configure_istio_vm.yml",
"content": "- name: \"Extract Istio Cluster version and revision\"\n set_fact:\n istio_version: \"{{ istio_clusters[istio_cluster].version }}\"\n istio_revision: \"{{ istio_clusters[istio_cluster].version | kameshsampath.kubernetes_spices.v... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 22105,
"all_permissive": false
} |
ansible_role | Alfred-hhy/SAPML | 8f77f6a6d4037c3b40734ae28f43e8b9c8ed72fd | 0 | doe-suite-config/roles/setup-arkworks | 7,870 | [
"no_license"
] | [
{
"path": "doe-suite-config/roles/setup-arkworks/tasks/main.yml",
"content": "---\n\n\n- debug:\n msg: \"-> arkworks only\"\n tags: [print_action]\n\n\n- name: Delete hosts file\n file:\n path: \"{{ exp_hosts_file }}\"\n state: absent\n\n- name: Setup hosts file\n lineinfile:\n path: \"{{ exp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | Alfred-hhy/SAPML | 8f77f6a6d4037c3b40734ae28f43e8b9c8ed72fd | 0 | doe-suite-config/roles/setup-base | 7,870 | [
"no_license"
] | [
{
"path": "doe-suite-config/roles/setup-base/tasks/main.yml",
"content": "---\n\n\n- debug:\n msg: \"-> base only\"\n tags: [print_action]\n\n- name: Add or modify nofile soft limit\n become: True\n community.general.pam_limits:\n domain: ubuntu\n limit_type: soft\n limit_item: nofile\n va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4950,
"all_permissive": false
} |
ansible_role | Alfred-hhy/SAPML | 8f77f6a6d4037c3b40734ae28f43e8b9c8ed72fd | 0 | doe-suite-config/roles/setup-consistency | 7,870 | [
"no_license"
] | [
{
"path": "doe-suite-config/roles/setup-consistency/tasks/main.yml",
"content": "---\n\n\n- debug:\n msg: \"-> consistency only\"\n tags: [print_action]\n\n\n- name: Delete hosts file\n file:\n path: \"{{ exp_consistency_hosts_file }}\"\n state: absent\n\n\n\n- name: Filter host list for exp\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | Alfred-hhy/SAPML | 8f77f6a6d4037c3b40734ae28f43e8b9c8ed72fd | 0 | doe-suite-config/roles/setup-network-delay | 7,870 | [
"no_license"
] | [
{
"path": "doe-suite-config/roles/setup-network-delay/tasks/main.yml",
"content": "\n\n- name: Install package containing traffic control (tc)\n become: True\n ansible.builtin.apt:\n pkg:\n - iproute2\n - iperf\n state: present\n update_cache: yes\n\n- name: Delete all rules\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | SuperSuperMario/ansible | 30a21a814e1d3f9729a95877bd0cb53cd1a25d9d | 0 | roles/docker | 7,870 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: ensure docker is installed\n yum: \n name: docker-ce\n state: latest\n become: yes\n become_method: sudo\n # register: contents\n\n# - include_tasks: init.yml\n# when: contents.stdout\n\n# get all refister output data\n# - name: t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | SuperSuperMario/ansible | 30a21a814e1d3f9729a95877bd0cb53cd1a25d9d | 0 | roles/python3 | 7,870 | [
"no_license"
] | [
{
"path": "roles/python3/tasks/main.yml",
"content": "---\n# - name: init aliyun source\n# command: wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo \n# become: yes\n# become_method: sudo\n\n- name: yum aliyun ius-release\n yum: \n name: https://centos7.iuscom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | arashbrd/Devops | bbc346347bbeb1abf694d02f1ecce1a51e3b75ac | 0 | ansible-collection/roles/docker_setup | 7,870 | [
"no_license"
] | [
{
"path": "ansible-collection/roles/docker_setup/defaults/main.yml",
"content": "---\ndocker_dependencies:\n - acl\n - python3-pip\n - python3-docker\n - python3-requests\n - python3-urllib3\n - python3-virtualenv\n - net-tools\n - iproute2\n - gpg\n\ndocker_packages:\n - docker-ce\n - docker-ce-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2243,
"all_permissive": false
} |
ansible_role | thiagoalvoravel/ansible_curso_alura | 35798fe7f3ee1f21249ea4851c5be303215bd168 | 0 | roles/mysql | 7,870 | [
"no_license"
] | [
{
"path": "roles/mysql/defaults/main.yml",
"content": "---\nwp_host_ip:\n - 'localhost'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: 'Instala pacotes de dependencia do sistema operaciona... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | thiagoalvoravel/ansible_curso_alura | 35798fe7f3ee1f21249ea4851c5be303215bd168 | 0 | roles/webserver | 7,870 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: 'Instala pacotes de dependencia do sistema operacional'\n apt:\n update_cache: yes\n cache_valid_time: 3600 #1 hora\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - php7.2\n - apache2\n - libap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | thiagoalvoravel/ansible_curso_alura | 35798fe7f3ee1f21249ea4851c5be303215bd168 | 0 | roles/wordpress | 7,870 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: 'Baixa o arquivo de instalacao do Wordpress'\n get_url:\n url: 'https://wordpress.org/latest.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n become: yes\n\n- name: 'Descompacta a pasta do Wordpress'\n unarchive:\n src: '/tmp/wordpres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1102,
"all_permissive": false
} |
ansible_role | faja/mightyplay | 6390eb91ff980219fabb850d78714064b8c55b48 | 0 | ansible/roles/cadvisor | 7,870 | [
"no_license"
] | [
{
"path": "ansible/roles/cadvisor/templates/compose.yaml.j2",
"content": "---\nname: cadvisor\nservices:\n cadvisor:\n container_name: cadvisor\n image: {{ cadvisor_image_name }}:{{ cadvisor_image_tag }}\n entrypoint:\n - cadvisor\n command:\n - -logtostderr\n - -docker_only=true... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3839,
"all_permissive": false
} |
ansible_role | faja/mightyplay | 6390eb91ff980219fabb850d78714064b8c55b48 | 0 | ansible/roles/docker | 7,870 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/docker.yaml",
"content": "---\n\n- name: Install docker official GPG key\n become: true\n ansible.builtin.copy:\n src: files/docker.asc\n dest: /etc/apt/keyrings/docker.asc\n owner: root\n group: root\n mode: '0644'\n\n- name: Install docker APT source\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1441,
"all_permissive": false
} |
ansible_role | faja/mightyplay | 6390eb91ff980219fabb850d78714064b8c55b48 | 0 | ansible/roles/prometheus | 7,870 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/README.md",
"content": "prometheus\n=========\n\n### supported platforms\n- Debian\n - bookworm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "ansible/roles/prometheus/templates/targets.yaml.j2",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4108,
"all_permissive": false
} |
ansible_role | wandrll/sbt_pdris_3 | 16c887b66a545ca2b21c614fc4f7ab91d5835a2d | 0 | Task_2/roles/application | 7,870 | [
"no_license"
] | [
{
"path": "Task_2/roles/application/tasks/main.yaml",
"content": "- name: mkdir\n file:\n path: \"~/application/\"\n state: directory\n mode: 0777\n recurse: yes\n\n- name: clone\n git:\n repo: \"https://github.com/wandrll/sbt_pdris_2.git\"\n dest: \"~/application/\"\n version: task\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | cwsaunders/safe-keeping | 1ff9f6c99a75ac8e7781cf0ffa5fb6046d1314c5 | 0 | ansible-cf-tf-sls/roles/deploy-cf | 7,870 | [
"no_license"
] | [
{
"path": "ansible-cf-tf-sls/roles/deploy-cf/tasks/main.yml",
"content": "- name: Incude variables\n include_vars:\n file: \"vars/main.yml\"\n\n- name: Install boto3 and botocore with pip3 module\n pip:\n name: \n - boto3\n - botocore\n - boto\n #executable: pip-3.7\n\n- name: generate c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1649,
"all_permissive": false
} |
ansible_role | cwsaunders/safe-keeping | 1ff9f6c99a75ac8e7781cf0ffa5fb6046d1314c5 | 0 | ansible-cf-tf-sls/roles/deploy-sls | 7,870 | [
"no_license"
] | [
{
"path": "ansible-cf-tf-sls/roles/deploy-sls/tasks/main.yml",
"content": "- name: Incude variables\n include_vars:\n file: \"vars/main.yml\"\n\n- name: Install boto3 and botocore with pip3 module\n pip:\n name: \n - python-craigslist\n\n- name: Install npm packages\n community.general.npm:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | cwsaunders/safe-keeping | 1ff9f6c99a75ac8e7781cf0ffa5fb6046d1314c5 | 0 | ansible-cf-tf-sls/roles/deploy-tf | 7,870 | [
"no_license"
] | [
{
"path": "ansible-cf-tf-sls/roles/deploy-tf/tasks/main.yml",
"content": "- name: Incude variables\n include_vars:\n file: \"vars/main.yml\"\n\n- name: Install boto3 and botocore with pip3 module\n pip:\n name: \n - boto3\n - botocore\n - boto\n #executable: pip-3.7\n\n- name: generate t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | cwsaunders/safe-keeping | 1ff9f6c99a75ac8e7781cf0ffa5fb6046d1314c5 | 0 | ansible-raw-cf/roles/base | 7,870 | [
"no_license"
] | [
{
"path": "ansible-raw-cf/roles/base/tasks/main.yml",
"content": "- name: execute command\n shell: \"ls\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 38,
"all_permissive": false
} |
ansible_role | lwolf/openstack_ansible | 067597108a81feba7329a84a3228be934b5c13c1 | 0 | roles/ceilometer | 7,870 | [
"no_license"
] | [
{
"path": "roles/ceilometer/tasks/main.yml",
"content": "---\n- include: mongodb.yml\n- include: rabbitmq.yml\n- include: keystone.yml\n- include: ceilometer-api.yml\n- include: ceilometer-collector.yml\n- include: nova-compute.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4789,
"all_permissive": false
} |
ansible_role | lwolf/openstack_ansible | 067597108a81feba7329a84a3228be934b5c13c1 | 0 | roles/cinder | 7,870 | [
"no_license"
] | [
{
"path": "roles/cinder/tasks/cinder-volume.yaml",
"content": "---\n\n- name: create cinder-volumes volume group\n lvg:\n vg: cinder-volumes\n pvs: \"/dev/sdc\"\n state: present\n\n- name: ensure {{ component }}-volume packages are installed\n apt: \n pkg: \"{{ item }}\"\n state: latest \n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2560,
"all_permissive": false
} |
ansible_role | lwolf/openstack_ansible | 067597108a81feba7329a84a3228be934b5c13c1 | 0 | roles/common | 7,870 | [
"no_license"
] | [
{
"path": "roles/common/tasks/common.yml",
"content": "\n- name: ensure needed repositories are present\n command: apt-add-repository -y {{ item }}\n with_items: openstack_repositories\n\n- name: update apt cache\n apt: \n update_cache: yes\n\n\n- name: ensure required base packages are present\n apt... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2245,
"all_permissive": false
} |
ansible_role | lwolf/openstack_ansible | 067597108a81feba7329a84a3228be934b5c13c1 | 0 | roles/frontend | 7,870 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yaml",
"content": "---\n- include: frontend.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/frontend/tasks/frontend.yaml",
"content": "---\n- name: gather keystone facts\n hosts: keystone\n su... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | lwolf/openstack_ansible | 067597108a81feba7329a84a3228be934b5c13c1 | 0 | roles/glance | 7,870 | [
"no_license"
] | [
{
"path": "roles/glance/tasks/mysql.yml",
"content": "---\n- name: ensure glance database is present\n mysql_db: \n name: glance\n\n- name: ensure glance database user is present\n mysql_user: \n name: glance \n host: \"{{ item }}\"\n password: \"{{ <PASSWORD> }}\"\n priv: glance.*:ALL\n w... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 894,
"all_permissive": false
} |
ansible_role | lwolf/openstack_ansible | 067597108a81feba7329a84a3228be934b5c13c1 | 0 | roles/heat | 7,870 | [
"no_license"
] | [
{
"path": "roles/heat/tasks/main.yaml",
"content": "---\n- include: mysql.yaml\n- include: rabbitmq.yaml\n- include: keystone.yaml\n- include: heat.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/heat/tasks/mysql.yaml",
"content": ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3084,
"all_permissive": false
} |
ansible_role | lwolf/openstack_ansible | 067597108a81feba7329a84a3228be934b5c13c1 | 0 | roles/keystone | 7,870 | [
"no_license"
] | [
{
"path": "roles/keystone/tasks/main.yml",
"content": "---\n- include: mysql.yml\n- include: keystone.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/keystone/tasks/keystone.yml",
"content": "---\n- name: ensure {{ component }} pack... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2697,
"all_permissive": false
} |
ansible_role | lwolf/openstack_ansible | 067597108a81feba7329a84a3228be934b5c13c1 | 0 | roles/neutron | 7,870 | [
"no_license"
] | [
{
"path": "roles/neutron/vars/main.yml",
"content": "component: neutron\n\nneutron_api_packages:\n - \"{{ component }}-server\"\n######################\n - openvswitch-common\n - openvswitch-switch\n - \"{{ component }}-plugin-openvswitch\"\n - \"{{ component }}-plugin-openvswitch-agent\"\n\nneutron_ap... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4552,
"all_permissive": false
} |
ansible_role | lwolf/openstack_ansible | 067597108a81feba7329a84a3228be934b5c13c1 | 0 | roles/nova | 7,870 | [
"no_license"
] | [
{
"path": "roles/nova/tasks/mysql.yaml",
"content": "---\n- name: ensure nova database is present\n mysql_db: \n name: nova\n\n- name: ensure nova database user is present\n mysql_user: \n name: nova \n host: \"{{ item }}\" \n password: \"{{ <PASSWORD> }}\" \n priv: nova.*:ALL\n with_items... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1852,
"all_permissive": false
} |
ansible_role | lwolf/openstack_ansible | 067597108a81feba7329a84a3228be934b5c13c1 | 0 | roles/swift | 7,870 | [
"no_license"
] | [
{
"path": "roles/swift/tasks/main.yaml",
"content": "---\n- include: mysql.yaml\n- include: keystone.yaml\n- include: swift-proxy-1.yaml\n- include: swift-storage-1.yaml\n- include: swift-proxy-2.yaml\n- include: swift-storage-2.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 8849,
"all_permissive": false
} |
ansible_role | ChaitanyaKottha/roboshop-ansible | 27ab1c994f2b8364dd4b6f74c98a9ca1fc92b01d | 1 | roles/catalogue | 7,870 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: import nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/catalogue/vars/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | ChaitanyaKottha/roboshop-ansible | 27ab1c994f2b8364dd4b6f74c98a9ca1fc92b01d | 1 | roles/common | 7,870 | [
"no_license"
] | [
{
"path": "roles/common/tasks/java.yml",
"content": "- name: install maven\n ansible.builtin.yum:\n name: maven\n state: installed\n\n- name: load app prereq\n ansible.builtin.include_tasks: \"app-prereq.yml\"\n\n- name: build maven\n ansible.builtin.shell: mvn clean package ; mv target/{{component... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3887,
"all_permissive": false
} |
ansible_role | ChaitanyaKottha/roboshop-ansible | 27ab1c994f2b8364dd4b6f74c98a9ca1fc92b01d | 1 | roles/dispatch | 7,870 | [
"no_license"
] | [
{
"path": "roles/dispatch/vars/main.yml",
"content": "component: dispatch",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "roles/dispatch/tasks/main.yml",
"content": "- name: import golang\n ansible.builtin.import_role:\n name: common\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | ChaitanyaKottha/roboshop-ansible | 27ab1c994f2b8364dd4b6f74c98a9ca1fc92b01d | 1 | roles/frontend | 7,870 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yml",
"content": "component: frontend\napp_version: 1.0.0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install nginx\n ansible.builtin.yum:\n name: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1188,
"all_permissive": false
} |
ansible_role | ChaitanyaKottha/roboshop-ansible | 27ab1c994f2b8364dd4b6f74c98a9ca1fc92b01d | 1 | roles/mongodb | 7,870 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: copy mongodb repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: install mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: update moongodb listen ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | ChaitanyaKottha/roboshop-ansible | 27ab1c994f2b8364dd4b6f74c98a9ca1fc92b01d | 1 | roles/mysql | 7,870 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "component: mysql",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: disable mysql 8\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | ChaitanyaKottha/roboshop-ansible | 27ab1c994f2b8364dd4b6f74c98a9ca1fc92b01d | 1 | roles/payment | 7,870 | [
"no_license"
] | [
{
"path": "roles/payment/vars/main.yml",
"content": "component: payment\nschema_load: false\napp_version: 1.0.0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: import python\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | ChaitanyaKottha/roboshop-ansible | 27ab1c994f2b8364dd4b6f74c98a9ca1fc92b01d | 1 | roles/rabbitmq | 7,870 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/vars/main.yml",
"content": "component: rabbitmq",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: configure yum repos\n ansible.builtin.shell: curl -s {{ item }} | ba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | ChaitanyaKottha/roboshop-ansible | 27ab1c994f2b8364dd4b6f74c98a9ca1fc92b01d | 1 | roles/redis | 7,870 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: install redis repo\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: enable redis 6.2 dnf module\n ansible.builtin.shell: dnf module enable redi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | ChaitanyaKottha/roboshop-ansible | 27ab1c994f2b8364dd4b6f74c98a9ca1fc92b01d | 1 | roles/shipping | 7,870 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: import java\n ansible.builtin.import_role:\n name: common\n tasks_from: java",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/shipping/vars/main.yml",
"content": "compon... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | pgraffigna/ansible_role_unifi | ad36228548b16b98cba591d71004d6712d3e5671 | 0 | roles/mongo | 7,870 | [
"no_license"
] | [
{
"path": "roles/mongo/tasks/main.yml",
"content": "---\n- name: Incluye el archivo con las variables\n ansible.builtin.include_vars:\n file: vars_main.yml\n\n- name: Importar llave\n ansible.builtin.get_url:\n url: \"{{ mongo_repo_key }}\"\n dest: /etc/apt/trusted.gpg.d/server-3.6.asc\n mode:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | pgraffigna/ansible_role_unifi | ad36228548b16b98cba591d71004d6712d3e5671 | 0 | roles/unifi | 7,870 | [
"no_license"
] | [
{
"path": "roles/unifi/tasks/main.yml",
"content": "---\n- name: Incluye el archivo con las variables\n ansible.builtin.include_vars:\n file: vars_main.yml\n\n- name: Importar llave\n ansible.builtin.get_url:\n url: \"{{ unifi_repo_key }}\"\n dest: /etc/apt/trusted.gpg.d/unifi-repo.gpg\n mode:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 746,
"all_permissive": false
} |
ansible_role | youhide/hideForming | 8489fbbf08fc603574ffec9e6b5565d0067afa1a | 1 | ansible/playbooks/roles/atlantis | 7,870 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/atlantis/files/config.yaml",
"content": "# Atlantis Configuration\natlantis-url: \"http://atlantis.localdomain:4141\"\nport: 4141\n\n# GitHub Settings\n# gh-user: \"YOUR_GITHUB_USER\"\n# gh-token: \"YOUR_GITHUB_TOKEN\"\n# gh-webhook-secret: \"YOUR_WEBHOOK_SECRET\"\ngh-app-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5717,
"all_permissive": false
} |
ansible_role | youhide/hideForming | 8489fbbf08fc603574ffec9e6b5565d0067afa1a | 1 | ansible/playbooks/roles/cronbox | 7,870 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/cronbox/tasks/main.yml",
"content": "---\n\n- name: Update repositories cache and install packages\n ansible.builtin.apt:\n name: pip\n update_cache: true\n\n# - name: Copy scripts\n# ansible.builtin.copy:\n# src: \"{{ role_path }}/files/scripts/\"\n# dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1302,
"all_permissive": false
} |
ansible_role | youhide/hideForming | 8489fbbf08fc603574ffec9e6b5565d0067afa1a | 1 | ansible/playbooks/roles/docker | 7,870 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/docker/tasks/main.yml",
"content": "---\n\n- name: Check if docker is installed\n ansible.builtin.command: docker --version\n register: docker_valid\n changed_when: false\n ignore_errors: true\n\n- name: Installing docker\n when: docker_valid.failed\n changed_when: m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | youhide/hideForming | 8489fbbf08fc603574ffec9e6b5565d0067afa1a | 1 | ansible/playbooks/roles/legend-database | 7,870 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/legend-database/tasks/main.yml",
"content": "---\n\n- name: Update repositories cache and install packages\n ansible.builtin.apt:\n name:\n - mysql-server\n - mysql-client\n - pip\n update_cache: true\n notify: Restart MySQL\n\n- name: Install python... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | youhide/hideForming | 8489fbbf08fc603574ffec9e6b5565d0067afa1a | 1 | ansible/playbooks/roles/legend-shard | 7,870 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/legend-shard/vars/main.yml",
"content": "---\n\nlegend_shard_deploy_key_priv: |\n {{ lookup('community.general.passwordstore', 'hideOut/LegenD-SharD/deploy_key_priv', returnall=true) }}\nlegend_shard_deploy_key_pub: |\n {{ lookup('community.general.passwordstore', 'hideO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2424,
"all_permissive": false
} |
ansible_role | youhide/hideForming | 8489fbbf08fc603574ffec9e6b5565d0067afa1a | 1 | ansible/playbooks/roles/terraform-agent | 7,870 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/terraform-agent/vars/main.yml",
"content": "---\n\ntfc_agent_token: \"{{ lookup('community.general.passwordstore', 'hideOut/Terraform/agent_token') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "ansible/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1282,
"all_permissive": false
} |
ansible_role | youhide/hideForming | 8489fbbf08fc603574ffec9e6b5565d0067afa1a | 1 | ansible/playbooks/roles/vault | 7,870 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/vault/tasks/process_secret.yml",
"content": "---\n# process_secret.yml - Processing each secret from pass to Vault\n\n# Check Vault status before writing secret\n- name: Check Vault status before processing secret\n ansible.builtin.uri:\n url: \"{{ vault_api_addr }}/v1... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 15961,
"all_permissive": false
} |
ansible_role | gmorell/gabe-cv | ed25c6397095107ba4939becfeed150335e04b6d | 0 | deploy/roles/common | 7,870 | [
"no_license"
] | [
{
"path": "deploy/roles/common/templates/supervisor.conf.jinja2",
"content": "[program:{{ site_url|replace(\".\",\"_\")}}]\nuser={{ site_user }}\ncommand={{ site_home }}/venv/bin/uwsgi --ini {{ site_home }}/uwsgi.ini\nautostart=true\nautorestart=true\nstopsignal=INT",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7023,
"all_permissive": false
} |
ansible_role | Gaelan/CSPAnsible | 43edb278a2f901f8501e96ad4e2618ca88cc15f9 | 0 | roles/adminer | 7,860 | [
"no_license"
] | [
{
"path": "roles/adminer/tasks/main.yml",
"content": "---\n- name: Install adminer\n # In theory, we could install adminer through apt, but that appears to have\n # been \"temporarily\" broken since 2017. Instead, we install it ourselves.\n get_url:\n url: https://www.adminer.org/latest-mysql-en.php\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | Gaelan/CSPAnsible | 43edb278a2f901f8501e96ad4e2618ca88cc15f9 | 0 | roles/apache | 7,860 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install apache\n apt:\n name: apache2\n- name: Add the web server to the student-files group\n user:\n name: www-data\n groups:\n - student-files\n append: yes\n- name: Enable per-user folders in Apache\n apache2_module:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | Gaelan/CSPAnsible | 43edb278a2f901f8501e96ad4e2618ca88cc15f9 | 0 | roles/automatic-updates | 7,860 | [
"no_license"
] | [
{
"path": "roles/automatic-updates/tasks/main.yml",
"content": "---\n- name: Install automatic updater\n apt:\n name: unattended-upgrades\n- name: Set automatic update configuration\n copy:\n src: 20automatic-upgrades\n dest: /etc/apt/apt.conf.d/20auto-upgrades\n backup: true\n",
"license_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | Gaelan/CSPAnsible | 43edb278a2f901f8501e96ad4e2618ca88cc15f9 | 0 | roles/mysql | 7,860 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install MySQL Server\n apt:\n name: mysql-server\n- name: Install PHP MySQL\n apt:\n name: php-mysql\n- name: Install Python MySQL\n # Required to automatically set up SQL database/users\n apt:\n name: python-mysqldb\n- name: Upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | Gaelan/CSPAnsible | 43edb278a2f901f8501e96ad4e2618ca88cc15f9 | 0 | roles/samba | 7,860 | [
"no_license"
] | [
{
"path": "roles/samba/tasks/main.yml",
"content": "---\n- name: Install Samba\n apt:\n name: samba\n- name: Update samba config file\n copy:\n dest: /etc/samba/smb.conf\n src: smb.conf\n backup: yes\n notify: Restart samba\n- name: Setting SMB passwords for students\n shell: \"printf '{{ it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | Gaelan/CSPAnsible | 43edb278a2f901f8501e96ad4e2618ca88cc15f9 | 0 | roles/users | 7,860 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n- name: Create the student-files group\n # Users in this group (such as the web server, which we add in the next\n # step) have access to all student files. Slightly confusingly, students\n # are NOT in this group (because if they were, they might ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | ayr-ton/ansible-devstation | 88d8776263f325ad4148ce37df378c97b36cadd1 | 3 | roles/common | 7,860 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "---\n# vars file for common\ncurrent_user: \"{{ ansible_user_id }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/common/meta/main.yml",
"content": "---\ngalaxy_info:\n author: \"D... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | ayr-ton/ansible-devstation | 88d8776263f325ad4148ce37df378c97b36cadd1 | 3 | roles/docker | 7,860 | [
"no_license"
] | [
{
"path": "roles/docker/meta/main.yml",
"content": "---\ngalaxy_info:\n author: \"DevAllTheThingsOpster\"\n description: \"Docker role for AllTheThingsOpsters\"\n license: \"MIT\"\n min_ansible_version: 2.9\n\n platforms:\n - name: Ubuntu\n versions:\n - focal\n\n galaxy_tags:\n - ub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | ayr-ton/ansible-devstation | 88d8776263f325ad4148ce37df378c97b36cadd1 | 3 | roles/dotfiles | 7,860 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - dotfiles\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/dotfiles/defaults/main.yml",
"content": "---\n# defaults file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1324,
"all_permissive": false
} |
ansible_role | safchain/skydive-scale-ansible | 59b7ac5d1f98e504eef0b225956283f3c347fc2c | 0 | roles/agent | 7,860 | [
"no_license"
] | [
{
"path": "roles/agent/templates/agent.yml",
"content": "host_id: sk-{{ skydive_role }}{{ play_hosts.index(inventory_hostname) * vhosts + item }}\n\n# WebSocket delay between two pings.\n# ws_ping_delay: 2\n# WebSocket Ping/Pong timeout in second.\nws_pong_timeout: 15\n# maximum number of topology aggregate... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3301,
"all_permissive": false
} |
ansible_role | safchain/skydive-scale-ansible | 59b7ac5d1f98e504eef0b225956283f3c347fc2c | 0 | roles/all | 7,860 | [
"no_license"
] | [
{
"path": "roles/all/tasks/main.yml",
"content": "---\n- name: Copy binary\n include_role:\n name: common\n tasks_from: copy\n\n- name: Create fake host\n include_role:\n name: common\n tasks_from: main\n\n- name: Create fake vm\n include_role:\n name: common\n tasks_from: fake-vm\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | safchain/skydive-scale-ansible | 59b7ac5d1f98e504eef0b225956283f3c347fc2c | 0 | roles/analyzer | 7,860 | [
"no_license"
] | [
{
"path": "roles/analyzer/templates/analyzer.yml",
"content": "host_id: sk-{{ skydive_role }}{{ play_hosts.index(inventory_hostname) * vhosts + item }}\n\n# WebSocket delay between two pings.\n# ws_ping_delay: 2\n# WebSocket Ping/Pong timeout in second.\nws_pong_timeout: 30\n# maximum number of topology agg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5019,
"all_permissive": false
} |
ansible_role | safchain/skydive-scale-ansible | 59b7ac5d1f98e504eef0b225956283f3c347fc2c | 0 | roles/common | 7,860 | [
"no_license"
] | [
{
"path": "roles/common/tasks/fake-vm.yml",
"content": "---\n- name: Create fake VM netns\n shell: |\n {% for vm in range(0, vms) %}\n\n {% set ns_host = \"sk-\" + skydive_role + (play_hosts.index(inventory_hostname) * vhosts + item)|string %}\n\n {% set vm_index = play_hosts.index(inventory_hostn... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5601,
"all_permissive": false
} |
ansible_role | safchain/skydive-scale-ansible | 59b7ac5d1f98e504eef0b225956283f3c347fc2c | 0 | roles/gw | 7,860 | [
"no_license"
] | [
{
"path": "roles/gw/tasks/main.yml",
"content": "---\n- name: Add gw\n shell: |\n ip address add {{ underlay_gw_address }} dev br-int\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 86,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/common | 7,860 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: create storage group\n group:\n name: storage\n gid: 1010\n\n- name: create storage group\n user:\n name: storage\n uid: 1010\n\n- name: Install common packages\n apt:\n package:\n - ssl-cert\n state: latest\n updat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/docker | 7,860 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: add docker apt-key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n state: present\n\n- name: add docker deb repository\n apt_repository:\n repo: deb [arch=armhf] https://download.docker.com/linux/debian stretch sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/filebrowser | 7,860 | [
"no_license"
] | [
{
"path": "roles/filebrowser/tasks/main.yml",
"content": "---\n\n- name: install filebrowser systemd unit\n template:\n src: templates/filebrowser.service.j2\n dest: /etc/systemd/system/filebrowser.service\n tags:\n - filebrowser\n\n- name: install filebrowser binary\n unarchive:\n src: \"htt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 906,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/ftp | 7,860 | [
"no_license"
] | [
{
"path": "roles/ftp/tasks/main.yml",
"content": "- name: install ftp package\n apt:\n package:\n - nfs-kernel-server\n - nfs-common\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/home-assistant | 7,860 | [
"no_license"
] | [
{
"path": "roles/home-assistant/tasks/main.yml",
"content": "---\n\n- name: create database\n postgresql_db:\n name: homeassistant\n tags:\n - hass-db\n\n- name: create database user\n postgresql_user:\n db: homeassistant\n user: homeassistant\n password: \"{{ lookup('hashi_vault', 'secret... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/jellyfin | 7,860 | [
"no_license"
] | [
{
"path": "roles/jellyfin/tasks/main.yml",
"content": "- name: add jellyfin apt-key\n apt_key:\n url: https://repo.jellyfin.org/debian/jellyfin_team.gpg.key\n state: present\n\n- name: add jellyfin deb repository\n apt_repository:\n repo: deb [arch=armhf] https://repo.jellyfin.org/debian stretch ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/mosquitto | 7,860 | [
"no_license"
] | [
{
"path": "roles/mosquitto/templates/mosquitto.conf.j2",
"content": "port 1883\n\nallow_anonymous false\npassword_file /root/mos<PASSWORD>_passwd\n\nlistener 1884\n\ncafile /etc/ssl/certs/DST_Root_CA_X3.pem\ncertfile /etc/letsencrypt/live/mqtt.kaliwe.ru/fullchain.pem\nkeyfile /etc/letsencrypt/live/mqtt.kali... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2208,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/nextcloud | 7,860 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/main.yml",
"content": "---\n- name: install nextcloud-db in docker\n docker_container:\n name: nextcloud-db\n image: postgres:10\n restart_policy: always\n env: \"{{ env }}\"\n volumes:\n - \"{{ nextcloud_root }}/db:/var/lib/postgresql/data\"\n - \"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1997,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/nextcloud-deb | 7,860 | [
"no_license"
] | [
{
"path": "roles/nextcloud-deb/tasks/main.yml",
"content": "- name: install nextcloud package\n apt:\n package:\n - syncthing\n state: latest\n update_cache: yes\n tags:\n - nextcloud-deb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/node-exporter | 7,860 | [
"no_license"
] | [
{
"path": "roles/node-exporter/vars/main.yml",
"content": "node_exporter_version: 0.16.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/node-exporter/templates/node_exporter.service.j2",
"content": "# vim: ft=dosini\n[Unit]\nDescriptio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1981,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/node-exporter-thermal-zone | 7,860 | [
"no_license"
] | [
{
"path": "roles/node-exporter-thermal-zone/tasks/main.yml",
"content": "---\n- name: create textfile collector directory\n file:\n state: directory\n path: /var/lib/node_exporter/textfile_collector\n tags:\n - thermal-zone-exporter\n\n- name: cron task to expose thermal zone\n cron:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/plex | 7,860 | [
"no_license"
] | [
{
"path": "roles/plex/vars/main.yml",
"content": "env:\n PUID: 1010\n PGID: 1010\n\nmounts:\n torrent:\n movies: /media/public/torrent/downloads/movies\n tvshows: /media/public/torrent/downloads/tvshows\n transcode: /media/public/plex/transcode\n config: /media/public/plex/config\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/postgresql | 7,860 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "- name: install postgresql package\n apt:\n package:\n - postgresql\n - postgresql-contrib\n - python-psycopg2\n state: latest\n update_cache: yes\n tags:\n - postgresql\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/syncthing | 7,860 | [
"no_license"
] | [
{
"path": "roles/syncthing/tasks/main.yml",
"content": "- name: add syncthing apt-key\n apt_key:\n url: https://syncthing.net/release-key.txt\n state: present\n\n- name: add syncthing deb repository\n apt_repository:\n repo: deb https://apt.syncthing.net/ syncthing stable\n state: present\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/torrent | 7,860 | [
"no_license"
] | [
{
"path": "roles/torrent/templates/transmission-telegram-notification.sh.j2",
"content": "#!/bin/sh\n# vim: ft=sh\n\ntext=\"Download torrent complete: $TR_TORRENT_NAME\"\n\ncurl --data chat_id={{ tg_chat_id }} --data-urlencode \"text=$text\" \"https://api.telegram.org/bot{{ tg_bot_token }}/sendMessage\"\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3197,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/vault-luksmounter | 7,860 | [
"no_license"
] | [
{
"path": "roles/vault-luksmounter/templates/luksmounter.service.j2",
"content": "[Unit]\nDescription=Mountes luks partition by vault key\nDefaultDependencies=no\nAfter=systemd-networkd-wait-online.service\nAfter=networking.service\nBefore=network-online.target\nBefore=docker.service\nBefore=transmission-da... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1765,
"all_permissive": false
} |
ansible_role | pltanton/ansible-home-cloud | 0f11d8ae9dd36fc463d93c75a6fe3d5ed8ffe8ad | 1 | roles/zigbee2mqtt | 7,860 | [
"no_license"
] | [
{
"path": "roles/zigbee2mqtt/tasks/main.yml",
"content": "---\n\n- name: install zigbee2mqtt in docker\n docker_container:\n name: zigbee2mqtt\n image: koenkk/zigbee2mqtt\n network_mode: host\n restart_policy: always\n volumes:\n - \"/opt/zigbee2mqtt:/app/data\"\n - \"/run/udev:/run/ud... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1127,
"all_permissive": false
} |
ansible_role | marcinbunsch/metasploit-sandbox | 06dcb3a792806a6a05e4404dcc17d49e28d2d129 | 1 | playbooks/roles/box | 7,860 | [
"no_license"
] | [
{
"path": "playbooks/roles/box/tasks/main.yml",
"content": "- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: true\n\n- name: Install base packages\n become: true\n apt:\n pkg: \"{{ item }}\"\n state: installed\n with_items:\n - build-essential\n - zlib1g\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 908,
"all_permissive": false
} |
ansible_role | marcinbunsch/metasploit-sandbox | 06dcb3a792806a6a05e4404dcc17d49e28d2d129 | 1 | playbooks/roles/metasploit | 7,860 | [
"no_license"
] | [
{
"path": "playbooks/roles/metasploit/tasks/main.yml",
"content": "- name: Download metasploit framework\n git:\n repo: 'https://github.com/rapid7/metasploit-framework'\n dest: /home/vagrant/metasploit\n update: no\n\n- name: Setup postgres metasploit dbs\n postgresql_db:\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | marcinbunsch/metasploit-sandbox | 06dcb3a792806a6a05e4404dcc17d49e28d2d129 | 1 | playbooks/roles/nmap | 7,860 | [
"no_license"
] | [
{
"path": "playbooks/roles/nmap/tasks/main.yml",
"content": "- name: Check if nmap installed\n shell: \"which nmap\"\n register: nmap_installed\n ignore_errors: true\n\n- name: Install required packages\n become: true\n apt:\n pkg: \"{{ item }}\"\n state: installed\n with_items:\n - build-ess... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | marcinbunsch/metasploit-sandbox | 06dcb3a792806a6a05e4404dcc17d49e28d2d129 | 1 | playbooks/roles/ruby | 7,860 | [
"no_license"
] | [
{
"path": "playbooks/roles/ruby/tasks/main.yml",
"content": "---\n\n- name: Remove default ruby\n become: true\n apt:\n name: \"{{ item }}\"\n purge: true\n state: absent\n with_items:\n - ruby\n - ruby1.9.1\n\n- name: Add brightbox/ruby-ng repository\n become: true\n apt_repository: rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | ELK-magicstack/roles/elasticsearch | 7,860 | [
"no_license"
] | [
{
"path": "ELK-magicstack/roles/elasticsearch/tasks/install.yml",
"content": "---\n - name: copy file\n copy: src=elasticsearch-2.3.3.rpm dest=/tmp\n\n - name: rpm install es\n yum: name=/tmp/elasticsearch-2.3.3.rpm\n\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | ELK-magicstack/roles/init_sys | 7,860 | [
"no_license"
] | [
{
"path": "ELK-magicstack/roles/init_sys/tasks/main.yml",
"content": "---\n - include: install.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ELK-magicstack/roles/init_sys/tasks/install.yml",
"content": "---\n - name: insta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | ELK-magicstack/roles/kafka | 7,860 | [
"no_license"
] | [
{
"path": "ELK-magicstack/roles/kafka/tasks/kafka_conf.yml",
"content": "---\n - name: kafka conf\n template: src=server_properties.j2 dest=/opt/kafka_2.10-0.9.0.1/config/server.properties\n tags: kafka_conf\n \n - name: kafka data dir conf\n lineinfile: dest=... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1678,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | ELK-magicstack/roles/kibana | 7,860 | [
"no_license"
] | [
{
"path": "ELK-magicstack/roles/kibana/tasks/install.yml",
"content": "---\n - name: copy kibana\n copy: src=kibana-4.5.1-1.x86_64.rpm dest=/tmp\n\n - name: install kibana\n yum: name=/tmp/kibana-4.5.1-1.x86_64.rpm\n tags: install_kibana \n\n - name: co... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | ELK-magicstack/roles/logstash | 7,860 | [
"no_license"
] | [
{
"path": "ELK-magicstack/roles/logstash/templates/output_1000_kafka.j2",
"content": "output {\n\n stdout { codec => rubydebug }\n kafka {\n bootstrap_servers => \"{{ kafkaip }}:9092\"\n topic_id => \"pcloud\"\n compression_type => \"snappy\"\n }\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1404,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | ELK-magicstack/roles/logstash_index | 7,860 | [
"no_license"
] | [
{
"path": "ELK-magicstack/roles/logstash_index/tasks/main.yml",
"content": "---\n - include: install.yml\n - include: logstash_index.yml\n - include: start.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "ELK-magicstack/r... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1122,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | cobbler-magcstack/roles/cobbler | 7,860 | [
"no_license"
] | [
{
"path": "cobbler-magcstack/roles/cobbler/handler/main.yml",
"content": "---\n - name: cobbler_get-loaders\n shell: cobbler get-loaders || /bin/true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "cobbler-magcstack/roles/cobbler/tasks/start.ym... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1259,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | cobbler-magcstack/roles/dnsmasq | 7,860 | [
"no_license"
] | [
{
"path": "cobbler-magcstack/roles/dnsmasq/tasks/cobbler_command.yml",
"content": "---\n - name: restart httpd \n service: name=httpd state=restarted\n\n - name: cobbler sync\n shell: cobbler sync\n\n - name: cobbler get-loaders\n shell: cobbler get-loaders \n",
"license_type": "no_lic... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 564,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | cobbler-magcstack/roles/httpd | 7,860 | [
"no_license"
] | [
{
"path": "cobbler-magcstack/roles/httpd/tasks/main.yml",
"content": "---\n - name: install httpd\n yum: name=httpd state=installed\n\n - name: conf httpd\n lineinfile: dest=/etc/httpd/conf/httpd.conf regexp=^ServerName line=\"ServerName 127.0.0.1:80\"\n\n - name: start httpd\n servi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | cobbler-magcstack/roles/init_sys | 7,860 | [
"no_license"
] | [
{
"path": "cobbler-magcstack/roles/init_sys/tasks/main.yml",
"content": "---\n - name: install copy libselinux-python\n yum: name=libselinux-python state=installed\n\n - name: install epel\n yum: name=epel-release state=installed\n\n - name: install packages\n yum: name={{ item }} st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 781,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | cobbler-magcstack/roles/rsync | 7,860 | [
"no_license"
] | [
{
"path": "cobbler-magcstack/roles/rsync/tasks/main.yml",
"content": "---\n - name: install rsync\n yum: name=rsync state=installed\n\n - name: conf rsyncd\n file: src=/usr/bin/rsync dest=/etc/xinetd.d/rsync state=link\n\n - name: start rsync\n service: name=rsyncd enabled=yes state=restarted\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | cobbler-magcstack/roles/tftp | 7,860 | [
"no_license"
] | [
{
"path": "cobbler-magcstack/roles/tftp/tasks/main.yml",
"content": "---\n - name: install tftp\n yum: name=tftp-server state=installed\n\n - name: conf tftp\n lineinfile: dest=/etc/xinetd.d/tftp regexp=disable line=\"disable=no\"\n\n - name: start tftp\n service: name=tftp state=restarted enabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | openstack-01-liberty/roles/dashboard | 7,860 | [
"no_license"
] | [
{
"path": "openstack-01-liberty/roles/dashboard/tasks/start.yml",
"content": "---\n# Install and configure dashboard\n- name: restart_dashboard_service_and_Boot_enable\n service: name={{ item }} state=restarted enabled=yes\n with_items:\n - httpd.service\n - memcached.service\n tags: dashboard_sta... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | openstack-01-liberty/roles/dhcp_agent | 7,860 | [
"no_license"
] | [
{
"path": "openstack-01-liberty/roles/dhcp_agent/tasks/start.yml",
"content": "---\n- name: restart_openstack_nova_service_and_Boot_enable\n service: name={{ item }} state=restarted enabled=yes\n with_items:\n - neutron-dhcp-agent.service\n tags: dhcp_agent",
"license_type": "no_license",
"de... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | openstack-01-liberty/roles/glance | 7,860 | [
"no_license"
] | [
{
"path": "openstack-01-liberty/roles/glance/tasks/db.yml",
"content": "---\n# Create the openstack database\n\n- name: Create openstack database\n mysql_db: login_user=root login_password='' name={{ item.name }} state=present\n with_items:\n - { name: 'glance'}\n tags: glance_db\n\n- name: Grant pr... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5758,
"all_permissive": false
} |
ansible_role | AutoOps/Ansible-Job | 406d001c5a5b9fd0e03a2a43502c25faf4be250b | 0 | openstack-01-liberty/roles/keystone | 7,860 | [
"no_license"
] | [
{
"path": "openstack-01-liberty/roles/keystone/handlers/main.yml",
"content": "#---\n## Handlers for controller noticy\n\n#- name: restart_keystone_httpd_enable\n# service: name={{ item }} state=restarted enabled=yes\n# with_items:\n# - httpd.service\n# - memcached.service\n# - openstack-keysto... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5333,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.