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 | thamerla/ansible-snippets | 84f468b5b0c163221aba085803fd9b0bf70234a4 | 0 | roles/redhat_apache | 209 | [
"no_license"
] | [
{
"path": "roles/redhat_apache/tasks/main.yml",
"content": "- name: Install apache\n yum:\n name: httpd\n state: latest\n- name: Ensure that apache is started and enabled\n service:\n name: httpd\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | thamerla/ansible-snippets | 84f468b5b0c163221aba085803fd9b0bf70234a4 | 0 | roles/simple_apache | 209 | [
"no_license"
] | [
{
"path": "roles/simple_apache/vars/main.yml",
"content": "debian_apache: apache2\ndebian_cache_valid_time: 7200\nredhat_apache: httpd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/simple_apache/tasks/main.yml",
"content": "- name: Up... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | Zeroxcharisma/Angular2 | 1da91c48bb3a1ac213bb2b26cad1a4474a79c5ee | 0 | Ansible/roles/docker-registry | 209 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker-registry/tasks/main.yml",
"content": "---\n# tasks file for docker-registry\n - name : connect to docker hub\n command : docker login -u zeroxcharisma -p Sofiene98*\n - name : adding tag to image \n command : docker tag devops:latest zeroxcharisma/devops:latest\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | swapnild-webonise/scripts | 91911c05b2bb64a18e544c16f818633f884f6b71 | 0 | ansible/update_systems/roles/web | 209 | [
"no_license"
] | [
{
"path": "ansible/update_systems/roles/web/tasks/main.yml",
"content": "---\n#- name: Install pkg\n# apt: name=vim state=installed\n\n- name: Check glibc version\n shell: ldd --version | grep ldd | awk {'print $2\" \"$3\"\"$4 \" \"$5'}\n register: ldd\n- debug: var=ldd.stdout_lines\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | swapnild-webonise/scripts | 91911c05b2bb64a18e544c16f818633f884f6b71 | 0 | dbdump/roles/check | 209 | [
"no_license"
] | [
{
"path": "dbdump/roles/check/tasks/main.yml",
"content": "---\n- name: Check db on test-royalpark.weboapps.com\n shell: cat /var/www/{{ app }}/shared/config/wp-config.php| grep 'DB_NAME\\|DB_USER\\|DB_PASSWORD'\n register: db\n- debug: var=db.stdout_lines\n- name: Check db on test-royalgulf.weboapps.com\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | swapnild-webonise/scripts | 91911c05b2bb64a18e544c16f818633f884f6b71 | 0 | dbdump/roles/web | 209 | [
"no_license"
] | [
{
"path": "dbdump/roles/web/tasks/main.yml",
"content": "---\n#- name: Install pkg\n# apt: name=vim state=installed\n\n#- name: Check glibc version\n# shell: ldd --version | grep ldd | awk {'print $2\" \"$3\"\"$4 \" \"$5'}\n# register: ldd\n#- debug: var=ldd.stdout_lines\n\n- name: install Db module \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 639,
"all_permissive": false
} |
ansible_role | felipeb2a/k8s-ansible | 4e96b0d48f40d1936ac06d3d5bb8dd02ddabaa1b | 0 | install_k8s/roles/create-cluster | 209 | [
"no_license"
] | [
{
"path": "install_k8s/roles/create-cluster/vars/main.yml",
"content": "---\n# vars file for create-cluster\n#default_url_weavenet: \"https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\\n')\"\ndefault_url_weavenet: \"https://github.com/weaveworks/weave/releases/download/v2.8.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2468,
"all_permissive": false
} |
ansible_role | felipeb2a/k8s-ansible | 4e96b0d48f40d1936ac06d3d5bb8dd02ddabaa1b | 0 | install_k8s/roles/install-k8s | 209 | [
"no_license"
] | [
{
"path": "install_k8s/roles/install-k8s/vars/main.yml",
"content": "---\n# vars file for install-k8s\n\n##docker urls\nurl_docker: 'https://get.docker.com'\nurl_key_docker: 'https://download.docker.com/linux/ubuntu/gpg'\n\n##k8s urls\nurl_key_k8s: 'https://packages.cloud.google.com/apt/doc/apt-key.gpg'\nur... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 12418,
"all_permissive": false
} |
ansible_role | felipeb2a/k8s-ansible | 4e96b0d48f40d1936ac06d3d5bb8dd02ddabaa1b | 0 | install_k8s/roles/join-workers | 209 | [
"no_license"
] | [
{
"path": "install_k8s/roles/join-workers/tasks/main.yml",
"content": "---\n# tasks file for join-workers\n- import_tasks: join-cluster.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "install_k8s/roles/join-workers/tasks/join-cluster.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1128,
"all_permissive": false
} |
ansible_role | felipeb2a/k8s-ansible | 4e96b0d48f40d1936ac06d3d5bb8dd02ddabaa1b | 0 | provisioning/roles/configurando-instancias-master | 209 | [
"no_license"
] | [
{
"path": "provisioning/roles/configurando-instancias-master/tasks/provisioning-rhel.yml",
"content": "#- name: Criando o diretório de teste\n# file:\n# path: ~/teste\n# state: directory\n\n- name: Permit traffic in default zone on port 22/tcp [SSH]\n ansible.posix.firewalld:\n port: 22/tcp\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3812,
"all_permissive": false
} |
ansible_role | felipeb2a/k8s-ansible | 4e96b0d48f40d1936ac06d3d5bb8dd02ddabaa1b | 0 | provisioning/roles/configurando-instancias-workers | 209 | [
"no_license"
] | [
{
"path": "provisioning/roles/configurando-instancias-workers/tasks/provisioning.yml",
"content": "- name: Permit traffic in default zone on port 22/tcp [SSH]\n community.general.ufw:\n rule: allow\n port: '22'\n proto: tcp\n state: enabled\n\n- name: Permit traffic in default zone on port 1025... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1078,
"all_permissive": false
} |
ansible_role | EffectiveDevOpsWithAWS/code-snippets | 7a6eeed474b745c2876d44bd6a5730946215071b | 0 | ch06/ansible/roles/nodeserver | 209 | [
"no_license"
] | [
{
"path": "ch06/ansible/roles/nodeserver/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nodeserver",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "ch06/ansible/roles/nodeserver/defaults/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | dhackz/feather_of_despair | 8bba1846989df00b57a787278d7adec9a5abca89 | 0 | roles/ensure-rust | 209 | [
"no_license"
] | [
{
"path": "roles/ensure-rust/tasks/main.yaml",
"content": "- name: Create tempfile for rustup install script.\n tempfile:\n register: rustup_tempfile\n\n- name: Get rustup install script\n command: \"curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -o {{ rustup_tempfile.path }}\"\n\n- name: Make scri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | dhackz/feather_of_despair | 8bba1846989df00b57a787278d7adec9a5abca89 | 0 | roles/rust | 209 | [
"no_license"
] | [
{
"path": "roles/rust/defaults/main.yaml",
"content": "zuul_work_dir: \"{{ ansible_user_dir }}/{{ zuul.project.src_dir }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/rust/tasks/main.yaml",
"content": "- name: Build binaries\n com... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | chaitra2090/Udacity-Auto-Deploy-Superpowers | c45e356052a64fe8efbde660c71b916adc1d53a3 | 0 | .circleci/ansible/roles/configure-server | 209 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: install python and update packages\n become: yes\n apt:\n name: python\n state: latest\n update_cache: yes\n\n- name: upgrade packages\n become: yes\n apt:\n upgrade: yes\n\n- name: install nodejs\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | chaitra2090/Udacity-Auto-Deploy-Superpowers | c45e356052a64fe8efbde660c71b916adc1d53a3 | 0 | .circleci/ansible/roles/deploy | 209 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "- name: compress backend dir\n archive:\n path: /root/project/backend\n dest: /root/project/backend.tgz\n delegate_to: localhost\n become: false\n\n- name: copy util folder to ec2 instance\n become: yes\n copy:\n src: /root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1185,
"all_permissive": false
} |
ansible_role | ahpnils/lab-as-code | be47a0d8aabf66b38f718de35546411eb60c879b | 5 | ansible/roles/base | 209 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "- name: Install software dependencies\n package: name=\"git,rsync,python3-libselinux,policycoreutils-python-utils\" state=present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | ahpnils/lab-as-code | be47a0d8aabf66b38f718de35546411eb60c879b | 5 | ansible/roles/dvwa | 209 | [
"no_license"
] | [
{
"path": "ansible/roles/dvwa/vars/main.yml",
"content": "\nlocal_content_repo: \"{{ www_base }}/repo\"\nremote_content_repo: https://github.com/digininja/DVWA.git\n #php_fpm_pools:\n # - pool_name: dvwa\n # pool_template: www.conf.j2\n # pool_listen: \"/var/run/php-fpm/fpm-$pool.sock\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2796,
"all_permissive": false
} |
ansible_role | ahpnils/lab-as-code | be47a0d8aabf66b38f718de35546411eb60c879b | 5 | ansible/roles/lemp | 209 | [
"no_license"
] | [
{
"path": "ansible/roles/lemp/requirements.yml",
"content": "---\nroles:\n- geerlingguy.php\n- geerlingguy.mysql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "ansible/roles/lemp/handlers/main.yml",
"content": "- name: restart php-fpm\n ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 10583,
"all_permissive": false
} |
ansible_role | ahpnils/lab-as-code | be47a0d8aabf66b38f718de35546411eb60c879b | 5 | ansible/roles/webserver-nginx-demo | 209 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver-nginx-demo/vars/main.yml",
"content": "www_base: /srv/www/isp3vps1\ndocroot: \"{{ www_base }}/public\"\nlocal_content_repo: \"{{ www_base }}/repo\"\nwww_log_dir: \"{{ www_base }}/log\"\nwww_tmp_dir: \"{{ www_base }}/tmp\"\nremote_content_repo: https://github.com/ahpnils/an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2823,
"all_permissive": false
} |
ansible_role | ZippoRez/postgrespro-devops-test-task | eec3c9a3e96347cd7b3721b825c9fd543babc635 | 0 | ansible/roles/check_load | 209 | [
"no_license"
] | [
{
"path": "ansible/roles/check_load/tasks/main.yml",
"content": "---\n- name: Transfer analyze_load.py\n ansible.builtin.copy:\n src: analyze_load.py\n dest: /tmp/analyze_load.py\n mode: \"0755\"\n\n- name: Get server load\n ansible.builtin.command: python3 /tmp/analyze_load.py \"{{ groups['all']... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4173,
"all_permissive": false
} |
ansible_role | ZippoRez/postgrespro-devops-test-task | eec3c9a3e96347cd7b3721b825c9fd543babc635 | 0 | ansible/roles/port-forwarding | 209 | [
"no_license"
] | [
{
"path": "ansible/roles/port-forwarding/tasks/main.yml",
"content": "---\n- name: Install UFW (Debian/Ubuntu)\n ansible.builtin.apt:\n name: ufw\n state: present\n update_cache: true\n when: ansible_os_family == 'Debian'\n become: true\n\n- name: Allow essential SSH connections before enabling ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1667,
"all_permissive": false
} |
ansible_role | ZippoRez/postgrespro-devops-test-task | eec3c9a3e96347cd7b3721b825c9fd543babc635 | 0 | ansible/roles/postgres-server | 209 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres-server/templates/postgresql.conf.j2",
"content": "listen_addresses = '*'\nport = {{ postgres_port | default(5432) }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible/roles/postgres-server/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8649,
"all_permissive": false
} |
ansible_role | gsegt/playbook-desktop | 64769c439b572b8ee480d6aa7e14e9c00b5cb159 | 0 | roles/automatic-shutdown | 209 | [
"no_license"
] | [
{
"path": "roles/automatic-shutdown/templates/automatic-shutdown.timer.j2",
"content": "# {{ ansible_managed }}\n\n[Unit]\nDescription=Automatic shutdown service timer\n\n[Timer]\nOnCalendar=Mon..Fri *-*-* 00:00:00\nOnCalendar=Sat,Sun *-*-* 02:00:00\n\n[Install]\nWantedBy=timers.target\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2251,
"all_permissive": false
} |
ansible_role | gsegt/playbook-desktop | 64769c439b572b8ee480d6aa7e14e9c00b5cb159 | 0 | roles/desktop | 209 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/main.yml",
"content": "---\n- name: Install NetworkManager for network\n kewlfft.aur.aur:\n name:\n - networkmanager\n\n- name: Enable NetworkManager service\n become: true\n ansible.builtin.systemd:\n name: NetworkManager\n enabled: true\n\n- name: Install Pi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1091,
"all_permissive": false
} |
ansible_role | gsegt/playbook-desktop | 64769c439b572b8ee480d6aa7e14e9c00b5cb159 | 0 | roles/dotfiles | 209 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Create all dotfiles related folders\n ansible.builtin.file:\n path: \"{{ xdg_config_home }}/{{ item.path }}\"\n state: directory\n mode: \"0755\"\n with_community.general.filetree: \"../templates\"\n when: item.state == 'directo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7673,
"all_permissive": false
} |
ansible_role | gsegt/playbook-desktop | 64769c439b572b8ee480d6aa7e14e9c00b5cb159 | 0 | roles/gpu-overclocking | 209 | [
"no_license"
] | [
{
"path": "roles/gpu-overclocking/templates/amdfan.yml.j2",
"content": "# {{ ansible_managed }}\n\n#Fan Control Matrix.\n# [<Temp in C>,<Fanspeed in %>]\nspeed_matrix:\n{% for fan_speed_matrice in gpu_overclocking.fan_speed_matrix %}\n - {{ fan_speed_matrice }}\n{% endfor %}\n\n# Current Min supported valu... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3805,
"all_permissive": false
} |
ansible_role | gsegt/playbook-desktop | 64769c439b572b8ee480d6aa7e14e9c00b5cb159 | 0 | roles/pacman | 209 | [
"no_license"
] | [
{
"path": "roles/pacman/tasks/aur-helper.yml",
"content": "---\n- name: Enable Colour and ParallelDownload in pacman.conf\n become: true\n ansible.builtin.replace:\n path: /etc/pacman.conf\n regexp: ^#\\s*{{ item }}\n replace: \"{{ item }}\"\n with_items:\n - Color\n - ParallelDownloads\n\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1478,
"all_permissive": false
} |
ansible_role | gsegt/playbook-desktop | 64769c439b572b8ee480d6aa7e14e9c00b5cb159 | 0 | roles/sensors | 209 | [
"no_license"
] | [
{
"path": "roles/sensors/handlers/main.yml",
"content": "---\n- name: Detect sensors # noqa: no-changed-when\n become: true\n ansible.builtin.command: sensors-detect --auto\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/sensors/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | gsegt/playbook-desktop | 64769c439b572b8ee480d6aa7e14e9c00b5cb159 | 0 | roles/steam | 209 | [
"no_license"
] | [
{
"path": "roles/steam/tasks/main.yml",
"content": "---\n- name: Add multilib support (1/2)\n become: true\n ansible.builtin.lineinfile:\n path: /etc/pacman.conf\n regexp: ^#\\s*\\[multilib\\]\n line: \"[multilib]\"\n\n- name: Add multilib support (2/2)\n become: true\n ansible.builtin.replace:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1638,
"all_permissive": false
} |
ansible_role | gsegt/playbook-desktop | 64769c439b572b8ee480d6aa7e14e9c00b5cb159 | 0 | roles/system | 209 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yml",
"content": "---\n- name: Update Arch Linux system fully\n kewlfft.aur.aur:\n upgrade: true\n update_cache: true\n\n- name: Set hostname\n become: true\n ansible.builtin.hostname:\n name: \"{{ system.hostname }}\"\n\n- name: Set timezone\n become: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 710,
"all_permissive": false
} |
ansible_role | vsodha30/ansible-project1 | f4726683802aa67b53ba5b6e5756c67ed005a974 | 0 | ansible/roles/elastic | 209 | [
"no_license"
] | [
{
"path": "ansible/roles/elastic/tasks/main.yml",
"content": "---\n- name: install the latest version of Java\n yum: name=java-1.8.0-openjdk.x86_64 state=latest\n\n\n- name: download\n shell: \"wget {{elastic_url}} chdir=~ creates=~/elasticsearch-2.1.1.tar.gz\"\n\n\n- name: untar\n shell: \"chdir=~ tar x... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | gandrei95/testing | 7d4a83bb96fa8a69c862e4796d167a6e25544399 | 0 | roles/add-file-two | 209 | [
"no_license"
] | [
{
"path": "roles/add-file-two/tasks/main.yaml",
"content": "---\n- name: create file\n shell: |\n 'echo \"base job post\"'\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 63,
"all_permissive": false
} |
ansible_role | saranya2108/Ansible_Dashboard | e32e838ae27513aa1eafea1a9f010d0ec0a8354b | 0 | roles/configure-onchain-perms | 209 | [
"no_license"
] | [
{
"path": "roles/configure-onchain-perms/tasks/main.yaml",
"content": "---\n- name: \"Copy Network keys\"\n copy:\n src: keys/{{ network_name }}/networkkeys\n dest: /tmp/networkkeys\n remote_src: no\n become: yes\n\n- name: \"Copy Transactor keys\"\n copy:\n src: keys/{{ network_name }}/trans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1848,
"all_permissive": false
} |
ansible_role | saranya2108/Ansible_Dashboard | e32e838ae27513aa1eafea1a9f010d0ec0a8354b | 0 | roles/create-genesis-sim | 209 | [
"no_license"
] | [
{
"path": "roles/create-genesis-sim/tasks/main.yaml",
"content": "---\n- name: \"Create Config Genesis Batch\"\n command: \"sawset genesis -k /etc/sawtooth/keys/validator.priv -o config-genesis.batch\"\n args:\n creates: \"config-genesis.batch\"\n become: yes\n become_user: ansible\n\n- name: \"Set C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1802,
"all_permissive": false
} |
ansible_role | saranya2108/Ansible_Dashboard | e32e838ae27513aa1eafea1a9f010d0ec0a8354b | 0 | roles/sawtooth-settings | 209 | [
"no_license"
] | [
{
"path": "roles/sawtooth-settings/tasks/main.yaml",
"content": "---\n- name: \"Install Sawtooth-settings\"\n apt:\n pkg=python3-sawtooth-settings\n state=present\n update_cache=true\n become: yes\n\n- name: \"Configure Sawtooth-validator\"\n template:\n src: \"settings.toml.j2\"\n dest: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | saranya2108/Ansible_Dashboard | e32e838ae27513aa1eafea1a9f010d0ec0a8354b | 0 | roles/user-policy | 209 | [
"no_license"
] | [
{
"path": "roles/user-policy/tasks/main11.yaml",
"content": "---\n- name: \"Copy Network keys\"\n copy:\n src: keys/{{ network_name }}/networkkeys\n dest: /tmp/networkkeys\n remote_src: no\n become: yes\n\n- name: \"Copy Transactor keys\"\n copy:\n src: keys/{{ network_name }}/transactorkeys\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4665,
"all_permissive": false
} |
ansible_role | pfalentin/tp_ansible | abc415f3834c8be8f199c4e4a2dec237972e9f6b | 0 | roles/myrole | 209 | [
"no_license"
] | [
{
"path": "roles/myrole/tasks/main.yml",
"content": "---\n- name: install nginx and firewalld\n apt:\n name: \"{{ item.key }}\"\n state: \"{{ item.value.state }}\"\n update_cache: yes\n loop: \"{{ packages | dict2items }}\"\n\n- name: open http\n firewalld:\n service: http\n permanent: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | SabaGiorkhelidze/DevOps_Projects | 8f1c7bff12e6b9390258d5d8f21aa2767ac9ea77 | 0 | Projects/Ansible Automatizations/system monitoring/roles/system_monitor | 209 | [
"no_license"
] | [
{
"path": "Projects/Ansible Automatizations/system monitoring/roles/system_monitor/tasks/disk.yml",
"content": "---\n- name: Initialize disk alerts list\n set_fact:\n disk_alerts: []\n\n- name: Check disk usage for each mount\n shell: \"df -h {{ item }} --output=pcent | tail -1 | tr -dc '0-9'\"\n loop... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3107,
"all_permissive": false
} |
ansible_role | kgopi1/sample-winagent | f052d02766c90cf7db989a1a4ef034f2d70a152c | 0 | postconfig-agent/roles/ansible-windows | 209 | [
"no_license"
] | [
{
"path": "postconfig-agent/roles/ansible-windows/handlers/main.yml",
"content": "---\n# handlers file for ansi-windows",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "postconfig-agent/roles/ansible-windows/defaults/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2196,
"all_permissive": false
} |
ansible_role | hackoregon/hacko-infrastructure | fab9cd2df2f9866795e15364a4b503ae2fdcfa24 | 2 | roles/rds-provision-instance | 213 | [
"no_license"
] | [
{
"path": "roles/rds-provision-instance/tasks/main.yml",
"content": "---\n- name: launch an rds\n rds:\n command: create\n instance_name: \"{{instance_name}}\"\n db_engine: Postgres\n instance_type: \"{{instance_type}}\"\n username: postgres\n password: <PASSWORD>\n license_model: post... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | karosuwindam/GV301R-ansible | 391fc113e64cafdbdf508163e90a452d30347067 | 0 | roles/asus | 213 | [
"no_license"
] | [
{
"path": "roles/asus/tasks/main.yml",
"content": "- include: ./readhard.yml\n become: yes\n become_method: sudo\n- include: ./flowx13.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/asus/tasks/flowx13.yml",
"content": "- name: othe... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | karosuwindam/GV301R-ansible | 391fc113e64cafdbdf508163e90a452d30347067 | 0 | roles/downloadapp | 213 | [
"no_license"
] | [
{
"path": "roles/downloadapp/tasks/main.yml",
"content": "- include: createfalder.yml\n- include: nextcloud.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/downloadapp/tasks/createfalder.yml",
"content": "- name: create Directory\n f... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | karosuwindam/GV301R-ansible | 391fc113e64cafdbdf508163e90a452d30347067 | 0 | roles/game | 213 | [
"no_license"
] | [
{
"path": "roles/game/tasks/main.yml",
"content": "- name: steam\n include: ./steam.yml\n become: yes\n become_method: sudo\n- name: retoarch\n include: ./retroarch.yml\n become: yes\n become_method: sudo\n- name: vlc\n include: ./vlc.yml\n become: yes\n become_method: sudo\n- name: vlc\n include:... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 923,
"all_permissive": false
} |
ansible_role | karosuwindam/GV301R-ansible | 391fc113e64cafdbdf508163e90a452d30347067 | 0 | roles/image | 213 | [
"no_license"
] | [
{
"path": "roles/image/tasks/main.yml",
"content": "- name: install Image Tool\n include: ./image.yml\n become: yes\n become_method: sudo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/image/tasks/image.yml",
"content": "- name: in... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | karosuwindam/GV301R-ansible | 391fc113e64cafdbdf508163e90a452d30347067 | 0 | roles/install | 213 | [
"no_license"
] | [
{
"path": "roles/install/tasks/chrome.yml",
"content": "- name: install chrome key\n apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: present\n\n- name: added chrome list\n apt_repository:\n repo: \"{{ item }}\"\n state: present\n filename: google-chrome\n wit... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | karosuwindam/GV301R-ansible | 391fc113e64cafdbdf508163e90a452d30347067 | 0 | roles/message | 213 | [
"no_license"
] | [
{
"path": "roles/message/tasks/main.yml",
"content": "- name: slack\n include: ./slack-v2.yml\n become: yes\n become_method: sudo\n- name: zoom\n include: ./zoom.yml\n become: yes\n become_method: sudo\n- name: discord\n include: ./discord.yml\n# become: yes\n# become_method: sudo\n",
"licens... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2556,
"all_permissive": false
} |
ansible_role | karosuwindam/GV301R-ansible | 391fc113e64cafdbdf508163e90a452d30347067 | 0 | roles/oscheck | 213 | [
"no_license"
] | [
{
"path": "roles/oscheck/tasks/main.yaml",
"content": "- name: OS Version view\n debug:\n msg: \"{{ ansible_distribution }} {{ ansible_distribution_major_version }} {{ ansible_architecture }}\"\n\n- name: OS Fail\n fail:\n msg: \"OS arch not {{ ansible_architecture }}\"\n when:\n ansible_archite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | karosuwindam/GV301R-ansible | 391fc113e64cafdbdf508163e90a452d30347067 | 0 | roles/smb | 213 | [
"no_license"
] | [
{
"path": "roles/smb/tasks/smb.yml",
"content": "- name: install apt smb\n apt:\n update_cache: yes\n name:\n - samba\n\n- name: copy file\n copy:\n src: \"../templates/smb.conf\"\n dest: \"/etc/samba/smb.conf\"\n backup: yes\n\n- name: restart samba\n systemd:\n name: smbd\n stat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | karosuwindam/GV301R-ansible | 391fc113e64cafdbdf508163e90a452d30347067 | 0 | roles/virtualbox | 213 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/virtualbox.yml",
"content": "---\n- name: apt-get update\n apt: update_cache=true cache_valid_time=3600\n- name: install gdebi\n apt: name=gdebi\n- name: Check if slack is installed\n command: dpkg-query -W virtualbox\n register: check_virtualbox\n failed_when: false\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | risualSupport/oxa-tools2 | af40654056879f20aae055a5cc17fd831260024f | 0 | playbooks/roles/mysql | 213 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql/tasks/main.yml",
"content": "---\n\n- name: Run OXA script\n sudo: yes\n shell: bash oxa_configuration.sh \"{{ EDXAPP_MYSQL_HOST }}\" \"{{ EDXAPP_MYSQL_USER_ADMIN }}\" \"{{ EDXAPP_MYSQL_PASSWORD_ADMIN }}\"\n args:\n chdir: \"{{ mysql_files_path }}\"\n register: bash\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4767,
"all_permissive": false
} |
ansible_role | Ell-i/vagrant-nodered | 29f59774ed99a4c779d835d9a101324c8da08311 | 0 | provisioning/roles/common | 213 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "--- # provisioning/roles/common/tasks/main.yml\n\n - name: update apt\n when: ( offline is not defined and ansible_os_family == \"Debian\" )\n apt:\n upgrade: dist\n update_cache: yes\n cache_valid_time: 3600\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | Ell-i/vagrant-nodered | 29f59774ed99a4c779d835d9a101324c8da08311 | 0 | provisioning/roles/libcoap | 213 | [
"no_license"
] | [
{
"path": "provisioning/roles/libcoap/tasks/main.yml",
"content": "--- # provisioning/roles/libcoap/tasks/main.yml\n- name: get GNUTLS source\n when: ( ansible_os_family == \"Debian\" )\n apt: name={{item}} state=installed\n with_items:\n - libgnutls-dev\n - libtool\n - autoconf\n tags:\n - libcoap\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | Ell-i/vagrant-nodered | 29f59774ed99a4c779d835d9a101324c8da08311 | 0 | provisioning/roles/nodejs | 213 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodejs/tasks/main.yml",
"content": "--- # provisioning/roles/nodejs/tasks/main.yml\n - name: add more recent repo for nodejs\n shell: curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - >> ~/ansible-nodejs-log\n args:\n creates: ~/ansible-nodejs-log... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | Ell-i/vagrant-nodered | 29f59774ed99a4c779d835d9a101324c8da08311 | 0 | provisioning/roles/nodered | 213 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodered/defaults/main.yml",
"content": "--- # provisioning/group_vars/orions/vars.yml\nnodered_home: '/home/vagrant/.node-red'\nnodered_run_user: 'vagrant'\nnodered_run_group: 'vagrant'\nnodered_run_chdir: '/home/vagrant'\nnodered_run_s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2403,
"all_permissive": false
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/app_kubeapps | 213 | [
"permissive"
] | [
{
"path": "roles/app_kubeapps/templates/app_ceph.yaml",
"content": "# ===== Ceph ============================================================\n---\napiVersion: ceph.rook.io/v1\nkind: CephCluster\nmetadata:\n name: ceph-cluster\n namespace: my-rook-ceph\nspec:\n cephVersion:\n image: 'ceph/ceph:v14.2.4... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 24313,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/app_openshift_dev | 213 | [
"permissive"
] | [
{
"path": "roles/app_openshift_dev/tasks/install_openshift.yml",
"content": "---\n- name: \"[Prepare] Installing packages\"\n yum:\n name: \n - wget \n - git\n - net-tools\n - bind-utils\n - iptables-services \n - bridge-utils \n - bash-completion \n - kexec-tools \n - sos \n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1394,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/common | 213 | [
"permissive"
] | [
{
"path": "roles/common/tasks/fedora.yml",
"content": "- name: \"[Fedora] Install default software for RHEL family\"\n yum:\n name: \"{{ redhat_packages }}\"\n state: present\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 120
},
{
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2738,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/config_ipa_client | 213 | [
"permissive"
] | [
{
"path": "roles/config_ipa_client/tasks/enroll.yml",
"content": "---\n\n- name: \"[Setup] Enable IDM Appstream\"\n dnf:\n name: \"@idm:DL1/client\" \n state: present\n when: ansible_distribution_major_version == '8'\n\n- name: \"[Prepare] Install packages\"\n yum:\n name: \n - ipa-client\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2342,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/config_nfs | 213 | [
"permissive"
] | [
{
"path": "roles/config_nfs/tasks/main.yml",
"content": "---\n- name: \"[NFS] Install NFS Utils\"\n yum:\n name: nfs-utils\n state: present\n\n- name: \"[NFS] creating mount point for share {{ share_name }}\"\n file: \n path: \"/share/{{ share_name }}/\"\n state: directory\n\n- name: \"[NFS] M... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 410,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/config_redhat | 213 | [
"permissive"
] | [
{
"path": "roles/config_redhat/tasks/main.yml",
"content": "---\n- name: \"[RedHat] Register system to RHSM\"\n redhat_subscription:\n state: present\n username: \"{{ rhsm_user }}\"\n password: \"{{ <PASSWORD> }}\"\n autosubscribe: true\n\n- name: \"[RedHat] Enable extras Repo\"\n rhsm_reposit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 918,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/config_ssh_key | 213 | [
"permissive"
] | [
{
"path": "roles/config_ssh_key/tasks/ssh_keyscan.yml",
"content": "---\n- name: \"[Keyscan] Lookup hostname in inventory\"\n set_fact:\n ssh_host: \"{{ hostvars[ssh_remote_host]['ansible_host'] }}\"\n when: hostvars[ssh_remote_host]['ansible_host'] is defined\n\n\n- name: \"[Keyscan] Scan available ke... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2732,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/config_ssh_server | 213 | [
"permissive"
] | [
{
"path": "roles/config_ssh_server/handlers/main.yaml",
"content": "- name: restart_ssh\n systemd:\n name: sshd\n state: restarted\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 67
},
{
"path": "roles/config_ssh_server/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2323,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/config_vdo | 213 | [
"permissive"
] | [
{
"path": "roles/config_vdo/defaults/main.yml",
"content": "---\n#vdo_name: vdo1\n#dev_name: sdb\n#mountpoint: /mnt\n\nvdo_lv_name: \"lv_{{ vdo_name }}\"\n\n#vdo_compression: enabled\n#vdo_deduplication: enabled\nvdo_scale: 10\nvdo_slabsize: 256M\nvdo_vg_name: vg_vdo_data\nvdo_lv_size: '100%VG'\nvdo_fs: xfs... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1445,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/service_dnsmasq | 213 | [
"permissive"
] | [
{
"path": "roles/service_dnsmasq/tasks/main.yaml",
"content": "---\n- name: dnsmasq / Install Package\n yum:\n name: dnsmasq\n state: present\n\n- name: dnsmasq / Enable Service\n systemd:\n name: dnsmasq.service\n state: started\n enabled: yes\n\n- name: dnsmasq / Open firewall\n firewall... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 901,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/service_foreman_server | 213 | [
"permissive"
] | [
{
"path": "roles/service_foreman_server/files/hammer.py",
"content": "#!/bin/python3\nimport os\nimport argparse\nimport sys\nimport re\nimport socket\nimport subprocess\n\n# Execute a command and return STDOUT and the return code\n#\ndef call_process(cmd, *args):\n # Build the command from a format String... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 23570,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/service_glusterfs | 213 | [
"permissive"
] | [
{
"path": "roles/service_glusterfs/defaults/main.yaml",
"content": "heketi_port: 3001\n\nheketi_adminkey: <KEY>\nheketi_userkey: <KEY>\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 64
},
{
"path": "roles/service_glusterfs/handlers/main.y... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9249,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/service_ipa_server | 213 | [
"permissive"
] | [
{
"path": "roles/service_ipa_server/tasks/manage_dns_record.yml",
"content": "---\n- name: \"[Setup] Add DNS record {{ item.name }} to {{ ipa_domain }}\"\n ipa_dnsrecord:\n record_name: \"{{ item.name }}\"\n record_type: A\n record_value: \"{{ item.ip }}\"\n zone_name: \"{{ item.domain }}\"\n ... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6133,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/service_kube | 213 | [
"permissive"
] | [
{
"path": "roles/service_kube/tasks/config_okd-console.yaml",
"content": "\n- name: Config / OKD Console / Create Namespace\n command:\n stdin: '{\"apiVersion\":\"v1\", \"kind\": \"Namespace\", \"metadata\":{ \"name\": \"okd-console\" }}'\n argv: [ \"kubectl\", \"apply\", \"-f\", \"-\"]\n- name: Conf... | {
"task_files": 13,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 28831,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/service_kvm_hypervisor | 213 | [
"permissive"
] | [
{
"path": "roles/service_kvm_hypervisor/handlers/main.yml",
"content": "---\n\n- name: restart_network\n systemd:\n name: network.service\n state: restarted\n\n- name: restart_libvirt\n systemd:\n name: network.service\n state: restarted\n\n- name: systemd_reload\n systemd:\n daemon_reload... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3645,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/service_logging_elastic | 213 | [
"permissive"
] | [
{
"path": "roles/service_logging_elastic/tasks/install_elasticsearch.yml",
"content": "---\n- import_tasks: prepare_elastic-stack.yml\n\n- name: \"[elasticsearch] Install elaticsearch and dependencies\"\n yum:\n name:\n - java\n - elasticsearch\n - pcp-pmda-elasticsearch\n state: present\n\n... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 6645,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/service_podman | 213 | [
"permissive"
] | [
{
"path": "roles/service_podman/tasks/main.yaml",
"content": "- name: Podman / Enable yum module\n yum:\n name: \"@container-tools:2.0/common\" \n state: present\n\n- name: Podman / Install Podman\n yum:\n name: podman\n state: present\n\n\n",
"license_type": "permissive",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/service_terraform | 213 | [
"permissive"
] | [
{
"path": "roles/service_terraform/tasks/main.yaml",
"content": "---\n- name: Configure Repo\n yum_repository:\n name: terraform\n description: Hashicorp Terraform Repo\n baseurl: https://rpm.releases.hashicorp.com/RHEL/$releasever/$basearch/stable\n gpgkey: https://rpm.releases.hashicorp.com/g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 939,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/service_traefik_proxy | 213 | [
"permissive"
] | [
{
"path": "roles/service_traefik_proxy/tasks/main.yaml",
"content": "---\n- name: Install / Create Directory\n file:\n path: \"{{ traefik_dir }}\"\n state: directory\n- name: Install / Copy start-script\n template:\n src: \"{{ item }}.j2\"\n dest: \"/bin/{{ item }}\"\n mode: 0755\n loop:\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4079,
"all_permissive": true
} |
ansible_role | ThomasBuchinger/ansible_lab | 50409740cee710e3e4ef37d4895f676dc13a52af | 3 | roles/utils | 213 | [
"permissive"
] | [
{
"path": "roles/utils/tasks/vm_destroy.yml",
"content": "---\n- include_role:\n name: service_foreman_server\n tasks_from: destroy_vm.yml\n delegate_to: \"{{ groups.satellite[0] }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 127
},... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 408,
"all_permissive": true
} |
ansible_role | aquilesdavi/Criando_VM_Com_Vagrant_Intrega--o_Com_Ansible | eb2eb0db2f68f639915bd0846be2c9c98044bc49 | 0 | ansible/roles/common | 213 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\r\n- name: Update Cache #equivalente a apt update\r\n apt:\r\n update_cache: yes\r\n\r\n- name: Install nginx #equivalente a apt install nginx\r\n apt:\r\n name: nginx\r\n\r\n- name: Instalando pacotes essenciais #Instalando pacotes us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | fksno/ansible-idm | 95cd5c8722e26cd8e5188818a37dca699f191185 | 0 | roles/edir | 213 | [
"no_license"
] | [
{
"path": "roles/edir/tasks/main.yml",
"content": "---\n# This playbook will install eDirectory.\n\n- name: Download eDirectory packages\n get_url: url={{ Repo }}/{{ item }} dest={{ BaseDir }}/{{ item }}\n with_items:\n - base.tgz\n - eDir9.tgz\n - eDir9-upd.tgz\n\n- name: Unpack eDirectory packages... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2253,
"all_permissive": false
} |
ansible_role | fksno/ansible-idm | 95cd5c8722e26cd8e5188818a37dca699f191185 | 0 | roles/edir-conf | 213 | [
"no_license"
] | [
{
"path": "roles/edir-conf/tasks/main.yml",
"content": "---\n# This playbook will configure eDirectory.\n\n#- name: Configure eDirectory\n# shell: \"{{EBPATH}}/bin/ndsconfig {{ vm_edir }} -t {{TREENAME}} -S {{ inventory_hostname }} -n ou=Servers.o=System -a cn=admin.ou=SA.o=System -w {{TREEPASS}} -B {{ vm_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | fksno/ansible-idm | 95cd5c8722e26cd8e5188818a37dca699f191185 | 0 | roles/idm | 213 | [
"no_license"
] | [
{
"path": "roles/idm/tasks/main.yml",
"content": "---\n- include: install_prereq.yml\n- include: copy_code.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/idm/tasks/install_prereq.yml",
"content": "---\n# These tasks install prerequ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | fksno/ansible-idm | 95cd5c8722e26cd8e5188818a37dca699f191185 | 0 | roles/vm | 213 | [
"no_license"
] | [
{
"path": "roles/vm/tasks/main.yml",
"content": "# Create a new VM from a template using the new vmware_guest module\n - name: Create VM from template\n vmware_guest:\n validate_certs: False\n hostname: \"{{ vcenter_host }}\"\n username: \"{{ vcenter_user }}\"\n password: \"{{ <PASSW... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1378,
"all_permissive": false
} |
ansible_role | PhirePhly/micromirrors | c44be3fa3cfd7144c4a268b74196c744d50cb964 | 104 | roles/collectd | 213 | [
"no_license"
] | [
{
"path": "roles/collectd/vars/redhat.yml",
"content": "---\ninstall_packages:\n - 'collectd'\n - 'collectd-disk'\n - 'collectd-snmp'\n - \"collectd-chrony\"\n - \"net-snmp\"\n - \"net-snmp-utils\"\n - dmidecode\ninstall_packages_physical:\n - 'collectd-sensors'\n - 'collectd-smart'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8226,
"all_permissive": false
} |
ansible_role | PhirePhly/micromirrors | c44be3fa3cfd7144c4a268b74196c744d50cb964 | 104 | roles/fail2ban | 213 | [
"no_license"
] | [
{
"path": "roles/fail2ban/vars/Debian.yml",
"content": "---\nnftables_root_file: /etc/nftables.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/fail2ban/vars/RedHat.yml",
"content": "---\nnftables_root_file: /etc/sysconfig/nftables.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5144,
"all_permissive": false
} |
ansible_role | PhirePhly/micromirrors | c44be3fa3cfd7144c4a268b74196c744d50cb964 | 104 | roles/mwojtowicz.semodule | 213 | [
"no_license"
] | [
{
"path": "roles/mwojtowicz.semodule/tasks/semodule.yml",
"content": "# Build and install single selinux module from a .te file\n\n- name: \"SELinux - check if module was loaded\"\n command: semodule --list-modules\n register: semodule_loaded\n changed_when: 'selinux_module not in semodule_loaded.stdout'... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4175,
"all_permissive": false
} |
ansible_role | balaspb/ansible-prcatice | 59d56c2a25597090aee8c3680efd9652cd82cfa2 | 0 | prac11/roles/post-install | 213 | [
"no_license"
] | [
{
"path": "prac11/roles/post-install/tasks/main.yml",
"content": "---\n# tasks file for post-install\n - name: install sotwares on redhat\n yum:\n name: \"{{item}}\"\n state: present\n when: ansible_os_family == \"RedHat\"\n loop:\n - ntp\n - wget\n - git\n - unzip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2311,
"all_permissive": false
} |
ansible_role | fchelotti/ansible_volume_group | 8924daea2b4374d3e480c3d38dec4b4514455fd3 | 0 | Modulos/roles/sda4 | 213 | [
"no_license"
] | [
{
"path": "Modulos/roles/sda4/tasks/main.yml",
"content": "---\r\n- name: Search for \"Disk Size\" in the variable\r\n set_fact:\r\n disk_size: \"{{ disk }}\"\r\n\r\n- name: partition new disk\r\n shell: echo -e \"n\\n\\n\\n\\nt\\n\\n31\\nw\" | sudo fdisk /dev/sda\r\n args:\r\n executable: /bin/bas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | mgerhardy/ansible-retropie | c90d6dea156f6a5ee3e646a7acc79c8fc50307bd | 1 | roles/raspbian | 213 | [
"no_license"
] | [
{
"path": "roles/raspbian/tasks/mount.yml",
"content": "- name: \"Check external hdd\"\n stat:\n path: \"{{ external_hdd_device }}\"\n register: hdd_device\n\n- name: Get uuid of external hdd\n command: blkid -s UUID -o value {{ external_hdd_device }}\n register: uuid_external_hdd_device\n when: hdd... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2526,
"all_permissive": false
} |
ansible_role | mgerhardy/ansible-retropie | c90d6dea156f6a5ee3e646a7acc79c8fc50307bd | 1 | roles/retropie | 213 | [
"no_license"
] | [
{
"path": "roles/retropie/tasks/input.yml",
"content": "---\n\n- name: copy emulation station input config\n copy:\n src: \"{{ role_path }}/files/es_input.cfg\"\n dest: \"{{ emulationstation_config_path }}/es_input.cfg\"\n\n- name: Run input configuration\n command:\n cmd: \"{{ retropie_path }}/s... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 7024,
"all_permissive": false
} |
ansible_role | mgerhardy/ansible-retropie | c90d6dea156f6a5ee3e646a7acc79c8fc50307bd | 1 | roles/scrape | 213 | [
"no_license"
] | [
{
"path": "roles/scrape/tasks/main.yml",
"content": "---\n\n- name: Get all platforms\n become: no\n shell: \"find . -maxdepth 1 -mindepth 1 -type d -exec basename {} \\\\;\"\n args:\n chdir: \"{{ retropie_roms }}\"\n register: rom_platforms\n\n- name: Execute skyscraper\n become: no\n shell: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1694,
"all_permissive": false
} |
ansible_role | rodnaph/ansible-7353 | a3c9fb7f85fdc3006c7164f1736423d8100585fc | 0 | roles/child | 213 | [
"no_license"
] | [
{
"path": "roles/child/tasks/main.yml",
"content": "---\n\n- name: Echo something\n debug: msg=\"This task should be run as a dependency of role 'y'\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | yjhjerry/ansible-jerry | 97f2ff953927c03d8b1faaa3facfe1658374c433 | 0 | roles/basic | 212 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "- name: Installing additional software\n yum: \n name: \"{{ packages }}\"\n state: installed \n vars:\n packages:\n - vim\n - nmap\n - httpd\n#pkg: ['git', 'vim', 'ntp']\n#- name: \"Installing vim\"\n# yum: pkg=vim state=installed\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | kencx/ansible-collection | 85098832eb0c96de0fb3e2040ee21da177a4a2d9 | 2 | roles/ansible | 212 | [
"no_license"
] | [
{
"path": "roles/ansible/defaults/main.yml",
"content": "---\nuser: debian\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "roles/ansible/tasks/main.yml",
"content": "---\n- name: Install pip3\n apt:\n name: python3-pip\n state: present... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | kencx/ansible-collection | 85098832eb0c96de0fb3e2040ee21da177a4a2d9 | 2 | roles/certbot | 212 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/create_cert.yml",
"content": "---\n- name: Create webroot directories\n file:\n path: \"{{ item.webroot | default(certbot_webroot) }}\"\n\n- name: Check if certificates exists\n stat:\n path: \"{{ certbot_dir }}/live/{{ item.domains | first }}/cert.pem\"\n register: l... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1424,
"all_permissive": false
} |
ansible_role | kencx/ansible-collection | 85098832eb0c96de0fb3e2040ee21da177a4a2d9 | 2 | roles/goss | 212 | [
"no_license"
] | [
{
"path": "roles/goss/defaults/main.yml",
"content": "---\ngoss_version: v0.3.23\ngoss_arch_map:\n x86_64: amd64\ngoss_arch: \"{{ goss_arch_map[ansible_architecture] }}\"\ngoss_tar: \"goss-{{ ansible_system | lower }}-{{ goss_arch }}\"\nremove_goss_binary: false\n\ngoss_dir: \"files\"\ngoss_parent_dir: \"/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2380,
"all_permissive": false
} |
ansible_role | kencx/ansible-collection | 85098832eb0c96de0fb3e2040ee21da177a4a2d9 | 2 | roles/nfs | 212 | [
"no_license"
] | [
{
"path": "roles/nfs/defaults/main.yml",
"content": "---\nnfs_opts: \"rw,sync,hard,intr,bg,nofail\"\nnfs_share_mounts: []\n\n# eg.\n# nfs_share_mounts:\n# - src: \"10.10.10.1:/mnt/example\"\n# - path: \"/mnt/example\"\n# - state: mounted\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | kencx/ansible-collection | 85098832eb0c96de0fb3e2040ee21da177a4a2d9 | 2 | roles/nginx | 212 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "# user www-data;\nworker_processes auto;\npid /run/nginx.pid;\nerror_log {{ nginx_log_dir }}/error.log warn;\ninclude {{ nginx_dir }}/modules-enabled/*.conf;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n\tsendfile on;\n\ttcp_nopush on;\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3006,
"all_permissive": false
} |
ansible_role | kencx/ansible-collection | 85098832eb0c96de0fb3e2040ee21da177a4a2d9 | 2 | roles/security | 212 | [
"no_license"
] | [
{
"path": "roles/security/tasks/ssh.yml",
"content": "---\n- name: Install openssh-server\n package:\n name: openssh-server\n state: present\n\n# required for validation\n- name: Create /run/sshd.pid\n file:\n path: \"/run/sshd.pid\"\n owner: root\n group: root\n mode: 0644\n state: f... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 7055,
"all_permissive": false
} |
ansible_role | kencx/ansible-collection | 85098832eb0c96de0fb3e2040ee21da177a4a2d9 | 2 | roles/ssl | 212 | [
"no_license"
] | [
{
"path": "roles/ssl/tasks/intermediate.yml",
"content": "---\n- name: Create intermediate CA directory\n file:\n path: \"{{ ssl_intermediate_ca_dir }}\"\n mode: 0755\n owner: root\n group: root\n state: directory\n\n- name: Generate intermediate key\n community.crypto.openssl_privatekey:\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7844,
"all_permissive": false
} |
ansible_role | kencx/ansible-collection | 85098832eb0c96de0fb3e2040ee21da177a4a2d9 | 2 | roles/webhook | 212 | [
"no_license"
] | [
{
"path": "roles/webhook/handlers/main.yml",
"content": "---\n- name: Reload webhook\n service:\n name: webhook\n state: reloaded\n\n- name: Restart webhook\n service:\n name: webhook\n state: restarted\n daemon_reload: true\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5065,
"all_permissive": false
} |
ansible_role | PrashanthAB95/CC-devops | 6792d145760c5653d8ead538a87b4d6b425e5e05 | 0 | Ansible_Nexus_jenkins/roles/nexus | 212 | [
"no_license"
] | [
{
"path": "Ansible_Nexus_jenkins/roles/nexus/tasks/main.yml",
"content": "- name: update apt\n apt: update_cache=yes cache_valid_time=3600\n\n- name: install wget\n apt: pkg='wget' state=installed\n\n- name: install jdk 8\n apt: pkg='openjdk-8-jdk' state=installed\n\n- name: set JDK 8 as a default altern... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2114,
"all_permissive": false
} |
ansible_role | eduardoefb/magma_openstack | e2a59817e14300825847bebade99801a0fa165bc | 1 | roles/00-deploy-agw | 212 | [
"no_license"
] | [
{
"path": "roles/00-deploy-agw/templates/s1_config.j2",
"content": "auto eth1\niface eth1 inet dhcp\n post-up ip rule add from {{ agw_s1_ip }} table s1\n post-up ip route add default via {{ magma.agw.s1.gateway }} table s1\n post-up ip route flush cache",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2566,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.