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 | oliveiha/bradoquy-ansible-kafka | 344871a28512820d69dce36e520cda9afcaa5972 | 2 | confluent-kafka-stack/roles/ssl | 6,996 | [
"no_license"
] | [
{
"path": "confluent-kafka-stack/roles/ssl/tasks/create_keystore_and_truststore.yml",
"content": "---\n- name: Delete SSL Certificate Generation Directory\n file:\n path: \"{{ ssl_file_dir_final }}/generation\"\n state: absent\n\n- name: Delete Old Certificate Files\n file:\n path: \"{{item}}\"\n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4650,
"all_permissive": false
} |
ansible_role | oliveiha/bradoquy-ansible-kafka | 344871a28512820d69dce36e520cda9afcaa5972 | 2 | confluent-kafka-stack/roles/zookeeper | 6,996 | [
"no_license"
] | [
{
"path": "confluent-kafka-stack/roles/zookeeper/templates/zookeeper_jaas.conf.j2",
"content": "{% if zookeeper_client_authentication_type == 'kerberos' %}\nServer {\n com.sun.security.auth.module.Krb5LoginModule required\n useKeyTab=true\n keyTab=\"{{ zookeeper_keytab_path }}\"\n storeKey=true\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 16392,
"all_permissive": false
} |
ansible_role | swarke/aviatrix-backup | e216623adc79a664c19b71a728137828c76d2607 | 0 | aviatrix-automation/roles/analysis-tool-setup | 6,996 | [
"no_license"
] | [
{
"path": "aviatrix-automation/roles/analysis-tool-setup/tasks/filebeat-installation.yml",
"content": "- name: Set rpm package for java8\n shell: 'cd ~ && wget --no-cookies --no-check-certificate --header \"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie\" \"http://... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3710,
"all_permissive": false
} |
ansible_role | swarke/aviatrix-backup | e216623adc79a664c19b71a728137828c76d2607 | 0 | aviatrix-automation/roles/aws-dev-env | 6,996 | [
"no_license"
] | [
{
"path": "aviatrix-automation/roles/aws-dev-env/vars/main.yml",
"content": "dev_env:\n instance_type: t2.micro\n image: ami-c2ee9dad\n region: ap-south-1\n count_tag:\n name: monitoring-master-server\n instance_tags:\n name: auto-poc\n aws_access_key: <KEY>\n aws_secret_key: <KEY>\n vpc_subne... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3131,
"all_permissive": false
} |
ansible_role | swarke/aviatrix-backup | e216623adc79a664c19b71a728137828c76d2607 | 0 | aviatrix-automation/roles/azure-dev-env | 6,996 | [
"no_license"
] | [
{
"path": "aviatrix-automation/roles/azure-dev-env/tasks/launch.yml",
"content": "---\n\n # - name: Provision virtual machine example\n # azure:\n # name: my-virtual-machine\n # location: East US\n # user: azadmin\n # password: <PASSWORD>\n # os_type: linux\n # wait: True\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2167,
"all_permissive": false
} |
ansible_role | swarke/aviatrix-backup | e216623adc79a664c19b71a728137828c76d2607 | 0 | aviatrix-automation/roles/build-production | 6,996 | [
"no_license"
] | [
{
"path": "aviatrix-automation/roles/build-production/tasks/aws-build.yml",
"content": "- lineinfile:\n path: ../network-performance-test/src/index.html\n regexp: '<base href=\"/\">'\n line: '<base href=\"/aws\">'\n\n- lineinfile:\n path: ../network-performance-test/src/app/app-routing.module.ts... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7018,
"all_permissive": false
} |
ansible_role | swarke/aviatrix-backup | e216623adc79a664c19b71a728137828c76d2607 | 0 | aviatrix-automation/roles/gce-dev-env | 6,996 | [
"no_license"
] | [
{
"path": "aviatrix-automation/roles/gce-dev-env/tasks/launch.yml",
"content": "---\n\n - name: create multiple instances\n gce:\n instance_names: \"{{ asia_east1_a_region.instance_names }}\"\n zone: \"{{ asia_east1_a_region.zone }}\"\n machine_type: f1-micro\n image: ubuntu-1604\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1987,
"all_permissive": false
} |
ansible_role | nargamard/OTUS-Task5 | 1a0e6107b9d02ac5d363e65733345c78e134b6a7 | 0 | ansible/playbooks/roles/manage_nfsc | 6,996 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/manage_nfsc/tasks/main.yml",
"content": "---\n# Установим nfs-utils\n- name: Install the latest version of nfs-utils \n ansible.builtin.yum:\n name: nfs-utils \n state: latest\n\n# Включим firewall\n- name: Make sure a firewalld unit is running\n ansible.builtin.sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | nargamard/OTUS-Task5 | 1a0e6107b9d02ac5d363e65733345c78e134b6a7 | 0 | ansible/playbooks/roles/manage_nfss | 6,996 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/manage_nfss/tasks/main.yml",
"content": "---\n# Установим nfs-utils\n- name: Install the latest version of nfs-utils \n ansible.builtin.yum:\n name: nfs-utils \n state: latest\n\n# Включим firewall\n- name: Make sure a firewalld unit is running\n ansible.builtin.sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1707,
"all_permissive": false
} |
ansible_role | nargamard/OTUS-Task5 | 1a0e6107b9d02ac5d363e65733345c78e134b6a7 | 0 | ansible/playbooks/roles/test | 6,996 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/test/tasks/main.yml",
"content": "---\n# СОздадим файл на сервере\n- name: Touch a file\n file:\n path: /srv/share/upload/check_file\n state: touch\n mode: u=rw,g=r,o=r\n when: inventory_hostname in groups['servers']\n \n# С клиента создадим файл на сервере... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4811,
"all_permissive": false
} |
ansible_role | XenitAB/ansible-palo-alto-deploy | 4bdac535cc4176139715850fae66c2bc04cdc2df | 8 | roles/azure-deploy-paloalto | 6,996 | [
"no_license"
] | [
{
"path": "roles/azure-deploy-paloalto/tasks/main.yml",
"content": "- name: Include vars from {{ environmentShort }}.yml\n include_vars: \"{{ environmentShort }}.yml\"\n\n- name: Fail if variables not set\n assert:\n that:\n - adminPassword != \"\"\n\n- name: Set playbook facts\n set_fact:\n t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 30522,
"all_permissive": false
} |
ansible_role | XenitAB/ansible-palo-alto-deploy | 4bdac535cc4176139715850fae66c2bc04cdc2df | 8 | roles/paloalto-base-configuration | 6,996 | [
"no_license"
] | [
{
"path": "roles/paloalto-base-configuration/tasks/vsys/logforward.yml",
"content": "- name: Clear Log Forward Profiles for {{ mainItem }}\n panos_set:\n ip_address: \"{{ mainItem }}\"\n username: \"{{ adminUsername }}\"\n password: \"{{ <PASSWORD> }}\"\n xpath: \"/config/devices/entry[<EMAIL>'... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 32525,
"all_permissive": false
} |
ansible_role | krlex/cv | 2608282871aaf486fb348522fe812b1031a010e1 | 0 | provision/roles/common | 6,996 | [
"no_license"
] | [
{
"path": "provision/roles/common/tasks/main.yml",
"content": "---\n- name: update apt\n sudo: yes\n apt:\n update_cache: yes\n\n- name: install common packages\n sudo: yes\n with_items: common_packages\n apt:\n pkg: \"{{ item.name }}\"\n state: latest\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | krlex/cv | 2608282871aaf486fb348522fe812b1031a010e1 | 0 | provision/roles/resume | 6,996 | [
"no_license"
] | [
{
"path": "provision/roles/resume/vars/main.yml",
"content": "resume_packages:\n - name: python-pip\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "provision/roles/resume/tasks/main.yml",
"content": "- name: install packages\n sudo: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | krlex/cv | 2608282871aaf486fb348522fe812b1031a010e1 | 0 | provision/roles/vagrant | 6,996 | [
"no_license"
] | [
{
"path": "provision/roles/vagrant/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description:\n company: your company (optional)\n license: license (GPLv2, CC-BY, etc)\n min_ansible_version: 1.2\n platforms:\n - name: Debian\n versions:\n - wheezy\n categories:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | SeanMooney/scarab | 820e577753c59352dbfcda7d7bbc6142c6161253 | 0 | ansible/roles/opendaylight | 6,996 | [
"permissive"
] | [
{
"path": "ansible/roles/opendaylight/tasks/config.yml",
"content": "---\n- name: Setting sysctl values\n sysctl: name={{ item.name }} value={{ item.value }} sysctl_set=yes\n with_items:\n - { name: \"net.bridge.bridge-nf-call-iptables\", value: 1}\n - { name: \"net.bridge.bridge-nf-call-ip6tables\"... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 15340,
"all_permissive": true
} |
ansible_role | mdekoninck28/azure_nextcloud_autodeploy | 80356562f007fef526ac3e1dfa53889c98eea2b2 | 0 | ansible/roles/nextcloud | 6,996 | [
"no_license"
] | [
{
"path": "ansible/roles/nextcloud/vars/main.yml",
"content": "---\n# vars file for nextcloud\n\n#web directory\nweb_dir: \"/var/www/nextcloud\"\nweb_dir_parent: \"/var/www/\"\n\n#website name (FQDN ou IP)\nservername: \"nextcloud.local\"\n\n#e-mail de l'administrateur\nserveradmin: \"<EMAIL>\"\n\n#nextclou... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4658,
"all_permissive": false
} |
ansible_role | geerlingguy/turing-pi-cluster | bb44cca06881b31b004b3927a1ce78f9b8fd577e | 356 | roles/cluster_monitoring | 6,976 | [
"no_license"
] | [
{
"path": "roles/cluster_monitoring/defaults/main.yml",
"content": "---\n# The version of the cluster-monitoring repo to check out. See commits:\n# https://github.com/carlosedp/cluster-monitoring/commits/master\ncluster_monitoring_version: 40c9318\n\n# Whether to force updating the cluster-monitoring reposi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3807,
"all_permissive": false
} |
ansible_role | geerlingguy/turing-pi-cluster | bb44cca06881b31b004b3927a1ce78f9b8fd577e | 356 | roles/drupal | 6,976 | [
"no_license"
] | [
{
"path": "roles/drupal/tasks/main.yml",
"content": "---\n- name: Create drupal namespace.\n k8s:\n name: drupal\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Apply drupal manifests.\n k8s:\n definition: \"{{ lookup('template', 'templates/' + item ) }}\"\n state: presen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2786,
"all_permissive": false
} |
ansible_role | geerlingguy/turing-pi-cluster | bb44cca06881b31b004b3927a1ce78f9b8fd577e | 356 | roles/minecraft | 6,976 | [
"no_license"
] | [
{
"path": "roles/minecraft/tasks/main.yml",
"content": "---\n- name: Create minecraft namespace.\n k8s:\n name: minecraft\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Add itzg chart repo.\n helm_repository:\n name: itzg\n repo_url: \"https://itzg.github.io/minecraft-se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 961,
"all_permissive": false
} |
ansible_role | geerlingguy/turing-pi-cluster | bb44cca06881b31b004b3927a1ce78f9b8fd577e | 356 | roles/pihole | 6,976 | [
"no_license"
] | [
{
"path": "roles/pihole/README.md",
"content": "# Pi-hole Setup\n\n## Admin UI Setup\n\nTo access the Pi-hole admin UI, you'll need to point the hostname `pi.hole` at the IP address of the Pi where ingress is routed. You can find that IP address by running the following `kubectl` command:\n\n```\n# kubectl ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2378,
"all_permissive": false
} |
ansible_role | geerlingguy/turing-pi-cluster | bb44cca06881b31b004b3927a1ce78f9b8fd577e | 356 | roles/setup | 6,976 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: Ensure apt caches are up to date.\n apt:\n update_cache: true\n cache_valid_time: 3600\n become: true\n\n- name: Ensure required dependencies are installed.\n package:\n name:\n - python3-pip\n - python3-setuptools\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | geerlingguy/turing-pi-cluster | bb44cca06881b31b004b3927a1ce78f9b8fd577e | 356 | roles/status | 6,976 | [
"no_license"
] | [
{
"path": "roles/status/tasks/main.yml",
"content": "---\n- name: Get Ingress records from monitoring namespace.\n k8s_info:\n api_version: extensions/v1beta1\n kind: Ingress\n namespace: monitoring\n register: monitoring_ingress\n\n- name: Print relevant addresses.\n debug:\n msg:\n - \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | geerlingguy/turing-pi-cluster | bb44cca06881b31b004b3927a1ce78f9b8fd577e | 356 | roles/wordpress | 6,976 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: Create wordpress namespace.\n k8s:\n name: wordpress\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Apply wordpress manifests.\n k8s:\n definition: \"{{ lookup('template', 'templates/' + item ) }}\"\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3929,
"all_permissive": false
} |
ansible_role | willthames/ansible-role-kube-resource | e4830bde0c9ea24dc749349bbf8cdecb315c7ad2 | 19 | molecule/default/roles/set-namespace | 6,976 | [
"no_license"
] | [
{
"path": "molecule/default/roles/set-namespace/tasks/main.yml",
"content": "---\n- name: find namespace\n k8s_info:\n kind: Namespace\n label_selectors:\n - created-by=ansible-role-kube-resource-molecule\n register: k8s_info_namespace\n\n- name: set kube_resource_namespace appropriately\n set... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | victorcadena/hello-circleci | 6bebbd246a35aed401e208d6afd5d4a260893add | 0 | roles/setup | 6,976 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "- name: \"update packages\"\n apt: \n update_cache: yes\n\n- name: \"upgrade packages\"\n apt:\n upgrade: yes\n\n- name: \"install dependencies\"\n apt:\n name: [\"make\", \"build-essential\"]\n\n- name: \"install node\"\n apt: \n name: [\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | sanketdisale871/ansible_learning | 19a2d239fc03432bc2e85874b4c3fd382d7ad20c | 1 | roles/base | 6,976 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: install updates (CentOS)\n tags: always\n dnf:\n update_only: yes\n update_cahce: yes\n when: ansible_distribution == \"CentOS\"\n\n- name: install updates(Ubuntu)\n tags: always\n apt:\n upgrade: dist\n update_cache: yes\n when: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | sanketdisale871/ansible_learning | 19a2d239fc03432bc2e85874b4c3fd382d7ad20c | 1 | roles/web_servers | 6,976 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache and php package for Ubuntu Servers\n tags: apache,apache2,ubuntu\n package:\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install apache and ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | sanketdisale871/ansible_learning | 19a2d239fc03432bc2e85874b4c3fd382d7ad20c | 1 | roles/workstations | 6,976 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package: \n name: unzip\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 52,
"all_permissive": false
} |
ansible_role | Morat96/kiratech-code-challenge | e9d39b36cee98b398ba8daaca4562811de36c749 | 0 | roles/cron_cleanup | 6,976 | [
"no_license"
] | [
{
"path": "roles/cron_cleanup/tasks/main.yml",
"content": "---\n- name: Docker disk clean up\n cron:\n name: \"Docker disk clean up\"\n job: \"docker system prune -af > /dev/null 2>&1\"\n weekday: \"0\"\n hour: \"0\"\n minute: \"0\"\n cron_file: \"docker-disk-clean-up\"\n user: root\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | Morat96/kiratech-code-challenge | e9d39b36cee98b398ba8daaca4562811de36c749 | 0 | roles/haxorof.docker_ce | 6,976 | [
"no_license"
] | [
{
"path": "roles/haxorof.docker_ce/tasks/setup-repository-CentOS.yml",
"content": "---\n- name: Ensure packages are installed for repository setup\n become: true\n package:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ docker_repository_related_packages[_docker_os_dist] }}\"\n register: _pk... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 30496,
"all_permissive": false
} |
ansible_role | Morat96/kiratech-code-challenge | e9d39b36cee98b398ba8daaca4562811de36c749 | 0 | roles/partitioning | 6,976 | [
"no_license"
] | [
{
"path": "roles/partitioning/tasks/main.yml",
"content": "---\n- name: Read device information\n community.general.parted: device=/dev/sda unit=MiB\n register: sda_info\n\n- name: Create a 40GiB partition for Docker\n parted:\n device: /dev/sda\n number: 2\n state: present\n part_start: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/attach_storage | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/attach_storage/tasks/main.yml",
"content": "- name: create a mount point for the data volume\n ansible.builtin.file:\n path: data\n state: directory\n mode: \"0755\"\n\n- name: format the volume as ext4\n community.general.filesystem:\n dev: /dev/nvme1n1\n fstype: ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/configure_master | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/configure_master/tasks/main.yml",
"content": "- name: Install yum pacakges\n ansible.builtin.yum:\n name: \"{{ packages }}\"\n become: true\n vars:\n packages:\n - python\n - python-pip\n - wget\n - git\n - tmux\n\n- name: Install python packages\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/configure_spark | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/configure_spark/tasks/main.yml",
"content": "- name: Ensure /opt/spark and subdirectories have correct permissions\n become: true\n become_user: root\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n owner: ec2-user # Change this to the user running Spa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 459,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/configure_worker | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/configure_worker/tasks/main.yml",
"content": "- name: Install yum pacakges\n ansible.builtin.yum:\n name: \"{{ packages }}\"\n become: true\n vars:\n packages:\n - python\n - python-pip\n - wget\n - git\n - tmux\n\n- name: Install python packages\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/connect_prefect | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/connect_prefect/tasks/main.yml",
"content": "- name: connect prefect to host machine\n ansible.builtin.shell:\n cmd: prefect config set PREFECT_API_URL=http://10.0.9.154:4200/api\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/deploy_monitoring | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/deploy_monitoring/tasks/main.yml",
"content": "- name: Install Golang\n become: true\n become_user: root\n dnf:\n name: golang\n state: present\n\n- name: Install EPEL release\n become: true\n become_user: root\n command: dnf install https://dl.fedoraproject.org/pub/epel/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1219,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/deploy_postgre | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/deploy_postgre/tasks/main.yml",
"content": "- name: install yum packages\n ansible.builtin.dnf:\n name: \"{{ packages }}\"\n become: true\n vars:\n packages:\n - postgresql\n - postgresql-server\n\n- name: install python bindings for Postgres there\n ansible.built... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2104,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/deploy_prefect | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/deploy_prefect/tasks/main.yml",
"content": "- name: deploy prefect server on host machine\n ansible.builtin.shell:\n cmd: prefect server start --host 0.0.0.0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/install_nodeexporter | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/install_nodeexporter/tasks/main.yml",
"content": "- name: accept repo GPG key\n become: true\n become_user: root\n ansible.builtin.shell:\n cmd: rpm --import https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9\n- name: Install EPEL\n become: true\n become_user: root\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/spark_host | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/spark_host/tasks/main.yml",
"content": "- name: add path\n become: true\n become_user: ec2-user\n lineinfile:\n path: /home/ec2-user/.bashrc\n line: \"{{ item }}\"\n state: present\n create: yes\n loop:\n - \"export SPARK_HOME=/opt/spark\"\n - \"export PATH=$PAT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/spark_install | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/spark_install/tasks/main.yml",
"content": "- name: Install Java 8\n become: true\n become_user: root\n become_method: sudo\n ansible.builtin.dnf:\n name: java-1.8.0-openjdk\n state: latest\n# - name: Install spark\n# remote_user: ec2-user\n# ansible.builtin.get_url:\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1209,
"all_permissive": false
} |
ansible_role | mruiyangyou/Batch-Processing-System-based-on-Spark | 6914ace876b98b9550789fd99ac245f0b5fc89a6 | 0 | config/roles/spark_worker | 6,976 | [
"no_license"
] | [
{
"path": "config/roles/spark_worker/tasks/main.yml",
"content": "- name: copy the conf file\n become: true\n become_user: root\n copy:\n src: \"/opt/spark/conf/spark-defaults.conf.template\"\n dest: \"/opt/spark/conf/spark-defaults.conf\"\n force: no\n remote_src: yes\n\n- name: modify the d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 877,
"all_permissive": false
} |
ansible_role | basilelt/R511 | 98a4cf2f9e39c549b054611cd220f92ce268cfa0 | 0 | TP2/ex2/roles/apache | 6,976 | [
"no_license"
] | [
{
"path": "TP2/ex2/roles/apache/tasks/main.yml",
"content": "---\n- name: Install apache2\n apt:\n name: apache2\n state: present\n\n- name: Start apache2 service\n service:\n name: apache2\n state: started\n enabled: true\n\n- name: Create custom config\n template:\n src: 000-default.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | basilelt/R511 | 98a4cf2f9e39c549b054611cd220f92ce268cfa0 | 0 | TP2/ex2/roles/mariadb | 6,976 | [
"no_license"
] | [
{
"path": "TP2/ex2/roles/mariadb/tasks/main.yml",
"content": "---\n- name: Install mariadb\n apt:\n name: mariadb-server\n state: present\n\n- name: Start mariadb service\n service:\n name: mariadb\n state: started\n enabled: true\n\n- name: Install python3-pymysql\n apt:\n name: python... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | vcaldo/ansible-playbooks | ae8a3c7af95792e177a92b153f4d9716861f26fe | 0 | raspberry/roles/disable-systemd-resolved | 6,976 | [
"no_license"
] | [
{
"path": "raspberry/roles/disable-systemd-resolved/tasks/main.yaml",
"content": "- name: Set default as DNS operational mode\n ini_file:\n path: /etc/NetworkManager/NetworkManager.conf\n section: main\n option: dns\n value: default\n no_extra_spaces: yes\n notify:\n - \"Remove STUB\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | vcaldo/ansible-playbooks | ae8a3c7af95792e177a92b153f4d9716861f26fe | 0 | raspberry/roles/docker | 6,976 | [
"no_license"
] | [
{
"path": "raspberry/roles/docker/tasks/main.yaml",
"content": "- name: Install Docker\n package:\n state: latest\n name:\n - docker.io\n - docker-compose\n\n- name: Ensure ansible_user is added to the docker group.\n user:\n name: \"{{ ansible_user }}\"\n groups: docker\n append:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | vcaldo/ansible-playbooks | ae8a3c7af95792e177a92b153f4d9716861f26fe | 0 | raspberry/roles/htpdate | 6,976 | [
"no_license"
] | [
{
"path": "raspberry/roles/htpdate/tasks/main.yaml",
"content": "- name: Install htpdate package\n package:\n state: latest\n name:\n - htpdate\n\n- name: Timezone SP\n timezone:\n name: \"{{ timezone }}\"\n\n- name: Sync time with htpdate\n command: htpdate -s time.google.com\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | vcaldo/ansible-playbooks | ae8a3c7af95792e177a92b153f4d9716861f26fe | 0 | raspberry/roles/lazydocker | 6,976 | [
"no_license"
] | [
{
"path": "raspberry/roles/lazydocker/tasks/main.yaml",
"content": "- name: Download install_update_linux.sh\n get_url:\n url: https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh\n dest: /tmp/\n mode: 0755\n\n- name: Install Lazydocker\n command: /tmp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | vcaldo/ansible-playbooks | ae8a3c7af95792e177a92b153f4d9716861f26fe | 0 | raspberry/roles/pi4-base | 6,976 | [
"no_license"
] | [
{
"path": "raspberry/roles/pi4-base/tasks/main.yaml",
"content": "- name: Install base packages\n package:\n state: latest\n name:\n - bash-completion\n - curl\n - git\n - libraspberrypi-bin\n - net-tools\n - unzip\n - vim\n - wget\n\n- name: Get PI model\n co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1279,
"all_permissive": false
} |
ansible_role | vcaldo/ansible-playbooks | ae8a3c7af95792e177a92b153f4d9716861f26fe | 0 | raspberry/roles/pihole | 6,976 | [
"no_license"
] | [
{
"path": "raspberry/roles/pihole/tasks/main.yaml",
"content": "- name: Create pihole directory\n file:\n path: \"/home/{{ ansible_user }}/pihole\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n state: directory\n mode: 0755\n\n- name: Get IPv6 link local address\n set_fa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2307,
"all_permissive": false
} |
ansible_role | nabeo/vagrant-k8s-metallb | fb9cf0e12ccea0cc8420fa47c08c702776705d6a | 9 | ansible/roles/bgp-router | 6,976 | [
"no_license"
] | [
{
"path": "ansible/roles/bgp-router/files/gobgpd.toml",
"content": "[zebra]\n [zebra.config]\n enabled = true\n url = \"unix:/var/run/quagga/zserv.api\"\n redistribute-route-type-list = [\"connect\"]\n version = 2\n\n[global.config]\n as = 64512\n router-id = \"172.17.1.1\"\n\n[global.use-mul... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3561,
"all_permissive": false
} |
ansible_role | nabeo/vagrant-k8s-metallb | fb9cf0e12ccea0cc8420fa47c08c702776705d6a | 9 | ansible/roles/clients | 6,976 | [
"no_license"
] | [
{
"path": "ansible/roles/clients/files/99-static-route.yaml",
"content": "---\nnetwork:\n version: 2\n renderer: networkd\n ethernets:\n enp0s8:\n routes:\n - to: 172.17.0.0/24\n via: 172.17.1.1\n - to: 172.17.254.0/24\n via: 172.17.1.1\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | nabeo/vagrant-k8s-metallb | fb9cf0e12ccea0cc8420fa47c08c702776705d6a | 9 | ansible/roles/k8s | 6,976 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/tasks/main.yml",
"content": "---\n- name: create docker group\n group:\n name: docker\n state: present\n system: yes\n\n- name: vagrant user add to docker group\n user:\n name: vagrant\n groups: docker, vagrant\n\n- name: install gpg key for docker-ce\n apt_key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2009,
"all_permissive": false
} |
ansible_role | nabeo/vagrant-k8s-metallb | fb9cf0e12ccea0cc8420fa47c08c702776705d6a | 9 | ansible/roles/k8s-master | 6,976 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-master/templates/kubelet.default.j2",
"content": "KUBELET_EXTRA_ARGS=\"--node-ip={{ ansible_facts.enp0s8.ipv4.address }} --cgroup-driver=systemd\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "ansible/roles/k8s-mast... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3570,
"all_permissive": false
} |
ansible_role | nabeo/vagrant-k8s-metallb | fb9cf0e12ccea0cc8420fa47c08c702776705d6a | 9 | ansible/roles/k8s-node | 6,976 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-node/files/dockerd.daemon.json",
"content": "{\n \"exec-opts\": [\"native.cgroupdriver=systemd\"],\n \"log-driver\": \"json-file\",\n \"log-opts\": {\n \"max-size\": \"100m\"\n },\n \"storage-driver\": \"overlay2\",\n \"bip\": \"172.17.255.1/24\",\n \"fixed-cidr\": \"1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | nabeo/vagrant-k8s-metallb | fb9cf0e12ccea0cc8420fa47c08c702776705d6a | 9 | ansible/roles/nginx | 6,976 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/vars/main.yml",
"content": "---\nnginx_release: mainline\nnginx_version: 1.17.2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "ansible/roles/nginx/tasks/setup-ubuntu.yml",
"content": "---\n- name: install gpg k... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4307,
"all_permissive": false
} |
ansible_role | thipuvaasan/hadoop-ansible | 5c7bf2e91ce5c47277c5b06a04f2bb1cfe847ada | 0 | roles/common | 6,976 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "- name: Setup Full Hostname\n hostname:\n name: '{{ inventory_hostname }}'\n tags:\n - before\n\n- name: Install Java\n yum:\n name: java-1.8.0-openjdk-devel\n state: latest\n\n- name: Disable SELinux\n selinux:\n policy: targeted\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | thipuvaasan/hadoop-ansible | 5c7bf2e91ce5c47277c5b06a04f2bb1cfe847ada | 0 | roles/hadoop | 6,976 | [
"no_license"
] | [
{
"path": "roles/hadoop/templates/start-hadoop-daemon.sh.jinja2",
"content": "#!/usr/bin/env bash\n\n{{ hadoop_env.hadoop_home }}/bin/hdfs --config {{ hadoop_env.hadoop_conf_dir }} --daemon start namenode",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"pa... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 11456,
"all_permissive": false
} |
ansible_role | ledgley/osx-setup | 0b3814cb212f7f46701d452c87cccaf627c7188f | 0 | roles/setup-osx | 6,896 | [
"no_license"
] | [
{
"path": "roles/setup-osx/tasks/install-pkgs.yml",
"content": "---\n\n- name: Install Homebrew packages\n homebrew:\n name: \"{{ homebrew_pkgs }}\"\n state: present\n\n- name: Install Homebrew Cask packages\n homebrew_cask:\n name: \"{{ homebrew_cask_pkgs }}\"\n state: upgraded\n ignore_erro... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | charleslzq/home-ops | 0d8ac02e1e1afadbdc881468e44e4695c821620a | 1 | workspace/configure/roles/consul_server | 6,896 | [
"no_license"
] | [
{
"path": "workspace/configure/roles/consul_server/tasks/main.yml",
"content": "---\n- name: Consul | Configuration | Telemetry Configuration\n template:\n src: telemetry.hcl.j2\n dest: /etc/consul.d/50.telemetry.hcl\n mode: 0644\n notify: Restart Consul Service",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | charleslzq/home-ops | 0d8ac02e1e1afadbdc881468e44e4695c821620a | 1 | workspace/configure/roles/monitor | 6,896 | [
"no_license"
] | [
{
"path": "workspace/configure/roles/monitor/templates/prometheus.yml.j2",
"content": "global:\n scrape_interval: 5s\n evaluation_interval: 5s\n\nscrape_configs:\n - job_name: 'nomad_metrics'\n metrics_path: /v1/metrics\n params:\n format: ['prometheus']\n consul_sd_configs:\n - se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2228,
"all_permissive": false
} |
ansible_role | charleslzq/home-ops | 0d8ac02e1e1afadbdc881468e44e4695c821620a | 1 | workspace/configure/roles/monitored | 6,896 | [
"no_license"
] | [
{
"path": "workspace/configure/roles/monitored/tasks/add_repo.yml",
"content": "---\n- name: Vector | Add Repository | Get Script\n get_url:\n url: https://repositories.timber.io/public/vector/cfg/setup/bash.deb.sh\n dest: /tmp/vector-installer.sh\n mode: 0755\n- name: Vector | Add Repository | Ru... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2880,
"all_permissive": false
} |
ansible_role | charleslzq/home-ops | 0d8ac02e1e1afadbdc881468e44e4695c821620a | 1 | workspace/configure/roles/vault | 6,896 | [
"no_license"
] | [
{
"path": "workspace/configure/roles/vault/tasks/main.yml",
"content": "- name: Vault | Configuration | Telemetry\n template:\n src: telemetry.hcl.j2\n dest: /etc/vault.d/50.telemetry.hcl\n mode: 0644\n notify: Restart Vault Service\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | charleslzq/home-ops | 0d8ac02e1e1afadbdc881468e44e4695c821620a | 1 | workspace/configure/roles/vault_accessor | 6,896 | [
"no_license"
] | [
{
"path": "workspace/configure/roles/vault_accessor/tasks/main.yml",
"content": "---\n- name: CA | Create Target Directory\n file:\n path: /usr/local/share/ca-certificates/extra/\n state: directory\n mode: 0755\n- name: CA | Upload\n copy:\n src: /usr/local/share/ca-certificates/extra/ca.crt\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | SachaMinard/packer-win10 | d5f140f0408d62d1884ba5cfa9fa12c27d07bb88 | 0 | ansible/roles/base | 6,896 | [
"permissive"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n# Tâches principales du rôle base\n\n- name: Installer les mises à jour Windows\n block:\n - name: Charger les variables pour les mises à jour Windows\n include_vars:\n file: windows_updates_vars.yml\n - name: Exécuter les tâ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7900,
"all_permissive": true
} |
ansible_role | tony-schndr/dp-docker-builder | bd065a207045c51d506f259557024b988c9915a0 | 0 | roles/build_dp_docker | 6,896 | [
"no_license"
] | [
{
"path": "roles/build_dp_docker/tasks/main.yml",
"content": "- name: Create dir to build image from\n tempfile:\n state: directory\n prefix: dp_docker_build_\n register: tempdir\n\n- name: Set version in Dockerfile {{ version }}\n template:\n src: templates/Dockerfile.j2\n dest: \"{{ tempdir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1493,
"all_permissive": false
} |
ansible_role | OpenConext-Attic/OpenConext-DIY | 29799cc23667ae3ef92ec4b37cb99e12786a09d9 | 1 | roles/apache | 6,896 | [
"no_license"
] | [
{
"path": "roles/apache/templates/apache.conf.j2",
"content": "#######################################################################\n{{ ansible_managed | comment('plain') }}\n#######################################################################\n\n<VirtualHost *:*>\n ServerName {{ idp_hostname }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2472,
"all_permissive": false
} |
ansible_role | OpenConext-Attic/OpenConext-DIY | 29799cc23667ae3ef92ec4b37cb99e12786a09d9 | 1 | roles/certificate | 6,896 | [
"no_license"
] | [
{
"path": "roles/certificate/defaults/main.yml",
"content": "# Default values for the self-signed certificate are based on the certificate hostname\ncert_subject: \"/CN={{ cert_hostname }}\"\ncert_days_valid: 3650\ncert_certificate: \"/etc/ssl/certs/{{ cert_hostname }}.pem\"\ncert_key: \"/etc/ssl/private/{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | OpenConext-Attic/OpenConext-DIY | 29799cc23667ae3ef92ec4b37cb99e12786a09d9 | 1 | roles/common | 6,896 | [
"no_license"
] | [
{
"path": "roles/common/vars/repositories.yml",
"content": "---\nremoverepository:\n - deb http://security.debian.org/ jessie/updates main contrib non-free\n - deb-src http://security.debian.org/ jessie/updates main contrib non-free\n\nrepositories:\n - deb http://ppa.launchpad.net/ondrej/php/ubuntu xeni... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1627,
"all_permissive": false
} |
ansible_role | OpenConext-Attic/OpenConext-DIY | 29799cc23667ae3ef92ec4b37cb99e12786a09d9 | 1 | roles/letsencrypt | 6,896 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/cert.yaml",
"content": "---\n- set_fact: _letsencrypt_certbot_args=\"{{ letsencrypt_certbot_args + ['--renew-by-default'] }}\"\n when: letsencrypt_force_renew\n\n- set_fact: _letsencrypt_certbot_args=\"{{ letsencrypt_certbot_args + ['--keep-until-expiring'] }}\"\n when: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2100,
"all_permissive": false
} |
ansible_role | OpenConext-Attic/OpenConext-DIY | 29799cc23667ae3ef92ec4b37cb99e12786a09d9 | 1 | roles/simplesaml | 6,896 | [
"no_license"
] | [
{
"path": "roles/simplesaml/templates/config/authsources.php.j2",
"content": "<?php\n\n$presetIdp = NULL;\n$metadata = array();\n\n// If there is only one IdP (Like only this environments EngineBlock)\nrequire_once __DIR__ . \"/../metadata/saml20-idp-remote.php\";\nif (!empty($metadata) && count($metadata) ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7956,
"all_permissive": false
} |
ansible_role | OpenConext-Attic/OpenConext-DIY | 29799cc23667ae3ef92ec4b37cb99e12786a09d9 | 1 | roles/ssl | 6,896 | [
"no_license"
] | [
{
"path": "roles/ssl/tasks/main.yml",
"content": "---\n# playbook to install and configure the Apache webserver\n- include_vars: \"ssl.yml\"\n\n- name: Push the template for the SSL config files\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n with_items: \"{{ ssl_templates }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/couchdb-common | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/couchdb-common/tasks/main.yaml",
"content": "---\n# Update and upgrade apt package\n- name: Update and upgrade apt package\n apt:\n update_cache: yes\n upgrade: \"yes\"\n# sudo apt-get update && sudo apt-get upgrade -y\n\n- name: Install pip and npm\n apt:\n name: ['pytho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/couchdb-volume | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/couchdb-volume/tasks/main.yaml",
"content": "---\n- name: Install dependencies\n tags: 'volumes'\n apt:\n name: ['xfsprogs']\n state: latest\n install_recommends: no\n update_cache: yes\n\n- name: Make File Systems\n tags: 'volumes'\n filesystem:\n fstype: xfs\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 925,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/demo-common | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/demo-common/tasks/main.yaml",
"content": "---\n- name: Update and upgrade apt package\n apt:\n update_cache: yes\n upgrade: \"yes\"\n when: ansible_distribution == \"Ubuntu\"\n# sudo apt-get update && sudo apt-get upgrade -y\n\n- name: Install npm\n apt:\n name: 'npm'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/deploy-backend | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-backend/tasks/main.yaml",
"content": "---\n- name: stop existing container\n shell: docker-compose down --rmi local\n args:\n chdir: \"{{ git_repo }}/backend\"\n\n- name: deploy backend container\n shell: docker-compose up --build -d\n args:\n chdir: \"{{ git_repo }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/deploy-couchdb | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-couchdb/tasks/main.yaml",
"content": "---\n- name: Start a docker container with a couchdb\n become: yes\n docker_container:\n name: \"{{ couchdb_container_name }}\"\n image: \"{{ couchdb_image }}\"\n ports:\n - \"{{ couchdb_port }}:{{couchdb_port}}\"\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/deploy-couchdb-cluster | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-couchdb-cluster/tasks/main.yaml",
"content": "---\n# https://stackoverflow.com/questions/35798101/execute-curl-x-with-ansible-playbook\n\n- name: get hostvars\n debug:\n var: \" groups \"\n\n- name: setup couchdb cluster 1\n become: yes\n uri:\n url: http://{{ groups... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2518,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/deploy-crawler | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-crawler/tasks/main.yaml",
"content": "---\n- name: remove previous crawler\n shell: docker-compose down --rmi local\n become: yes\n args:\n chdir: \"{{ git_repo_crawler }}\"\n\n- name: deploy crawler and run\n become: yes\n shell: docker-compose up --build -d\n args:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/deploy-frontend | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-frontend/tasks/main.yaml",
"content": "---\n- name: stop existing container\n shell: docker-compose down --rmi local\n args:\n chdir: \"{{ git_repo }}/frontend\"\n\n- name: deploy frontend container\n shell: docker-compose up --build -d\n args:\n chdir: \"{{ git_rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/git-clone | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/git-clone/tasks/main.yaml",
"content": "---\n- name: copy github private key\n copy:\n src: \"keys/id_ed25519\"\n dest: \"/home/ubuntu/.ssh/sshkey\"\n owner: ubuntu\n group: ubuntu\n mode: 0600\n\n- name: create working directory\n become: yes\n file:\n path: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/git-pull | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/git-pull/tasks/main.yaml",
"content": "---\n- name: git pull\n shell: git pull\n become: yes\n args:\n chdir: \"{{ git_repo }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/install-dependencies | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/install-dependencies/tasks/main.yaml",
"content": "- name: install dependencies\n become: yes\n apt:\n name: [\"docker-compose\"]\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | Toraycaaa/CCC_Assignment_2 | 2e67b0f3382a884a721f23c2d01309e9d3a5c686 | 0 | ansible/roles/openstack-instance | 6,896 | [
"no_license"
] | [
{
"path": "ansible/roles/openstack-instance/tasks/main.yaml",
"content": "---\n# Create an instance on NeCTAR\n- name: Create an instance\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor: '{{ item.flavor }}'\n availability_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1633,
"all_permissive": false
} |
ansible_role | jwronquillo/activity11 | 39db69f642fe09030a343a09bd2468009f4241ce | 0 | roles/DB | 6,896 | [
"no_license"
] | [
{
"path": "roles/DB/tasks/main.yml",
"content": "---\n\n- name: install docker(Ubuntu)\n apt:\n name:\n - docker.io\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install docker(CentOS)\n command: install docker\n when: ansiblde_distribution == \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | jwronquillo/activity11 | 39db69f642fe09030a343a09bd2468009f4241ce | 0 | roles/web | 6,896 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n\n- name: Install docker(Ubuntu)\n apt:\n name:\n - docker.io\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Instal docker(CentOS)\n command: install docker\n when: ansible_distribution == \"C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | shoetten/unipi | cc44449a758b1c873646b677f256431229d3c942 | 0 | roles/auto-tatort | 6,896 | [
"no_license"
] | [
{
"path": "roles/auto-tatort/templates/config.json.j2",
"content": "{\n \"debug\": {{ auto_tatort_debug | ternary(1, 0, 0) }},\n \"debugFile\": \"/home/{{ auto_tatort_username }}/debug.log\",\n \"feeds\": [\n {\n \"enabled\": 1,\n \"id\": \"Tatort\",\n \"qual... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3559,
"all_permissive": false
} |
ansible_role | shoetten/unipi | cc44449a758b1c873646b677f256431229d3c942 | 0 | roles/docker | 6,896 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: install docker\n ansible.builtin.apt:\n name: \"docker.io\"\n state: present\n\n- name: install docker python bindings\n ansible.builtin.apt:\n name: \"python3-docker\"\n state: present\n\n- name: Ensure Docker is started & enab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | shoetten/unipi | cc44449a758b1c873646b677f256431229d3c942 | 0 | roles/gesundheit | 6,896 | [
"no_license"
] | [
{
"path": "roles/gesundheit/handlers/main.yml",
"content": "---\n- name: restart gesundheit service\n ansible.builtin.service:\n name: gesundheit\n state: restarted\n enabled: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "roles/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1892,
"all_permissive": false
} |
ansible_role | shoetten/unipi | cc44449a758b1c873646b677f256431229d3c942 | 0 | roles/jellyfin | 6,896 | [
"no_license"
] | [
{
"path": "roles/jellyfin/defaults/main.yml",
"content": "---\njellyfin_user:\n name: jellyfin\n uid: 1650\n gid: 1650\njellyfin_docker_volumes:\n - \"/path/to/library:/config\"\n - \"/path/to/series:/data/series\"\n - \"/path/to/movies:/data/movies\"\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1807,
"all_permissive": false
} |
ansible_role | shoetten/unipi | cc44449a758b1c873646b677f256431229d3c942 | 0 | roles/matrix-webhook | 6,896 | [
"no_license"
] | [
{
"path": "roles/matrix-webhook/defaults/main.yml",
"content": "---\nmatrix_webhook_port: 4785\nmatrix_webhook_matrix_url: \"https://matrix.org\"\nmatrix_webhook_matrix_id: \"{{ vault_matrix_webhook_matrix_id }}\"\nmatrix_webhook_matrix_pw: \"{{ vault_matrix_webhook_matrix_pw }}\"\nmatrix_webhook_api_key: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 763,
"all_permissive": false
} |
ansible_role | shoetten/unipi | cc44449a758b1c873646b677f256431229d3c942 | 0 | roles/offsite-backup | 6,896 | [
"no_license"
] | [
{
"path": "roles/offsite-backup/templates/conf.d/rsync_pass.j2",
"content": "{{ offsite_backup_rsync_remote_pass }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/offsite-backup/templates/system/offsite-backup.service.j2",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1765,
"all_permissive": false
} |
ansible_role | shoetten/unipi | cc44449a758b1c873646b677f256431229d3c942 | 0 | roles/sshd | 6,896 | [
"no_license"
] | [
{
"path": "roles/sshd/handlers/main.yml",
"content": "---\n# restart sshd\n- name: restart sshd\n ansible.builtin.service:\n name: \"{{ sshd_service }}\"\n state: restarted\n become: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
"path": "r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2525,
"all_permissive": false
} |
ansible_role | shoetten/unipi | cc44449a758b1c873646b677f256431229d3c942 | 0 | roles/syncthing | 6,896 | [
"no_license"
] | [
{
"path": "roles/syncthing/handlers/main.yml",
"content": "---\n- name: restart health timer\n ansible.builtin.systemd:\n daemon_reload: True\n name: syncthing-health.timer\n state: restarted\n enabled: True\n\n- name: restart syncthing\n ansible.builtin.systemd:\n daemon_reload: True\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2202,
"all_permissive": false
} |
ansible_role | shoetten/unipi | cc44449a758b1c873646b677f256431229d3c942 | 0 | roles/system | 6,896 | [
"no_license"
] | [
{
"path": "roles/system/tasks/copy_mount_script.yml",
"content": "---\n- name: copy script to mount external storage\n ansible.builtin.template:\n src: mount-ext-storage.j2\n dest: /usr/local/sbin/mount-ext-storage\n owner: root\n group: root\n mode: '0755'\n",
"license_type": "no_licens... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6840,
"all_permissive": false
} |
ansible_role | shoetten/unipi | cc44449a758b1c873646b677f256431229d3c942 | 0 | roles/unifi-controller | 6,896 | [
"no_license"
] | [
{
"path": "roles/unifi-controller/tasks/main.yml",
"content": "---\n# Create unifi user\n- name: Ensure group \"{{ unifi_user.name }}\" exists\n ansible.builtin.group:\n name: \"{{ unifi_user.name }}\"\n state: present\n gid: \"{{ unifi_user.gid }}\"\n\n- name: Create unifi user\n ansible.builtin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | rupanshumukhija07/terraform_project | 061d5b33ff167fc4af3b086956425c61b35de94c | 0 | roles/datadisk-n01701496 | 6,896 | [
"no_license"
] | [
{
"path": "roles/datadisk-n01701496/vars/main.yaml",
"content": "---\ndisk_device: /dev/sdc\npartitions:\n - { number: 1, fs_type: xfs, start: \"0%\", end: \"40%\" }\n - { number: 2, fs_type: ext4, start: \"40%\", end: \"90%\" }\n\nfilesystems:\n - { fstype: xfs, device: \"/dev/sdc1\" }\n - { fstype: ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | rupanshumukhija07/terraform_project | 061d5b33ff167fc4af3b086956425c61b35de94c | 0 | roles/profile-n01701496 | 6,896 | [
"no_license"
] | [
{
"path": "roles/profile-n01701496/vars/main.yaml",
"content": "---\nusername: your_name\ntmout: 1500\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/profile-n01701496/tasks/main.yaml",
"content": "---\n- name: Add TMOUT configuration t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 274,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.