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 | fervartel/vagrant-ubuntu2 | f2fc8360bbcbf649b6680a6f18db3146dd6609b5 | 0 | roles/zshell | 7,784 | [
"no_license"
] | [
{
"path": "roles/zshell/tasks/main.yml",
"content": "---\n- name: ZSHELL PACKAGE INSTALLATION\n package:\n name:\n - zsh\n state: present\n update_cache: yes\n\n- name: CLONING OH MY ZSH FROM THE GIT REPO\n git: \n repo: 'https://github.com/robbyrussell/oh-my-zsh.git'\n dest: ~/.oh-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | Adeolagroup/class4 | cc97683e78614fd651b021b379fcc1341643c646 | 0 | teacher/roles/prometheus_node_exporter | 7,784 | [
"no_license"
] | [
{
"path": "teacher/roles/prometheus_node_exporter/tasks/main.yml",
"content": "---\n- name: create node exporter user\n user:\n name: node_exporter\n shell: /bin/false\n create_home: no\n\n- name: create /app directory\n file:\n path: /app\n state: directory\n\n- name: extract tarball\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2112,
"all_permissive": false
} |
ansible_role | LKaptein/lg_training | 4d3b51d8fca9e1bfc806263f1dfae2267e404a7f | 0 | vm/provisioning/roles/common | 7,784 | [
"no_license"
] | [
{
"path": "vm/provisioning/roles/common/defaults/main.yml",
"content": "---\n# file: roles/common/defults/main.yml\n\nfilebeat_install: false\nfail2ban_install: false\npostfix_install: false\niptables_install: false\n\nadmin_keys:\n - \"{{ lookup('file', '../public_keys/baris.pub') }}\"\n - \"{{ lookup('f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7302,
"all_permissive": false
} |
ansible_role | LKaptein/lg_training | 4d3b51d8fca9e1bfc806263f1dfae2267e404a7f | 0 | vm/provisioning/roles/dbserver | 7,784 | [
"no_license"
] | [
{
"path": "vm/provisioning/roles/dbserver/tasks/main.yml",
"content": "---\n# file: roles/dbserver/tasks/main.yml\n\n- name: \"Install packages.\"\n apt:\n pkg={{ item }}\n state=installed\n with_items:\n - mysql-server\n - mysql-client\n - python-mysqldb\n\n- name: \"Remove the test databa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | LKaptein/lg_training | 4d3b51d8fca9e1bfc806263f1dfae2267e404a7f | 0 | vm/provisioning/roles/drupal | 7,784 | [
"no_license"
] | [
{
"path": "vm/provisioning/roles/drupal/templates/apache_vhost_acl.conf.j2",
"content": "<VirtualHost *:{{ apache_port }}>\n ServerAdmin webmaster@{{ item.server_name }}\n ServerName {{ item.server_name }}\n\n DocumentRoot {{ item.docroot }}\n DirectoryIndex index.php\n\n LogLevel warn\n ErrorLog ${AP... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 15930,
"all_permissive": false
} |
ansible_role | LKaptein/lg_training | 4d3b51d8fca9e1bfc806263f1dfae2267e404a7f | 0 | vm/provisioning/roles/eslocal | 7,784 | [
"no_license"
] | [
{
"path": "vm/provisioning/roles/eslocal/tasks/main.yml",
"content": "---\n# file: roles/es_local/tasks/main.yml\n\n# Elasticsearch block.\n- block:\n - name: \"Install java package.\"\n apt:\n pkg=default-jre\n state=installed\n\n - name: \"Add Elasticsearch apt repository.\"\n apt_reposi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | LKaptein/lg_training | 4d3b51d8fca9e1bfc806263f1dfae2267e404a7f | 0 | vm/provisioning/roles/solrlocal | 7,784 | [
"no_license"
] | [
{
"path": "vm/provisioning/roles/solrlocal/defaults/main.yml",
"content": "---\n# file: roles/solr_local/defaults/main.yml\n\nsolr_version: 4.10.4\nsolr_java_max_heap_size: 128M\nsolr_java_init_heap_size: 32M\nsolr_java_thread_stack_size: 256k\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3122,
"all_permissive": false
} |
ansible_role | LKaptein/lg_training | 4d3b51d8fca9e1bfc806263f1dfae2267e404a7f | 0 | vm/provisioning/roles/webserver | 7,784 | [
"no_license"
] | [
{
"path": "vm/provisioning/roles/webserver/templates/xdebug.ini.j2",
"content": "zend_extension=xdebug.so\nxdebug.remote_connect_back = 1\nxdebug.remote_port = 9000\nxdebug.remote_enable = 1\nxdebug.max_nesting_level = {{ xdebug_max_nesting_level }}\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10939,
"all_permissive": false
} |
ansible_role | doc22940/openebs | 32c7bad12febff9aff5cd54a22278fac09475527 | 0 | e2e/ansible/roles/k8s-stern | 7,784 | [
"no_license"
] | [
{
"path": "e2e/ansible/roles/k8s-stern/tasks/main.yml",
"content": "---\n\n- name: Get Current User\n command: whoami\n register: user\n delegate_to: \"{{groups['kubernetes-kubemasters'].0}}\"\n\n- name: Get $HOME of K8s master for kubernetes user\n shell: source ~/.profile; echo $HOME\n args:\n exe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1376,
"all_permissive": false
} |
ansible_role | doc22940/openebs | 32c7bad12febff9aff5cd54a22278fac09475527 | 0 | e2e/ansible/roles/logging | 7,784 | [
"no_license"
] | [
{
"path": "e2e/ansible/roles/logging/tasks/main.yml",
"content": "---\n- name: Generate a unique name for the folder\n shell: echo \"$(date +%Y%m%d_%H%M%S)\"\n register: log_folder\n\n- name: Create a unique folder to copy logs\n file:\n path: \"{{ playbook_dir }}/roles/logging/{{log_folder.stdout}}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1495,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/bootstrap-control-plane | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap-control-plane/tasks/install-binaries.yml",
"content": "---\n- name: Download required Kubernetes binaries\n become: true\n ansible.builtin.get_url:\n url: \"{{ kube_base_download_url }}/{{ item }}\"\n dest: \"/usr/local/bin/{{ item }}\"\n mode: 0755\n loop:\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2969,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/bootstrap-etcd | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap-etcd/tasks/main.yml",
"content": "---\n- include_tasks: install-binaries.yml\n- include_tasks: copy-certs.yml\n- include_tasks: start-etcd.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "ansible/roles/boots... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2665,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/bootstrap-worker-nodes | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap-worker-nodes/tasks/install-binaries.yml",
"content": "---\n- name: Install the OS dependencies\n become: true\n ansible.builtin.apt:\n name:\n - socat\n - conntrack\n - ipset\n - kmod\n update_cache: true\n\n- name: Create Kubernetes installatio... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6361,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/distribute-nodes-certificates | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/distribute-nodes-certificates/tasks/copy-certs.yml",
"content": "---\n- name: Create kubelet directory\n become: true\n ansible.builtin.file:\n path: /var/lib/kubelet\n state: directory\n mode: 0755\n\n- name: Copy CA certificate\n become: true\n ansible.builtin.copy:\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/distribute-nodes-kubeconfigs | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/distribute-nodes-kubeconfigs/tasks/copy-kubeconfigs.yml",
"content": "---\n- name: Create kubelet directory\n become: true\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n mode: 0755\n loop:\n - /var/lib/kube-proxy\n - /var/lib/kubelet\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/distribute-server-certificates | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/distribute-server-certificates/tasks/copy-certs.yml",
"content": "---\n- name: Copy certificates to master node\n become: true\n ansible.builtin.copy:\n src: \"{{ certs_path }}/{{ item }}\"\n dest: \"/home/admin/{{ item }}\"\n mode: \"0644\"\n loop:\n - ca.crt\n - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/distribute-server-kubeconfigs | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/distribute-server-kubeconfigs/defaults/main.yml",
"content": "kubeconfigs_path: \"{{ role_path }}/../../../kubeconfig\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "ansible/roles/distribute-server-kubeconfigs/tasks/mai... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/generate-certificates | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/generate-certificates/tasks/generate-ca-crt-and-key.yml",
"content": "---\n- name: Create certificates directory\n ansible.builtin.file:\n path: \"{{ certs_path }}\"\n state: directory\n mode: 0700\n\n- name: Generate CA private key\n community.crypto.openssl_privatekey:\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2031,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/generate-encryption-config | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/generate-encryption-config/tasks/main.yml",
"content": "---\n- include_tasks: generate-enc-config.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "ansible/roles/generate-encryption-config/defaults/main.yml",
"content... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/generate-kubeconfigs | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/generate-kubeconfigs/defaults/main.yml",
"content": "kubeconfigs_path: \"{{ role_path }}/../../../kubeconfig\"\ncerts_path: \"{{ role_path }}/../../../ca\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "ansible/roles/gen... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4175,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/nodes-configure-network-routes | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/nodes-configure-network-routes/tasks/configure-routes.yml",
"content": "---\n- name: Identify peer worker nodes\n ansible.builtin.set_fact:\n peer_workers: \"{{ groups[group_names[0]] | difference([inventory_hostname]) }}\"\n\n- name: Check routes to peer subnets\n become: true... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1070,
"all_permissive": false
} |
ansible_role | Lavr11k/kthw-lavrik | bd7cff30d9de25c1a13851b42b4f58aa22af0c30 | 0 | ansible/roles/server-configure-network-routes | 7,784 | [
"no_license"
] | [
{
"path": "ansible/roles/server-configure-network-routes/tasks/configure-routes.yml",
"content": "---\n- name: Check if route exists\n become: true\n ansible.builtin.shell: |\n ip route get {{ item.subnet }} |\n grep -Eo 'via [0-9.]+' |\n awk 'NR==1 {print $2}'\n register: route_check\n loop:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 836,
"all_permissive": false
} |
ansible_role | br0d0/my_pyth_ans_ecourse | 5e6f3755f03c5b934b6bb5d946a75fd6353a9b7f | 0 | 05-week/exercise1/roles/access_switch | 7,784 | [
"permissive"
] | [
{
"path": "05-week/exercise1/roles/access_switch/tasks/main.yml",
"content": "---\n- name: Generate configuration files\n template: src=access_switch.j2 dest=/home/brodier/ANSIBLE/CFGS/{{item.hostname}}.txt\n with_items: switches\n",
"license_type": "permissive",
"detected_licenses": [
"Apac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": true
} |
ansible_role | br0d0/my_pyth_ans_ecourse | 5e6f3755f03c5b934b6bb5d946a75fd6353a9b7f | 0 | 05-week/exercise3/roles/access_switch | 7,784 | [
"permissive"
] | [
{
"path": "05-week/exercise3/roles/access_switch/tasks/main.yml",
"content": "---\n- name: Generate configuration file\n template: src=access_switch.j2 dest=/home/brodier/ANSIBLE/CFGS/{{item.hostname}}.txt\n with_items: switches\n",
"license_type": "permissive",
"detected_licenses": [
"Apach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": true
} |
ansible_role | wordie/wordie | 7e6a8e6945c470ad7e39ebd47fb381bae2c2e11a | 2 | deployment/deployment/roles/java-service | 7,784 | [
"no_license"
] | [
{
"path": "deployment/deployment/roles/java-service/tasks/main.yaml",
"content": "- name: Install Java 1.7\n apt: name=openjdk-7-jdk state=present update_cache=true\n\n- name: Create a user to run the server\n user: name='{{ service_name }}' state=present\n\n- name: Create service home directory\n file: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4412,
"all_permissive": false
} |
ansible_role | wordie/wordie | 7e6a8e6945c470ad7e39ebd47fb381bae2c2e11a | 2 | deployment/deployment/roles/nginx | 7,784 | [
"no_license"
] | [
{
"path": "deployment/deployment/roles/nginx/tasks/main.yaml",
"content": "---\n- name: Install nginx\n apt: name=nginx state=present update_cache=yes\n\n- name: Copy nginx configuration\n template: src=default.conf dest=/etc/nginx/conf.d/default.conf\n notify: restart nginx",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 197,
"all_permissive": false
} |
ansible_role | ricanello/ansible | d7df9749c4d21df7f547477cda36e0fd79a47007 | 0 | roles/docker | 7,786 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: Remove versoes anteriors\n hosts: docker\n tasks:\n - apt: \n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-engine\n - docker.io\n\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | ricanello/ansible | d7df9749c4d21df7f547477cda36e0fd79a47007 | 0 | roles/puppet | 7,786 | [
"no_license"
] | [
{
"path": "roles/puppet/tasks/main.yml",
"content": "---\n# tasks file for puppet\n- name: Puppet\n hosts: all\n tasks:\n - include: repo.yml\n# - include: install.yml \n - include: agent.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
"pa... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1080,
"all_permissive": false
} |
ansible_role | MediaKron/mediakron-4 | e040800b74317b93881d4c13f693dfd9273a0c13 | 1 | provisioning/roles/logstash-s3 | 7,786 | [
"no_license"
] | [
{
"path": "provisioning/roles/logstash-s3/templates/31-s3-output.conf.j2",
"content": "output {\n if [type] == \"nginx\" {\n s3{\n access_key_id => \"\" \n secret_access_key => \"\"\n region => \"us-east-1\"\n bucket => \"mediakron-application-logs\"\n prefix => \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1212,
"all_permissive": false
} |
ansible_role | MediaKron/mediakron-4 | e040800b74317b93881d4c13f693dfd9273a0c13 | 1 | provisioning/roles/users | 7,786 | [
"no_license"
] | [
{
"path": "provisioning/roles/users/tasks/main.yml",
"content": "---\n# Example group command from Ansible Playbooks\n- name: \"Create a Mediakron group\"\n group: \n name: mediakron \n state: present\n\n- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1991,
"all_permissive": false
} |
ansible_role | eclipse-volttron/volttron-ansible | e0561e7061757323220a82209c918fa571f31b13 | 2 | roles/ad_hoc | 7,786 | [
"no_license"
] | [
{
"path": "roles/ad_hoc/tasks/main.yml",
"content": "## This playbook is based on this stack overflow answer: https://stackoverflow.com/a/20572360\n## To use, you must pass the command of interest in the \"command\" variable (required by the playbook)\n## Note that proper string quoting is important to run ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1436,
"all_permissive": false
} |
ansible_role | eclipse-volttron/volttron-ansible | e0561e7061757323220a82209c918fa571f31b13 | 2 | roles/ansible_venv | 7,786 | [
"no_license"
] | [
{
"path": "roles/ansible_venv/tasks/main.yml",
"content": "---\n- name: force python3 for steps to create the venv\n set_fact:\n ansible_python_interpreter: \"python3\"\n\n- name: arm-specific ansible venv packages\n pip:\n virtualenv: \"{{ venv_for_ansible }}\"\n virtualenv_command: python3 -m v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1525,
"all_permissive": false
} |
ansible_role | eclipse-volttron/volttron-ansible | e0561e7061757323220a82209c918fa571f31b13 | 2 | roles/copy_agent_configs | 7,786 | [
"no_license"
] | [
{
"path": "roles/copy_agent_configs/tasks/main.yml",
"content": "- name: check locally (to controller) for configuration root directory\n local_action:\n module: stat\n path: \"{{ deployment_config_root }}\"\n register: directory_check\n ignore_errors: True\n run_once: True\n vars:\n ## we cha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1296,
"all_permissive": false
} |
ansible_role | eclipse-volttron/volttron-ansible | e0561e7061757323220a82209c918fa571f31b13 | 2 | roles/get_volttron_source | 7,786 | [
"no_license"
] | [
{
"path": "roles/get_volttron_source/tasks/main.yml",
"content": "### A role for placing the volttron source on a remote system in the expected location.\n### It is only responsible for updating the source, not updating what is installed.\n### (Though an editable pip install uses symbolic links and may stil... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 118544,
"all_permissive": false
} |
ansible_role | eclipse-volttron/volttron-ansible | e0561e7061757323220a82209c918fa571f31b13 | 2 | roles/install_platform | 7,786 | [
"no_license"
] | [
{
"path": "roles/install_platform/tasks/main.yml",
"content": "---\n# vars:\n# volttron_source_changed: no\n\n##NOTE there is no way to tell if the bootstrap steps are producing\n## changes or not, this is not idiomatic ansible. It would be\n## better if there were a changed condition.\n## >... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4385,
"all_permissive": false
} |
ansible_role | eclipse-volttron/volttron-ansible | e0561e7061757323220a82209c918fa571f31b13 | 2 | roles/run_platform | 7,786 | [
"no_license"
] | [
{
"path": "roles/run_platform/vars/main.yml",
"content": "volttron_source_changed: \"{{ volttron_source_changed | default(False) }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/run_platform/meta/main.yml",
"content": "---\ndependen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | eclipse-volttron/volttron-ansible | e0561e7061757323220a82209c918fa571f31b13 | 2 | roles/set_defaults | 7,786 | [
"no_license"
] | [
{
"path": "roles/set_defaults/tasks/main.yml",
"content": "### We have a single role to set default variables used throughtout other roles, playbooks, etc.\n### The reason for this is that many settings need to agree, despite being used in different roles\n### and we want to ensure that the defaults are set... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 8701,
"all_permissive": false
} |
ansible_role | eclipse-volttron/volttron-ansible | e0561e7061757323220a82209c918fa571f31b13 | 2 | roles/system_dependencies | 7,786 | [
"no_license"
] | [
{
"path": "roles/system_dependencies/meta/main.yml",
"content": "---\ndependencies:\n - set_defaults\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/system_dependencies/tasks/yum-family.yml",
"content": "### Install system packages on ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7196,
"all_permissive": false
} |
ansible_role | SunnyLLL/DevOpsLectureNotesV6 | c0dda53fa0eb04301e3299e8ce43e18964750cfa | 0 | WK7_CM_Ansible_Packer/ansible-playbooks/ansible-playbook-roles/roles/common | 7,786 | [
"no_license"
] | [
{
"path": "WK7_CM_Ansible_Packer/ansible-playbooks/ansible-playbook-roles/roles/common/tasks/main.yaml",
"content": "---\n- name: Install Docker\n include_role:\n name: geerlingguy.docker\n\n- name: Install pip\n include_role:\n name: geerlingguy.pip\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | SunnyLLL/DevOpsLectureNotesV6 | c0dda53fa0eb04301e3299e8ce43e18964750cfa | 0 | WK7_CM_Ansible_Packer/ansible-playbooks/ansible-playbook-roles/roles/jrcms | 7,786 | [
"no_license"
] | [
{
"path": "WK7_CM_Ansible_Packer/ansible-playbooks/ansible-playbook-roles/roles/jrcms/tasks/main.yaml",
"content": "---\n- name: Start jrcms container\n docker_container:\n name: jrcms\n image: davisliu/jrcms\n state: started\n ports:\n - \"80:8080\"\n env:\n REDIS_HOST: \"{{ group... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | SunnyLLL/DevOpsLectureNotesV6 | c0dda53fa0eb04301e3299e8ce43e18964750cfa | 0 | WK7_CM_Ansible_Packer/ansible-playbooks/ansible-playbook-roles/roles/redis | 7,786 | [
"no_license"
] | [
{
"path": "WK7_CM_Ansible_Packer/ansible-playbooks/ansible-playbook-roles/roles/redis/tasks/main.yaml",
"content": "---\n- name: Start redis container\n docker_container:\n name: redis\n image: redis\n state: started\n ports:\n - \"6379:6379\"",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | ac427/libvirt-k8s | 875cf401931cd8b4d622de78e84b133b2ada5587 | 0 | ansible/roles/base | 7,786 | [
"no_license"
] | [
{
"path": "ansible/roles/base/vars/main.yml",
"content": "---\nbase_packages:\n - vim\n - wget\n - bind-utils\n - openssh-server \n - openssh-clients\n - epel-release\n - git \n - screen\n - python3\n - epel-release\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | ac427/libvirt-k8s | 875cf401931cd8b4d622de78e84b133b2ada5587 | 0 | ansible/roles/k8s | 7,786 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/vars/main.yml",
"content": "---\nbase_packages:\n - docker\n - kubelet \n - kubeadm \n - kubectl\n - xorg-x11-xauth\n - xorg-x11-font-utils\n - xorg-x11-utils\n - firefox\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4174,
"all_permissive": false
} |
ansible_role | ac427/libvirt-k8s | 875cf401931cd8b4d622de78e84b133b2ada5587 | 0 | ansible/roles/local | 7,786 | [
"no_license"
] | [
{
"path": "ansible/roles/local/vars/main.yml",
"content": "---\nbase_packages:\n - epel-release\n - libvirt\n - libvirt-client\n - libvirt-daemon\n - qemu\n - virt-install\n - virt-manager\n - libvirt-daemon-driver-qemu\n - libvirt-python\n - seabios-bin\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | AshrafElshazly/ansible-fawry-intern | 8a0f77641631a1bd69a6ad01d744739fda36c557 | 0 | 05-lab/roles/quizgames | 7,786 | [
"no_license"
] | [
{
"path": "05-lab/roles/quizgames/handlers/main.yml",
"content": "---\n- name: restart web containers\n community.docker.docker_container:\n name: \"{{ item.name }}\"\n image: \"{{ item.name }}:{{ item.release }}\"\n restart: yes\n state: started\n loop: \"{{ webapps }}\"\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1554,
"all_permissive": false
} |
ansible_role | amine7777/flask-api-primenumbers | 87d95be50bce9d2c1a65f25715c9d844106d8e8f | 0 | provisioner/roles/api | 7,786 | [
"no_license"
] | [
{
"path": "provisioner/roles/api/templates/hello_api.j2.py",
"content": "from flask import Flask, jsonify, request\napp = Flask(__name__)\n\n@app.route('/', methods=['GET', 'POST'])\ndef index():\n if (request.method== 'POST'):\n add_json = request.get_json()\n return jsonify ({\"sent\": ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1233,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/bin | 7,786 | [
"no_license"
] | [
{
"path": "roles/bin/tasks/main.yml",
"content": "---\n- name: clone ~/bin\n git: repo=git://github.com/xuxiaodong/bin.git dest={{ base_dir }}/bin accept_hostkey=yes force=yes\n\n- name: set attributes\n file: path={{ base_dir }}/bin state=directory owner={{ users[0] }} group=wheel recurse=yes\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/boot | 7,786 | [
"no_license"
] | [
{
"path": "roles/boot/templates/arch-mainline.conf.j2",
"content": "## This is just an example config file.\n## Please edit the paths and kernel parameters according to your system.\n\ntitle Arch Linux\nlinux /vmlinuz-linux-mainline\ninitrd /intel-ucode.img\ninitrd /initramfs-linux-mainline.img\noptio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/dotfile | 7,786 | [
"no_license"
] | [
{
"path": "roles/dotfile/tasks/main.yml",
"content": "---\n- name: clone dot files\n git: repo=git://github.com/xuxiaodong/dotman.git dest={{ base_dir }}/dotman accept_hostkey=yes\n\n- name: set attributes\n file: path={{ base_dir }}/dotman state=directory owner={{ users[0] }} group=wheel recurse=yes\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1695,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/envconf | 7,786 | [
"no_license"
] | [
{
"path": "roles/envconf/tasks/main.yml",
"content": "---\n- name: check ~/envconf\n file: path={{ base_dir }} state=directory owner={{ users[0] }} group=wheel\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/etc | 7,786 | [
"no_license"
] | [
{
"path": "roles/etc/tasks/main.yml",
"content": "---\n- name: etc config\n copy: src={{ item }} dest=/etc/{{ item }} owner=root group=root mode=0644\n with_items:\n - vconsole.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/package | 7,786 | [
"no_license"
] | [
{
"path": "roles/package/tasks/main.yml",
"content": "---\n- name: update pacman\n pacman: update_cache=yes\n\n- name: install packages\n pacman: name={{ item }} state=latest\n with_items: \n - \"{{ pkgs }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/tmux | 7,786 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "---\n- name: clone tmux config\n git: repo=git://github.com/xuxiaodong/tmuxen.git dest={{ base_dir }}/tmuxen accept_hostkey=yes\n\n- name: set attributes\n file: path={{ base_dir }}/tmuxen state=directory owner={{ users[0] }} group=wheel recurse=yes\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/user | 7,786 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n- name: add new user\n user: name={{ item }} shell=/bin/zsh group=wheel\n with_items: \n - \"{{ users }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/vim | 7,786 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: clone vim config\n git: repo=git://github.com/xuxiaodong/vimenv.git dest={{ base_dir }}/vimenv accept_hostkey=yes force=yes\n\n- name: set attributes\n file: path={{ base_dir }}/vimenv state=directory owner={{ users[0] }} group=wheel recurse=y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/xorg | 7,786 | [
"no_license"
] | [
{
"path": "roles/xorg/tasks/main.yml",
"content": "---\n- name: xorg config\n copy: src={{ item }} dest=/etc/X11/xorg.conf.d/{{ item }} owner=root group=root mode=0644\n with_items:\n - 20-intel.conf\n - 30-touchpad.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | xuxiaodong/archstrap | c7e63fe6830547f662d5454aa1248f27dc92115d | 12 | roles/zsh | 7,786 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "---\n- name: clone zsh config\n git: repo=git://github.com/xuxiaodong/oh-my-zsh.git dest={{ base_dir }}/oh-my-zsh accept_hostkey=yes\n\n- name: set attributes\n file: path={{ base_dir }}/oh-my-zsh state=directory owner={{ users[0] }} group=wheel recurse=ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | andreas-prinz/ansible | 77bfa83e401a1d93aabea378d553998f866a3b69 | 0 | roles/nginx | 7,786 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: \"inst ngnix\"\n ansible.builtin.apt:\n name: \"nginx\"\n state: \"latest\"\n update_cache: true\n\n- name: \"del in /var/www/html/\"\n ansible.builtin.file:\n path: \"/var/www/html/\"\n state: \"absent\"\n\n- name: \"copy sites f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | direwolf2494/ansible-infrastructure | 40e6396312a1b72eb683cf137a10078d0195b914 | 0 | roles/task | 7,786 | [
"no_license"
] | [
{
"path": "roles/task/defaults/main.yml",
"content": "---\n# defaults file for task",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/task/handlers/main.yml",
"content": "---\n# handlers file for task",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 876,
"all_permissive": false
} |
ansible_role | rdeberry-sms/illumio_pce_ansible | 6f503b017c11f89d401b1ff817bbe2ad55109028 | 0 | ansible/pce-build/roles/common | 7,786 | [
"no_license"
] | [
{
"path": "ansible/pce-build/roles/common/tasks/main.yaml",
"content": "---\n- name: Run fips-mode-setup --check\n command: fips-mode-setup --check\n register: fips_check_result\n changed_when: false\n ignore_errors: true\n when: \"prefix_name in group_names\"\n\n- name: Disable FIPS mode if enabled\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4804,
"all_permissive": false
} |
ansible_role | rdeberry-sms/illumio_pce_ansible | 6f503b017c11f89d401b1ff817bbe2ad55109028 | 0 | ansible/pce-build/roles/load_balancer | 7,786 | [
"no_license"
] | [
{
"path": "ansible/pce-build/roles/load_balancer/templates/haproxy.cfg.j2",
"content": "global\n log /dev/log local0\n log /dev/log local1 notice\n chroot /var/lib/haproxy\n stats socket /var/run/haproxy.sock mode 660 level admin\n stats timeout 30s\n user haproxy\n group haproxy\n daemon\n\ndefault... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5716,
"all_permissive": false
} |
ansible_role | rdeberry-sms/illumio_pce_ansible | 6f503b017c11f89d401b1ff817bbe2ad55109028 | 0 | ansible/pce-build/roles/pce | 7,786 | [
"no_license"
] | [
{
"path": "ansible/pce-build/roles/pce/templates/runtime_env.yml.j2",
"content": "# PCE runtime_env.yml parameters\ninstall_root: {{install_root}}\nruntime_data_root: {{runtime_data_dir}}\npersistent_data_root: {{persistent_data_dir}}\nephemeral_data_root: {{ephemeral_data_dir}}\nlog_dir: {{log_dir}}\npriva... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 16870,
"all_permissive": false
} |
ansible_role | rdeberry-sms/illumio_pce_ansible | 6f503b017c11f89d401b1ff817bbe2ad55109028 | 0 | ansible/pce-build/roles/pce-harden | 7,786 | [
"no_license"
] | [
{
"path": "ansible/pce-build/roles/pce-harden/tasks/main.yaml",
"content": "---\n- name: Get connection information\n shell: nmcli --terse --fields NAME connection show\n register: connection_info\n ignore_errors: true\n changed_when: false\n\n- name: Extract connection names\n set_fact:\n connectio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5414,
"all_permissive": false
} |
ansible_role | rdeberry-sms/illumio_pce_ansible | 6f503b017c11f89d401b1ff817bbe2ad55109028 | 0 | ansible/pce-destroy/roles/lb-uninstall | 7,786 | [
"no_license"
] | [
{
"path": "ansible/pce-destroy/roles/lb-uninstall/tasks/main.yaml",
"content": "---\n- name: \"Uninstall Haproxy\"\n dnf:\n name: haproxy\n state: absent\n when: \"'lbnodes' in group_names\"\n\n\n- name: \"Uninstall Keepalived\"\n dnf:\n name: keepalived\n state: absent\n when: \"'lbnodes' i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | rdeberry-sms/illumio_pce_ansible | 6f503b017c11f89d401b1ff817bbe2ad55109028 | 0 | ansible/pce-destroy/roles/pce-unharden | 7,786 | [
"no_license"
] | [
{
"path": "ansible/pce-destroy/roles/pce-unharden/tasks/main.yaml",
"content": "---\n\n- name: \"Remove hash from modprobe\"\n shell: rm -f /etc/modprobe.d/illumio.conf\n when: \"prefix_name in group_names\"\n\n- name: \"Remove conntrack from sysctl\"\n shell: rm -f /etc/sysctl.d/illumio.conf\n when: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1119,
"all_permissive": false
} |
ansible_role | rdeberry-sms/illumio_pce_ansible | 6f503b017c11f89d401b1ff817bbe2ad55109028 | 0 | ansible/pce-destroy/roles/pce-uninstall | 7,786 | [
"no_license"
] | [
{
"path": "ansible/pce-destroy/roles/pce-uninstall/tasks/main.yaml",
"content": "---\n\n- name: \"Stopping PCE\"\n command: illumio-pce-ctl stop\n become: true\n become_user: ilo-pce\n ignore_errors: true\n when: \"prefix_name in group_names\"\n\n\n- name: \"Uninstall the UI RPM\"\n dnf:\n name: il... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | nasa9084/vagrant-kvmhost | 2080d7bcb73c4c2a575380cdab728ebccc33a4db | 0 | provision/ansible/roles/virtualization | 7,786 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/virtualization/tasks/main.yml",
"content": "---\n- name: Install virtualization host\n yum:\n name: '@^Virtualization Host'\n state: installed\n\n- name: Enables libvirtd TCP listening\n lineinfile:\n path: /etc/sysconfig/libvirtd\n regexp: '#(LIBVIRTD_ARGS=\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/accounts | 7,786 | [
"no_license"
] | [
{
"path": "roles/accounts/tasks/user.yml",
"content": "---\n- name: \"Group '{{ user.name }}' is present\"\n group:\n state: present\n name: \"{{ user.name }}\"\n gid: \"{{ user.uid }}\"\n\n- name: \"User '{{ user.name }}' is present\"\n user:\n state: present\n name: '{{ user.name }}'\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3695,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/base | 7,786 | [
"no_license"
] | [
{
"path": "roles/base/files/evomaintenance.sh",
"content": "#!/bin/sh\n\n# EvoMaintenance script\n# Dependencies (all OS): git postgresql-client\n# Dependencies (Debian): sudo\n\n# Copyright 2007-2019 Evolix <<EMAIL>>, <NAME> <<EMAIL>>,\n# <NAME> <<EMAIL>> and others.\n\nVERSION=\"0.6.3\... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 58839,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/bgp | 7,786 | [
"no_license"
] | [
{
"path": "roles/bgp/tasks/main.yml",
"content": "---\n- name: Deploy bgp check script\n template:\n src: bgpd-check-peers.sh.j2\n dest: /usr/share/scripts/bgpd-check-peers.sh\n when: group_names | select('search','bgp') | list | count > 0\n tags:\n - bgp\n\n- name: Cron job for bgp check script... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5108,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/collectd | 7,786 | [
"no_license"
] | [
{
"path": "roles/collectd/README.md",
"content": "# Collectd\n\nInstallation and custom configuration of Collectd daemon.\n\n## Tasks\n\nEverything is in the `tasks/main.yml` file.\n\n## Available variables\n\nThe full list of variables (with default values) can be found in `defaults/main.yml`.\n\n* `collec... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6368,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/etc-git | 7,786 | [
"no_license"
] | [
{
"path": "roles/etc-git/tasks/main.yml",
"content": "---\n\n- name: Git is installed\n openbsd_pkg:\n name: git\n state: present\n tags:\n - etc-git\n\n- name: /etc is versioned with git\n command: \"git init .\"\n args:\n chdir: /etc\n creates: /etc/.git/\n warn: false\n register: g... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4679,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/evocheck | 7,786 | [
"no_license"
] | [
{
"path": "roles/evocheck/tasks/install.yml",
"content": "---\n- name: Scripts dir is present\n file:\n path: \"{{ evocheck_bin_dir }}\"\n state: directory\n owner: root\n group: wheel\n mode: \"0700\"\n tags:\n - evocheck\n\n- name: Copy evocheck.sh\n copy:\n src: evocheck.sh\n d... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 17638,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/forwarding | 7,786 | [
"no_license"
] | [
{
"path": "roles/forwarding/tasks/main.yml",
"content": "---\n- name: Enable IPv4 forwarding\n sysctl:\n name: net.inet.ip.forwarding\n value: \"1\"\n state: present\n reload: true\n tags:\n - net\n\n- name: Enable IPv6 forwarding\n sysctl:\n name: net.inet6.ip6.forwarding\n value: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/logsentry | 7,786 | [
"no_license"
] | [
{
"path": "roles/logsentry/tasks/main.yml",
"content": "---\n- name: Install logsentry\n openbsd_pkg:\n name:\n - logsentry--\n state: present\n tags:\n - logsentry\n\n- name: Copy logsentry script to /usr/share/scripts\n copy:\n src: logsentry.sh\n dest: /usr/share/scripts/logsentry.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1160,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/nagios-nrpe | 7,786 | [
"no_license"
] | [
{
"path": "roles/nagios-nrpe/files/plugins_bsd/check_ipsecctl_critiques.sh",
"content": "#!/bin/sh\n\n# Use : ./check_ipsecctl_critiques.sh\n# check_ipsecctl.sh must be installed\n# Do not forget to also set variables under \"Additional check with ping\" : $VPNS + Definition of destination IPs + IPs in \"ca... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 25771,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/openvpn | 7,786 | [
"no_license"
] | [
{
"path": "roles/openvpn/tasks/main.yml",
"content": "---\n- name: Install OpenVPN package\n openbsd_pkg:\n name: \"openvpn--\"\n tags:\n - openvpn\n\n- name: Create /etc/openvpn directory\n file:\n path: /etc/openvpn\n state: directory\n owner: \"root\"\n group: \"wheel\"\n mode: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9525,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/ospf | 7,786 | [
"no_license"
] | [
{
"path": "roles/ospf/tasks/main.yml",
"content": "---\n- name: Deploy ospf check scripts\n template:\n src: \"{{ item }}.j2\"\n dest: /usr/share/scripts/{{ item }}\n with_items:\n - \"ospfd-check-peers.sh\"\n - \"ospf6d-check-peers.sh\"\n when: group_names | select('search','ospf') | list | ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8666,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/pf | 7,786 | [
"no_license"
] | [
{
"path": "roles/pf/README.md",
"content": "# PacketFilter\n \nCustom configuration of PacketFilter.\n\n## Tasks\n\nEverything is in the `tasks/main.yml` file.\n\n## Available variables\n\n* `pf_trusted_ips` : list of IP trusted for important access (default: all).\n\nThe full list of variables (with defau... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2391,
"all_permissive": false
} |
ansible_role | Evolix/EvoBSD | ad025bf5070cc7140b5eab49a4838ac13becc2ce | 0 | roles/post-install | 7,786 | [
"no_license"
] | [
{
"path": "roles/post-install/tasks/motd.yml",
"content": "---\n- name: Deploy dynamic motd script for CARP master or backup\n copy:\n src: motd-carp-state.sh\n dest: /usr/share/scripts/motd-carp-state.sh\n owner: root\n group: wheel\n mode: '0755'\n\n- name: Fetch root crontab content\n co... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7528,
"all_permissive": false
} |
ansible_role | caiodonascimento/ansible-ocp-change-base-registry-fqdn | f22eb8cbfbdb679ab3d2862f304ff4e9111a32fb | 0 | roles/docker-file-configuration | 7,786 | [
"no_license"
] | [
{
"path": "roles/docker-file-configuration/tasks/main.yml",
"content": "---\n#- name: Make a backup of docker configuration\n# copy:\n# src: /etc/sysconfig/docker\n# dest: /tmp/docker\n# tags:\n# - docker-file-configuration\n\n- name: Clean all of duplicates ADD_REGISTRY commented\n lineinfile:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2597,
"all_permissive": false
} |
ansible_role | caiodonascimento/ansible-ocp-change-base-registry-fqdn | f22eb8cbfbdb679ab3d2862f304ff4e9111a32fb | 0 | roles/rhsm-validate | 7,786 | [
"no_license"
] | [
{
"path": "roles/rhsm-validate/tasks/main.yml",
"content": "---\n- debug: msg=\"Linux release is {{ ansible_lsb.description }}\"\n\n- name: \"Validate if linux release is RHEL\"\n fail: msg=\"It must be a Red Hat Enterprise Server release\"\n when: ansible_lsb.id != \"RedHatEnterpriseServer\"\n tags:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | caiodonascimento/ansible-ocp-change-base-registry-fqdn | f22eb8cbfbdb679ab3d2862f304ff4e9111a32fb | 0 | roles/validate-registry-fqdn | 7,786 | [
"no_license"
] | [
{
"path": "roles/validate-registry-fqdn/tasks/main.yml",
"content": "---\n- name: Validate if is defined a new FQDN for docker registry\n fail: msg=\"Must be defined a new FQDN for docker registry. Use new_registry_fqdn for a docker registry or new_satellite_registry_fqdn for a stellite registry\"\n when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2131,
"all_permissive": false
} |
ansible_role | Harrison-S1/workstation-setup-playbook | 386b026f7ff534a69cc39115210fc2ee0382f4f1 | 0 | roles/packages | 7,786 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- name: Install main user packages.\n package:\n name:\n - curl\n - htop\n - git\n - vim\n - nmap\n - kdeconnect\n - picard\n - qbittorrent\n - remmina\n - gnupg \n - software-properties-co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | Harrison-S1/workstation-setup-playbook | 386b026f7ff534a69cc39115210fc2ee0382f4f1 | 0 | roles/updateos | 7,786 | [
"no_license"
] | [
{
"path": "roles/updateos/tasks/main.yml",
"content": "---\n\n- name: pre-run | update package cache (debian, etc)\n tags: always\n apt: update_cache=yes\n changed_when: False\n when: ansible_distribution in [\"Debian\", \"Ubuntu\"]",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | leonardocaloi/ansible-swarm-semaphore | 807f101b91410ed19ce4536150bf6552e572549e | 0 | roles/docker | 7,786 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: Instalar pacotes necessários\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-prope... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | leonardocaloi/ansible-swarm-semaphore | 807f101b91410ed19ce4536150bf6552e572549e | 0 | roles/portainer | 7,786 | [
"no_license"
] | [
{
"path": "roles/portainer/vars/main.yaml",
"content": "---\nportainer_host: portainer.leonardocaloi.com.br\nportainer_admin_user: admin\nportainer_admin_password: <PASSWORD>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/portainer/tasks/ma... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5582,
"all_permissive": false
} |
ansible_role | leonardocaloi/ansible-swarm-semaphore | 807f101b91410ed19ce4536150bf6552e572549e | 0 | roles/swarm | 7,786 | [
"no_license"
] | [
{
"path": "roles/swarm/tasks/main.yaml",
"content": "- name: Verificar se o nó já faz parte de um Swarm\n command: docker info --format \"{{'{{'}}.Swarm.LocalNodeState{{'}}'}}\"\n register: node_state\n changed_when: false\n failed_when: false\n ignore_errors: true\n\n- name: Inicializar o Swarm se não... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1242,
"all_permissive": false
} |
ansible_role | leonardocaloi/ansible-swarm-semaphore | 807f101b91410ed19ce4536150bf6552e572549e | 0 | roles/traefik | 7,786 | [
"no_license"
] | [
{
"path": "roles/traefik/vars/main.yaml",
"content": "---\ntraefik_acme_email: \"<EMAIL>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/traefik/tasks/main.yaml",
"content": "- name: Gerar arquivo de configuração do Traefik a partir d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | samirahmedmustafa/kube-playbooks | 73584ee9431660627b89e4ab0b811183b8817a50 | 0 | roles/common | 7,786 | [
"no_license"
] | [
{
"path": "roles/common/tasks/pkgs.yaml",
"content": "---\n# tasks file for roles/common\n\n- name: Install the common packages\n ansible.builtin.yum:\n name: \"{{ common.pkgs }}\"\n state: latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | samirahmedmustafa/kube-playbooks | 73584ee9431660627b89e4ab0b811183b8817a50 | 0 | roles/groups | 7,786 | [
"no_license"
] | [
{
"path": "roles/groups/tasks/main.yml",
"content": "---\n# tasks file for roles/groups\n\n- name: Ensure groups exists with correct gid [groups]\n ansible.builtin.group:\n name: \"{{ item.name }}\"\n state: present\n gid: \"{{ item.gid }}\"\n loop: \"{{ servers[group_names[0]]['sys_groups'] }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | samirahmedmustafa/kube-playbooks | 73584ee9431660627b89e4ab0b811183b8817a50 | 0 | roles/users | 7,786 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n# tasks file for roles/users\n\n- name: Add the users\n ansible.builtin.user:\n name: \"{{ item.user.name }}\"\n shell: \"{{ item.user.shell }}\"\n groups: \"{{ item.user.groups }}\"\n home: \"{{ item.user.home}}\"\n uid: \"{{ item.use... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2164,
"all_permissive": false
} |
ansible_role | bibind/ansibleTest | 04f5e1ba2290deb3be24904ca4b47be1addecbbb | 0 | plays/roles/create_hosts | 7,785 | [
"no_license"
] | [
{
"path": "plays/roles/create_hosts/templates/terraform/marcketplace/plateforme/provider/vagrant/Bibind/cluster/output.tf",
"content": "output \"machine_names\" {\n value = vagrant_vm.plateforme[0].machine_names\n}\n\noutput \"host_port\" {\n value = vagrant_vm.plateforme[0].ssh_config[0].port\n}\n\n\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4139,
"all_permissive": false
} |
ansible_role | bibind/ansibleTest | 04f5e1ba2290deb3be24904ca4b47be1addecbbb | 0 | plays/roles/debug_test | 7,785 | [
"no_license"
] | [
{
"path": "plays/roles/debug_test/vars/main.yml",
"content": "---\n# vars file for debug_test\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "plays/roles/debug_test/defaults/main.yml",
"content": "---\n# defaults file for debug_test\n### Ranc... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3866,
"all_permissive": false
} |
ansible_role | bibind/ansibleTest | 04f5e1ba2290deb3be24904ca4b47be1addecbbb | 0 | plays/roles/docker | 7,785 | [
"no_license"
] | [
{
"path": "plays/roles/docker/tasks/add_pubkey.yml",
"content": "\n- name: Set authorized key taken from file\n authorized_key:\n user: vagrant\n state: present\n key: \"{{ lookup('file', '/home/houssou/.ssh/id_rsa.pub') }}\"\n\n- name: Set authorized key taken from file\n authorized_key:\n us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | bibind/ansibleTest | 04f5e1ba2290deb3be24904ca4b47be1addecbbb | 0 | roles/create_hosts | 7,785 | [
"no_license"
] | [
{
"path": "roles/create_hosts/templates/host.ini.j2",
"content": "{% for host in (host_groups | map('extract', groups) | flatten | unique) %}\n{% if hostvars[host].ipv4_public is defined %}\nadd {{ ipset_name }} {{ hostvars[host].ipv4_public }}\n{% endif %}\nadd {{ ipset_name }} {{ hostvars[host].ansible_ho... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11701,
"all_permissive": false
} |
ansible_role | bibind/ansibleTest | 04f5e1ba2290deb3be24904ca4b47be1addecbbb | 0 | roles/custom_k8s_cluster | 7,785 | [
"no_license"
] | [
{
"path": "roles/custom_k8s_cluster/tasks/nodes.yml",
"content": "---\n- name: Get current nodes from Rancher Control Plane\n uri:\n url: \"{{ custom_k8s_cluster_rancher_api }}/clusters/{{ cluster.id }}/nodes\"\n validate_certs: \"{{ custom_k8s_cluster_verify_ssl }}\"\n return_content: yes\n he... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6298,
"all_permissive": false
} |
ansible_role | bibind/ansibleTest | 04f5e1ba2290deb3be24904ca4b47be1addecbbb | 0 | roles/debug_test | 7,785 | [
"no_license"
] | [
{
"path": "roles/debug_test/tasks/redhat.yml",
"content": "- name: task for OS redhat\n ansible.builtin.debug:\n msg: \"hello debug OS REDHAT {{inventory_hostname}}\"\n verbosity: 3\n\n\n- name: shell redhat\n shell: |\n pwd\n whoami\n ansible-inventory --list\n\n register: fileout\n tags... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5150,
"all_permissive": false
} |
ansible_role | bibind/ansibleTest | 04f5e1ba2290deb3be24904ca4b47be1addecbbb | 0 | roles/docker | 7,785 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\n# defaults file for docker_buildnode\ndocker_required_packages:\n - git\n - apt-utils\n - lvm2\n\n# See https://github.com/rancher/install-docker for available versions.\ndocker_version: \"19.03\"\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | bradylandry/20191007 | b7c1f1a270806fc44349834e6fe0b4d1c36086fa | 0 | roles/eosbkupcfg | 7,785 | [
"no_license"
] | [
{
"path": "roles/eosbkupcfg/tasks/main.yml",
"content": "---\n- name: gather fact on eos switch\n eos_facts:\n gather_subset: all\n become: yes\n\n- name: create a directory for backing up configs\n file:\n path: ~/ans/backup/\n state: directory\n\n- name: what the heck is in a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 683,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.