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 | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/cdh5-repository | 7,548 | [
"no_license"
] | [
{
"path": "roles/cdh5-repository/tasks/main.yaml",
"content": "---\n\n\n# install cloudera repository\n- include: install.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/cdh5-repository/tasks/install.yaml",
"content": "---\n\n\n- n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/datanodes | 7,548 | [
"no_license"
] | [
{
"path": "roles/datanodes/tasks/restart.yaml",
"content": "---\n\n\n# restart services when configuration changed\n# configuration created and variables defined in 'hadoop' role\n- block:\n - name: restart hadoop-hdfs-datanode if configuration changed\n service:\n name: 'hadoop-hdfs-datanode'\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1616,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/hadoop | 7,548 | [
"no_license"
] | [
{
"path": "roles/hadoop/templates/hdfs-site.xml.j2",
"content": "<?xml version=\"1.0\"?>\n<?xml-stylesheet type=\"text/xsl\" href=\"configuration.xsl\"?>\n\n<configuration>\n\n{% if groups['namenodes']|count > 1 %}\n <property>\n <name>dfs.nameservices</name>\n <value>{{ hadoop_cluster_name }}</value... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9720,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/hostname | 7,548 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yaml",
"content": "---\n\n- include: set.yaml\n- include: check.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/hostname/tasks/check.yaml",
"content": "---\n\n\n- name: check hostname via uname ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/hostsfile | 7,548 | [
"no_license"
] | [
{
"path": "roles/hostsfile/tasks/main.yaml",
"content": "---\n\n# Generate /etc/hosts from template\n- include: make-hosts-file.yaml\n\n# Check via ping host names resolving\n- include: check-hosts-file.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/ipv6 | 7,548 | [
"no_license"
] | [
{
"path": "roles/ipv6/tasks/main.yaml",
"content": "---\n\n\n# sysctl parameters for ipv6 disabling\n- name: disable ipv6\n sysctl:\n name: '{{ item.name }}'\n value: '{{ item.value }}'\n state: 'present'\n sysctl_set: True\n with_items:\n - { name: 'net.ipv6.conf.all.disable_ipv6', value: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/journalnode | 7,548 | [
"no_license"
] | [
{
"path": "roles/journalnode/tasks/main.yaml",
"content": "---\n\n\n# install hadoop-hdfs-journalnode service\n- import_tasks: install.yaml\n\n# restart hadoop-hdfs-journalnode when configuration changed\n- import_tasks: restart.yaml\n\n# check hadoop-hdfs-journalnode status\n- import_tasks: check.yaml\n",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1168,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/namenode | 7,548 | [
"no_license"
] | [
{
"path": "roles/namenode/tasks/restart.yaml",
"content": "---\n\n# restart services when configuration changed\n# configuration created and variables defined in 'hadoop' role\n- name: restart hadoop-hdfs-namenode if configuration changed\n service:\n name: 'hadoop-hdfs-namenode'\n state: 'restarted'... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3003,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/ntp | 7,548 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yaml",
"content": "---\n\n\n# install ntpd daemon\n- include: install.yaml\n# check ntpd is working\n- include: check.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/ntp/tasks/check.yaml",
"content":... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/oracle-java-8 | 7,548 | [
"no_license"
] | [
{
"path": "roles/oracle-java-8/tasks/check.yaml",
"content": "---\n\n\n- name: check that java works\n command: java -version\n register: check_java\n failed_when: check_java.rc != 0\n changed_when: False\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/resourcemanager | 7,548 | [
"no_license"
] | [
{
"path": "roles/resourcemanager/tasks/restart.yaml",
"content": "---\n\n\n# restart services when configuration changed\n# configuration created and variables defined in 'hadoop' role\n- block:\n - name: restart hadoop-yarn-resourcemanager if configuration changed\n service:\n name: 'hadoop-yarn-r... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1856,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/spark | 7,548 | [
"no_license"
] | [
{
"path": "roles/spark/tasks/main.yaml",
"content": "---\n\n\n- name: install spark-core package\n apt: \n name: 'spark-core' \n state: 'present'\n\n- name: install spark-history-server package\n apt: \n name: 'spark-history-server' \n state: 'present'\n when: ansible_hostname == groups['spar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2528,
"all_permissive": false
} |
ansible_role | coilwinder/srcluster | 8a2c2f3d746be02c2ae25e9c146480141d66dca9 | 0 | roles/zookeeper | 7,548 | [
"no_license"
] | [
{
"path": "roles/zookeeper/tasks/install.yaml",
"content": "---\n\n\n- name: install zookeeper-server\n apt: \n name: 'zookeeper-server' \n state: 'present'\n\n- name: create zookeeper configuration directory\n file: \n path: '{{ hadoop_etc_directory }}/zookeeper'\n state: 'directory'\n\n- nam... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2934,
"all_permissive": false
} |
ansible_role | the0ldknighte/IBM_Capstone_Project | 9d0217beaeedb209893176e6350a4012f07619ad | 0 | Ansible Playbook/ansible-graphite-master/roles/graphite | 7,548 | [
"permissive"
] | [
{
"path": "Ansible Playbook/ansible-graphite-master/roles/graphite/defaults/main.yaml",
"content": "graphite_db_pass: <PASSWORD>\ngraphite_cookie_secret: supers3cr3tc00kiestring\n\ncarbon_log_rotate: True\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_by... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2270,
"all_permissive": true
} |
ansible_role | 0xConnorRhodes/ansible-playbooks | 156f453eb82d29e6f5584e7f5d9f678f25801667 | 0 | roles/configure_nfs_client | 7,548 | [
"no_license"
] | [
{
"path": "roles/configure_nfs_client/tasks/main.yml",
"content": "- name: Install nfs-common and autofs\n apt:\n name:\n - nfs-common\n - autofs\n state: present\n update_cache: yes\n\n- name: Create /mnt/nfs directory if it doesn't exist\n file:\n path: /mnt/nfs\n state: directo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | 0xConnorRhodes/ansible-playbooks | 156f453eb82d29e6f5584e7f5d9f678f25801667 | 0 | roles/create_user | 7,548 | [
"no_license"
] | [
{
"path": "roles/create_user/tasks/main.yml",
"content": "---\n# tasks file for roles/create_user\n- name: Create user\n user:\n name: \"{{ user }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n createhome: true\n shell: /bin/bash\n groups: sudo\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | 0xConnorRhodes/ansible-playbooks | 156f453eb82d29e6f5584e7f5d9f678f25801667 | 0 | roles/generate_ssh_key | 7,548 | [
"no_license"
] | [
{
"path": "roles/generate_ssh_key/tasks/main.yml",
"content": "- name: Check if SSH key exists\n stat:\n path: \"~/.ssh/id_ed25519\"\n register: ssh_key_exists\n\n- name: Generate SSH key if it doesn't exist\n command:\n cmd: ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N \"\"\n when: ssh_key_exist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | 0xConnorRhodes/ansible-playbooks | 156f453eb82d29e6f5584e7f5d9f678f25801667 | 0 | roles/install_powershell_arm64linux | 7,548 | [
"no_license"
] | [
{
"path": "roles/install_powershell_arm64linux/tasks/main.yml",
"content": "- name: Check if PowerShell is already installed\n become: true\n stat:\n path: /opt/microsoft/powershell/7/pwsh\n register: pwsh\n\n- name: Download PowerShell tar.gz file\n become: true\n vars:\n powershell_version: \"7... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | 0xConnorRhodes/ansible-playbooks | 156f453eb82d29e6f5584e7f5d9f678f25801667 | 0 | roles/install_powershell_ubuntu | 7,548 | [
"no_license"
] | [
{
"path": "roles/install_powershell_ubuntu/tasks/main.yml",
"content": "- name: Download PowerShell .deb package\n get_url:\n url: https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell_7.4.2-1.deb_amd64.deb\n dest: /tmp/powershell.deb\n\n- name: Install PowerShell using dpkg\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | 0xConnorRhodes/ansible-playbooks | 156f453eb82d29e6f5584e7f5d9f678f25801667 | 0 | roles/install_wormhole-rs | 7,548 | [
"no_license"
] | [
{
"path": "roles/install_wormhole-rs/tasks/main.yml",
"content": "- name: Install magic wormhole\n become: true\n get_url:\n url: https://github.com/magic-wormhole/magic-wormhole.rs/releases/download/0.6.0/wormhole-rs\n dest: /usr/local/bin/wormhole-rs\n mode: \"a+x\"\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | Greek-Fire/ansible-vcenter | f7c83f0f6e16f3029cdc452737a67f0d6573baca | 0 | roles/create_host | 7,548 | [
"no_license"
] | [
{
"path": "roles/create_host/tasks/main.yml",
"content": "---\n# tasks file for create_host\n- include_tasks: create.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/create_host/tasks/create.yml",
"content": "- name: create a host\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | geektechdude/awx_installs | 5074a6ac0cf389a19469ec99cfa77408ed522a39 | 0 | ansible/roles/awx | 7,548 | [
"no_license"
] | [
{
"path": "ansible/roles/awx/tasks/main.yml",
"content": "---\n- name: Include variables\n include_vars:\n file: ../../vars.yml\n\n- name: Git Clone AWX\n become: yes\n git:\n repo: \"{{ awx_git }}\"\n dest: \"{{ awx_save_location }}\"\n\n- name: Install AWX\n become: yes\n command: ansible-pl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | geektechdude/awx_installs | 5074a6ac0cf389a19469ec99cfa77408ed522a39 | 0 | ansible/roles/docker | 7,548 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Include variables\n include_vars:\n file: ../../vars.yml\n\n- name: Add Docker Repository\n become: yes\n get_url:\n url: \"{{ centos_docker_repo }}\"\n dest: /etc/yum.repos.d/docker-ce.repo\n\n# - name: Add Docker Reposit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 896,
"all_permissive": false
} |
ansible_role | mahendras25/lan_switch_replacement | 9b328c792f4c64aaca75af8e7bb17dc3b3e6f012 | 0 | roles/lan_switch_provision | 7,548 | [
"no_license"
] | [
{
"path": "roles/lan_switch_provision/templates/new_config.j2",
"content": "stack-mac persistent timer 0\r\n!The following commands will delete the current RSA and generate a new one. It will take up to several minutes, please wait....\r\n\r\nhostname {{ site_code }}-Z-UA-{{ bldg_room }}-{{ seq }}\r\nip dom... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 59506,
"all_permissive": false
} |
ansible_role | Jaymesv2/k8s-home-custer | 61af40723b4047ae6f5e219a0a3e71462d35d0b3 | 1 | ansible/roles/install_wireguard_kmod | 7,548 | [
"no_license"
] | [
{
"path": "ansible/roles/install_wireguard_kmod/tasks/main.yml",
"content": "- name: check for startup service\n stat: \n path: \"{{unifi_onboot_directory}}/setup_wireguard.sh\"\n register: setup_script\n\n- name: main block\n block:\n - name: download and decompress\n shell:\n cmd: \"curl -L... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | Jaymesv2/k8s-home-custer | 61af40723b4047ae6f5e219a0a3e71462d35d0b3 | 1 | ansible/roles/udm_config | 7,548 | [
"no_license"
] | [
{
"path": "ansible/roles/udm_config/templates/wg0.conf.j2",
"content": "\n[Interface]\nAddress = {{wireguard.address}}\nListenPort = {{wireguard.listen_port}}\nPrivateKey = {{wireguard.private_key}}\n#PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1564,
"all_permissive": false
} |
ansible_role | amayer5125/ansible-demo | 73f8d12976a6ae95b2662a93cd46697ad83a35e8 | 0 | roles/amayer | 7,548 | [
"no_license"
] | [
{
"path": "roles/amayer/tasks/user.yml",
"content": "---\n- name: Ensure group \"webadmin\" exists\n group:\n name: webadmin\n state: present\n\n- name: Add User amayer\n user:\n name: amayer\n password: <PASSWORD>/\n shell: /bin/bash\n append: yes\n groups:\n - webadmin\n\n- nam... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1482,
"all_permissive": false
} |
ansible_role | amayer5125/ansible-demo | 73f8d12976a6ae95b2662a93cd46697ad83a35e8 | 0 | roles/common | 7,548 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Include Install Tasks\n import_tasks: install.yml\n tags:\n - common\n\n- name: Include SSHD Tasks\n import_tasks: sshd.yml\n tags:\n - common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 157
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | amayer5125/ansible-demo | 73f8d12976a6ae95b2662a93cd46697ad83a35e8 | 0 | roles/firewall | 7,548 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/config.yml",
"content": "---\n- name: Allow SSH Through Firewall\n ansible.posix.firewalld:\n service: ssh\n state: enabled\n permanent: yes\n immediate: yes\n\n- name: Allow Services Through Firewall\n ansible.posix.firewalld:\n service: \"{{ item }}\"\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | amayer5125/ansible-demo | 73f8d12976a6ae95b2662a93cd46697ad83a35e8 | 0 | roles/laravel | 7,548 | [
"no_license"
] | [
{
"path": "roles/laravel/handlers/main.yml",
"content": "---\n- name: artisan cache config\n command: /usr/bin/php artisan config:cache\n args:\n chdir: \"{{ laravel_directory }}\"\n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1586,
"all_permissive": false
} |
ansible_role | amayer5125/ansible-demo | 73f8d12976a6ae95b2662a93cd46697ad83a35e8 | 0 | roles/nginx | 7,548 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/repo.yml",
"content": "---\n- name: Enable nginx:mainline Module\n copy:\n src: nginx.module\n dest: /etc/dnf/modules.d/nginx.module\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/nginx/tasks/config.yml... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | amayer5125/ansible-demo | 73f8d12976a6ae95b2662a93cd46697ad83a35e8 | 0 | roles/php | 7,548 | [
"no_license"
] | [
{
"path": "roles/php/tasks/repo.yml",
"content": "---\n- name: Add Remi's Repository\n dnf:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n disable_gpg_check: yes\n\n- name: Enable php:remi-7.4 Module\n copy:\n src: php.module\n dest: /etc/dnf/modules.d/php.module\n",
"li... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1627,
"all_permissive": false
} |
ansible_role | amayer5125/ansible-demo | 73f8d12976a6ae95b2662a93cd46697ad83a35e8 | 0 | roles/webserver | 7,548 | [
"no_license"
] | [
{
"path": "roles/webserver/handlers/main.yml",
"content": "---\n- name: restorecon\n command: restorecon -irv /srv/http\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: Include Directo... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1437,
"all_permissive": false
} |
ansible_role | psylone/playbooks | ef67e23da57de3e91853ac5d1f45501fe6da0be8 | 0 | roles/dev_directories | 7,548 | [
"no_license"
] | [
{
"path": "roles/dev_directories/tasks/main.yml",
"content": "- name: Create dev directories\n file:\n path: \"~/dev/{{ item }}\"\n state: directory\n with_items: \"{{ directories }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | psylone/playbooks | ef67e23da57de3e91853ac5d1f45501fe6da0be8 | 0 | roles/dev_shell | 7,548 | [
"no_license"
] | [
{
"path": "roles/dev_shell/tasks/main.yml",
"content": "- name: Copy shell files\n copy:\n src: shell/\n dest: ~/dev/shell\n\n- name: Copy .zshrc\n copy:\n src: .zshrc\n dest: ~/.zshrc\n\n- name: Copy .asdfrc\n copy:\n src: .asdfrc\n dest: ~/.asdfrc\n\n- name: Copy starship.toml\n copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1328,
"all_permissive": false
} |
ansible_role | eric-0815/Australia-City-Life-Analytics-on-the-Cloud | b52748e4330a8cfdb313155f4c67f780da28ee65 | 0 | OpenStack_Docker_Couchdb/roles/add-ada | 7,548 | [
"no_license"
] | [
{
"path": "OpenStack_Docker_Couchdb/roles/add-ada/tasks/main.yaml",
"content": "---\n- name: add ada\n copy:\n src: \"config/ada.pem\"\n dest: ~/.ssh/ada\n# owner: ubuntu\n# group: ubuntu\n mode: 0600",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | eric-0815/Australia-City-Life-Analytics-on-the-Cloud | b52748e4330a8cfdb313155f4c67f780da28ee65 | 0 | OpenStack_Docker_Couchdb/roles/couchdb-build-replicate | 7,548 | [
"no_license"
] | [
{
"path": "OpenStack_Docker_Couchdb/roles/couchdb-build-replicate/tasks/main.yaml",
"content": "---\n- debug:\n msg: \"The source instance's IP is {{groups['all'][0]}}\"\n\n\n- name: Set up replicate database\n #{{couchdb_user}}:{{couchdb_password}}\n #shell: curl -X POST http://admin:12345@172.26.130.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1146,
"all_permissive": false
} |
ansible_role | eric-0815/Australia-City-Life-Analytics-on-the-Cloud | b52748e4330a8cfdb313155f4c67f780da28ee65 | 0 | OpenStack_Docker_Couchdb/roles/couchdb-run-crawler | 7,548 | [
"no_license"
] | [
{
"path": "OpenStack_Docker_Couchdb/roles/couchdb-run-crawler/tasks/main.yaml",
"content": "---\n\n- name: Copy Crawler to Instance\n become: yes\n copy:\n src: ../crawler\n dest: /home/ubuntu\n mode: u=rw\n\n- name: Install dependencies\n tags: 'python'\n become: yes\n apt:\n name: ['curl'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | eric-0815/Australia-City-Life-Analytics-on-the-Cloud | b52748e4330a8cfdb313155f4c67f780da28ee65 | 0 | OpenStack_Docker_Couchdb/roles/couchdb-setup | 7,548 | [
"no_license"
] | [
{
"path": "OpenStack_Docker_Couchdb/roles/couchdb-setup/tasks/main.yaml",
"content": "---\n- name: Check if couchdb is created\n become: yes\n uri:\n url: http://127.0.0.1:5984\n\n\n- debug:\n msg: \"Couchdb is established\"\n\n\n\n- name: create a database \"clean_tweet_by_search\"\n become: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1416,
"all_permissive": false
} |
ansible_role | eric-0815/Australia-City-Life-Analytics-on-the-Cloud | b52748e4330a8cfdb313155f4c67f780da28ee65 | 0 | OpenStack_Docker_Couchdb/roles/deploy | 7,548 | [
"no_license"
] | [
{
"path": "OpenStack_Docker_Couchdb/roles/deploy/tasks/main.yaml",
"content": "- name: copy frontend from local to remote hosts\n become: yes\n copy:\n src: ../frontend\n dest: /home/ubuntu\n mode: u=rw\n\n- name: copy backend from local to remote hosts\n become: yes\n copy:\n src: ../backen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | eric-0815/Australia-City-Life-Analytics-on-the-Cloud | b52748e4330a8cfdb313155f4c67f780da28ee65 | 0 | OpenStack_Docker_Couchdb/roles/docker-create-container-couchdb | 7,548 | [
"no_license"
] | [
{
"path": "OpenStack_Docker_Couchdb/roles/docker-create-container-couchdb/tasks/main.yaml",
"content": "---\n\n- name: Create a docker container from existing couchdb image\n become: yes\n docker_container:\n name: mycouchdb\n image: couchdb:latest\n env:\n COUCHDB_USER: \"admin\"\n COU... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | eric-0815/Australia-City-Life-Analytics-on-the-Cloud | b52748e4330a8cfdb313155f4c67f780da28ee65 | 0 | OpenStack_Docker_Couchdb/roles/docker-create-network | 7,548 | [
"no_license"
] | [
{
"path": "OpenStack_Docker_Couchdb/roles/docker-create-network/tasks/main.yaml",
"content": "# ---\n# - name: Log into a personal DockerHub\n# become: yes\n# docker_login:\n# username: '{{ dockerhub_username }}'\n# password: '{{ <PASSWORD> }}'\n\n\n- name: Create docker network called net-aio\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | eric-0815/Australia-City-Life-Analytics-on-the-Cloud | b52748e4330a8cfdb313155f4c67f780da28ee65 | 0 | OpenStack_Docker_Couchdb/roles/docker-pull-image | 7,548 | [
"no_license"
] | [
{
"path": "OpenStack_Docker_Couchdb/roles/docker-pull-image/tasks/main.yaml",
"content": "# ---\n# - name: Log into a personal DockerHub\n# become: yes\n# docker_login:\n# username: '{{ dockerhub_username }}'\n# password: '{{ <PASSWORD> }}'\n\n\n- name: Pull an image called test\n become: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | eric-0815/Australia-City-Life-Analytics-on-the-Cloud | b52748e4330a8cfdb313155f4c67f780da28ee65 | 0 | OpenStack_Docker_Couchdb/roles/docker-pull-image-couchdb | 7,548 | [
"no_license"
] | [
{
"path": "OpenStack_Docker_Couchdb/roles/docker-pull-image-couchdb/tasks/main.yaml",
"content": "---\n- name: Pull an image of couchdb\n become: yes\n docker_image:\n name: couchdb\n source: pull\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | PureLogicIT/ansible_demo_feb_2023 | 53de99538e0797291d045de568c43ac8f5617cba | 0 | roles/demo-prepare-rhel-upgrade | 7,548 | [
"no_license"
] | [
{
"path": "roles/demo-prepare-rhel-upgrade/tasks/main.yml",
"content": "---\n# defaults file for demo-prepare-rhel-upgrade\n\n- name: Install missing applications\n become: true\n ansible.builtin.dnf:\n name: \"{{ missing_apps }}\"\n state: present\n\n- name: Disable Root Login\n become: true\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | PureLogicIT/ansible_demo_feb_2023 | 53de99538e0797291d045de568c43ac8f5617cba | 0 | roles/initialize-demo-env | 7,548 | [
"no_license"
] | [
{
"path": "roles/initialize-demo-env/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - initialize_demo_env\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/initialize-demo-env/handlers/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2144,
"all_permissive": false
} |
ansible_role | PureLogicIT/ansible_demo_feb_2023 | 53de99538e0797291d045de568c43ac8f5617cba | 0 | roles/prepare-rhel-upgrade | 7,548 | [
"no_license"
] | [
{
"path": "roles/prepare-rhel-upgrade/tasks/main.yml",
"content": "---\n# tasks file for prepare-rhel-upgrade\n\n- name: Remove the /root/tmp_leapp_py3 directory if it is present \n ansible.builtin.file:\n path: /root/tmp_leapp_py3/\n state: absent\n become: true\n \n- name: Get current Subsription... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1902,
"all_permissive": false
} |
ansible_role | PureLogicIT/ansible_demo_feb_2023 | 53de99538e0797291d045de568c43ac8f5617cba | 0 | roles/rhel-upgrade | 7,548 | [
"no_license"
] | [
{
"path": "roles/rhel-upgrade/vars/main.yml",
"content": "---\n# vars file for rhel-upgrade\nrhel8_repos:\n - ansible-2-for-rhel-8-rhui-rpms\n - rhel-8-appstream-rhui-rpms\n - rhel-8-baseos-rhui-rpms\nrhel9_repos:\n - rhel-9-appstream-rhui-rpms\n - rhel-9-baseos-rhui-rpms\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 595,
"all_permissive": false
} |
ansible_role | Romulo-Pessoal/Ansible | b360c8abb8c040120e05dd80c85f5f4c4fff20d3 | 0 | Instala Docker - Nginx e Jenkins/roles/role-install-docker | 7,548 | [
"no_license"
] | [
{
"path": "Instala Docker - Nginx e Jenkins/roles/role-install-docker/tasks/main.yml",
"content": "---\n- name: Update the apt package index\n become: yes\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n force_apt_get: yes\n\n- name: aggiungi chiave GPG\n apt_key:\n url: https://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | Romulo-Pessoal/Ansible | b360c8abb8c040120e05dd80c85f5f4c4fff20d3 | 0 | Instala Docker - Nginx e Jenkins/roles/role-install-mysql-client | 7,548 | [
"no_license"
] | [
{
"path": "Instala Docker - Nginx e Jenkins/roles/role-install-mysql-client/tasks/main.yml",
"content": "---\n- name: Update the apt package index\n become: yes\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n force_apt_get: yes\n\n- name: Install mysql-client From Apt-Get\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | Romulo-Pessoal/Ansible | b360c8abb8c040120e05dd80c85f5f4c4fff20d3 | 0 | Instala Docker - Nginx e Jenkins/roles/role-install-nginx | 7,548 | [
"no_license"
] | [
{
"path": "Instala Docker - Nginx e Jenkins/roles/role-install-nginx/tasks/main.yml",
"content": "---\n- name: Update the apt package index\n become: yes\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n force_apt_get: yes\n\n- name: Install NGINX From Apt-Get\n become: yes\n apt:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1569,
"all_permissive": false
} |
ansible_role | Romulo-Pessoal/Ansible | b360c8abb8c040120e05dd80c85f5f4c4fff20d3 | 0 | Instala Docker - Nginx e Jenkins/roles/role-jenkins-docker | 7,548 | [
"no_license"
] | [
{
"path": "Instala Docker - Nginx e Jenkins/roles/role-jenkins-docker/tasks/main.yml",
"content": "---\n- name: Update the apt package index\n become: yes\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n \n- name: aggiungi chiave GPG\n apt_key:\n url: https://pkg.jenkins.io/debia... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | acritelli/demo-iac | a6f87b5ee717b0a8ac2f78d549062fd29b093b7f | 0 | ansible/roles/loadbalancer | 7,548 | [
"no_license"
] | [
{
"path": "ansible/roles/loadbalancer/templates/etc/nginx/conf.d/website.conf.j2",
"content": "upstream my-website {\n {% for host in groups['demo_webservers'] %}\n server {{ hostvars[host]['ansible_host'] }};\n {% endfor %}\n}\n\nserver {\n listen 80;\n\n location / {\n proxy_pass htt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 698,
"all_permissive": false
} |
ansible_role | acritelli/demo-iac | a6f87b5ee717b0a8ac2f78d549062fd29b093b7f | 0 | ansible/roles/webserver | 7,548 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "---\n\n- name: Force an apt update\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install Apache\n ansible.builtin.package:\n name: apache2\n state: latest\n\n- name: Template out a basic website file\n ansible.builtin.templa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | DanEmblasoft/monitoring | 40c94d058c09d4992949c614c3f9ba03d51461c3 | 0 | roles/slice1 | 7,548 | [
"no_license"
] | [
{
"path": "roles/slice1/tasks/main.yml",
"content": "---\n- name: monitoring_slice1\n command: /root/Automation/monitor_SLICE1.sh execute '\"bin\",\"start\"' 'SIMULATION' 'simulation/simulations/N2_SLICE1'\n\n- name: Wait\n wait_for:\n delay: 60\n timeout: 0\n\n- name: get long stats\n command: /ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | wimme002/symfony-training | 3114fb80102c11c9667d0f86e7bf601ef0d966fc | 0 | provisioning/roles/php | 7,549 | [
"no_license"
] | [
{
"path": "provisioning/roles/php/tasks/dotdeb.yml",
"content": "---\n\n- name: APT | Install sury key\n apt_key:\n url: \"https://packages.sury.org/php/apt.gpg\"\n state: present\n become: yes\n\n- name: APT | Add DotDeb stretch repository\n apt_repository: repo=\"{{ item }}\"\n with_items:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2965,
"all_permissive": false
} |
ansible_role | wimme002/symfony-training | 3114fb80102c11c9667d0f86e7bf601ef0d966fc | 0 | provisioning/roles/programs | 7,549 | [
"no_license"
] | [
{
"path": "provisioning/roles/programs/tasks/main.yml",
"content": "- name: update the apt cache\n apt: update_cache=yes\n\n- name: install additional software\n apt: >\n name={{ default_programs }}\n state=present\n update_cache=yes\n cache_valid_time=1\n\n- name: set login dir for vagrant us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | wimme002/symfony-training | 3114fb80102c11c9667d0f86e7bf601ef0d966fc | 0 | provisioning/roles/symfony | 7,549 | [
"no_license"
] | [
{
"path": "provisioning/roles/symfony/tasks/main.yml",
"content": "---\n- name: download sf installer\n get_url:\n url: https://get.symfony.com/cli/installer\n dest: /tmp/symfony3\n mode: '0777'\n\n- name: Execute sf\n command: /bin/bash /tmp/symfony3\n\n- name: Move sf\n command: mv /root/.symf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | avpines/ansible-cdh-parcels | d2e1307d017fcf6a8bb4d44415dc64b9c4c036bc | 0 | roles/cdh_install_parcels | 7,549 | [
"no_license"
] | [
{
"path": "roles/cdh_install_parcels/library/cdh_parcels.py",
"content": "#!/usr/bin/python\n\ndef cm_api(cm_host, cm_api_version, cm_user, cm_pass):\n return ApiResource(cm_host, version=cm_api_version, username=cm_user, password=cm_pass)\n\n\ndef download_parcel(cluster, parcel, timeout):\n try:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7412,
"all_permissive": false
} |
ansible_role | ganeshkhannanr/tech1 | eaf22c7d1587ebddb8bf84d319e415dcd36211bb | 1 | Day3/ansible/roles/tomcat | 7,549 | [
"no_license"
] | [
{
"path": "Day3/ansible/roles/tomcat/tasks/provision-ubuntu-containers.yml",
"content": "- name: Provision Ubuntu docker container\n docker_container:\n docker_host: tcp://0.0.0.0:4236\n name: \"ubuntu{{item}}\"\n hostname: \"ubuntu{{item}}\"\n image: tektutor/ansible-ubuntu\n state: st... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 2307,
"all_permissive": false
} |
ansible_role | thowardnj/ansible | 3981e1390d05f18562b81d4935806239e0e3560e | 0 | roles/vsftp | 7,549 | [
"no_license"
] | [
{
"path": "roles/vsftp/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/vsftp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/vsftp/defaults/main.yml",
"content": "---\n# defaults file for r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | CruCo/ansible-pi | 3b3833a2e462605d83d5a70d589b068f0eb8474b | 0 | roles/installbasic | 7,549 | [
"no_license"
] | [
{
"path": "roles/installbasic/tasks/main.yaml",
"content": "---\n- name: install basic set of packages\n apt:\n name: \n - vim\n state: present\n update_cache: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | CruCo/ansible-pi | 3b3833a2e462605d83d5a70d589b068f0eb8474b | 0 | roles/update | 7,549 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yaml",
"content": "---\n- name: Update apt cache and upgrade all packages\n apt:\n update_cache: yes\n force_apt_get: yes\n name: \"*\"\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | JaminShanti/ansible_lab | b3a9a63ef0f12dfc19a434215cdc6266e6d3119e | 0 | roles/lab_tower | 7,549 | [
"no_license"
] | [
{
"path": "roles/lab_tower/tasks/01-swap-file.yml",
"content": "---\n- name: Create swap space and Make Swap\n shell: |\n dd if=/dev/zero of=/extraswap bs=1M count=512\n mkswap /extraswap\n swapon -a\n sysctl vm.swappiness=10\n when: ansible_swaptotal_mb < 1\n\n- name: Add to fstab\n a... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | JaminShanti/ansible_lab | b3a9a63ef0f12dfc19a434215cdc6266e6d3119e | 0 | roles/win_lab | 7,549 | [
"no_license"
] | [
{
"path": "roles/win_lab/tasks/main.yml",
"content": "---\n# Main task list for Windows Lab Instances\n- name: Add Host Record for Ansible Tower\n win_hosts:\n state: present\n canonical_name: ansible\n ip_address: 192.168.50.105\n\n- name: Add Host Record for Lab1\n win_hosts:\n state: presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | redhat-na-ssa/himss-2021-sepsis-gitops | 7234fd7a0498b47633ecc024554261b0192fc137 | 0 | common/ansible/roles/vault_utils | 7,549 | [
"no_license"
] | [
{
"path": "common/ansible/roles/vault_utils/tasks/main.yml",
"content": "---\n- name: Delete vault\n include_tasks:\n file: vault_delete.yaml\n apply:\n tags: [never, vault_delete]\n tags: [never, vault_delete]\n\n- name: Run vault init tasks\n include_tasks:\n file: vault_init.yaml\n ap... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6141,
"all_permissive": false
} |
ansible_role | Xoffio/cluspi | ae9bb3112f5262177e27a5fbbb995aa645a19395 | 0 | k3s-cluster/roles/control_lb | 7,549 | [
"no_license"
] | [
{
"path": "k3s-cluster/roles/control_lb/templates/haproxy.cfg.j2",
"content": "frontend k3s-frontend\n bind *:6443\n mode tcp\n option tcplog\n default_backend k3s-backend\n\nbackend k3s-backend\n mode tcp\n option tcp-check\n balance roundrobin\n default-server inter 10s downinter 5s\n {% for node... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2446,
"all_permissive": false
} |
ansible_role | Xoffio/cluspi | ae9bb3112f5262177e27a5fbbb995aa645a19395 | 0 | k3s-cluster/roles/control_node | 7,549 | [
"no_license"
] | [
{
"path": "k3s-cluster/roles/control_node/tasks/uninstall.yml",
"content": "- name: Check if K3s uninstall script exists\n ansible.builtin.stat:\n path: /usr/local/bin/k3s-uninstall.sh\n register: k3s_uninstall_script\n\n- name: Uninstall the main control node\n become: true\n ansible.builtin.command... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | Xoffio/cluspi | ae9bb3112f5262177e27a5fbbb995aa645a19395 | 0 | k3s-cluster/roles/main_control | 7,549 | [
"no_license"
] | [
{
"path": "k3s-cluster/roles/main_control/tasks/install_with_etcd.yml",
"content": "- name: Download K3s install script\n ansible.builtin.get_url:\n url: https://get.k3s.io\n dest: /tmp/k3s-install.sh\n mode: '0755'\n\n- name: Install the main control node (ETCD)\n ansible.builtin.shell: |\n /... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1923,
"all_permissive": false
} |
ansible_role | Xoffio/cluspi | ae9bb3112f5262177e27a5fbbb995aa645a19395 | 0 | k3s-cluster/roles/metallb | 7,549 | [
"no_license"
] | [
{
"path": "k3s-cluster/roles/metallb/templates/kustomization.yaml.j2",
"content": "apiVersion: kustomize.config.k8s.io/v1beta1\r\nkind: Kustomization\r\nresources:\r\n- https://raw.githubusercontent.com/metallb/metallb/v{{ metallb_ver }}/config/manifests/metallb-native.yaml\r\npatches:\r\n - target:\r\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3180,
"all_permissive": false
} |
ansible_role | Xoffio/cluspi | ae9bb3112f5262177e27a5fbbb995aa645a19395 | 0 | k3s-cluster/roles/rancher | 7,549 | [
"no_license"
] | [
{
"path": "k3s-cluster/roles/rancher/tasks/uninstall.yaml",
"content": "- name: Check if Helm is already installed\n ansible.builtin.stat:\n path: /usr/local/bin/helm\n register: helm_binary\n\n# ---- Uninstall Cert Manager ----\n- name: Uninstall Cert Manager Helm release\n kubernetes.core.helm:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6160,
"all_permissive": false
} |
ansible_role | Xoffio/cluspi | ae9bb3112f5262177e27a5fbbb995aa645a19395 | 0 | k3s-cluster/roles/worker_node | 7,549 | [
"no_license"
] | [
{
"path": "k3s-cluster/roles/worker_node/tasks/main.yaml",
"content": "- name: Include uninstall tasks if requested\n ansible.builtin.include_tasks: uninstall.yml\n when: uninstall_k3s | default(false)\n\n- name: Include etcd install tasks\n ansible.builtin.include_tasks: install.yml\n when: not uninsta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/adguard-server | 7,549 | [
"no_license"
] | [
{
"path": "roles/adguard-server/defaults/main.yml",
"content": "---\n# defaults file for adguard-server\n\nadguard_dl_url: \"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.43/AdGuardHome_linux_amd64.tar.gz\"\n\nadguard:\n softwaredir: \"/opt/AdGuardHome\"\n user: \"root\"\n group: \"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2261,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/base-os | 7,549 | [
"no_license"
] | [
{
"path": "roles/base-os/tasks/packages.yml",
"content": "---\n\n- name: Install base packages\n package:\n name: \"{{ item }}\"\n state: latest\n loop:\n - \"{{ packages }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles/base-o... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2722,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/cribl-edge-install | 7,549 | [
"no_license"
] | [
{
"path": "roles/cribl-edge-install/tasks/install-cribl-edge.yml",
"content": "---\n###############################################################################\n#\n# tasks/cribl-rpm.yml\n#\n# Main tasks file for cribl-edge-install\n#\n#####################################################################... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4957,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/geerlingguy.docker | 7,549 | [
"no_license"
] | [
{
"path": "roles/geerlingguy.docker/tasks/data-disk.yml",
"content": "---\n\n- name: Create mount directory if it does not exist\n become: true\n file:\n path: \"{{ data.dir }}\"\n state: directory\n owner: \"{{ data.user }}\"\n group: \"{{ data.group }}\"\n mode: 0770\n\n- name: Create xfs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/nfs-client | 7,549 | [
"no_license"
] | [
{
"path": "roles/nfs-client/tasks/main.yml",
"content": "---\n# tasks file for nfs-client\n\n- name: Install base packages\n package:\n name: \"{{ item }}\"\n state: latest\n loop:\n - nfs-common\n\n- name: Create a directory under opt for the mount point\n file:\n path: /opt/remote\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/nfs-server | 7,549 | [
"no_license"
] | [
{
"path": "roles/nfs-server/tasks/setup-Debian.yml",
"content": "---\n- name: Ensure NFS utilities are installed.\n apt:\n name:\n - nfs-common\n - nfs-kernel-server\n state: present\n\n- name: Set firewalld nfs\n firewalld:\n service: nfs\n permanent: true\n state: enabled\n\n- n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/nordvpn | 7,549 | [
"no_license"
] | [
{
"path": "roles/nordvpn/handlers/main.yml",
"content": "---\n# handlers file for nordvpn\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/nordvpn/tasks/main.yml",
"content": "---\n# tasks file for nordvpn\n\n- name: Install base package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/plex-server | 7,549 | [
"no_license"
] | [
{
"path": "roles/plex-server/tasks/main.yml",
"content": "---\n# tasks file for plex-servers\n\n# Setup base packages for os\n- include_tasks: vm-disk.yml\n\n# apply base system updates\n- include_tasks: plex.yml\n #when: ansible_distribution == \"Ubuntu\"\n\n",
"license_type": "no_license",
"detec... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1652,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/prowlarr-server | 7,549 | [
"no_license"
] | [
{
"path": "roles/prowlarr-server/tasks/prowlarr.yml",
"content": "---\n# tasks file for prowlarr / ubuntu\n\n\n- name: Install base packages\n package:\n name: \"{{ item }}\"\n state: latest\n loop:\n - sqlite3\n\n- name: Creates prowlarr directories\n file:\n path: \"{{ item }}\"\n state:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/readarr-server | 7,549 | [
"no_license"
] | [
{
"path": "roles/readarr-server/tasks/readarr.yml",
"content": "---\n# tasks file for readarr / ubuntu\n\n\n- name: Install base packages\n package:\n name: \"{{ item }}\"\n state: latest\n loop:\n - sqlite3\n\n- name: Creates readarr directories\n file:\n path: \"{{ item }}\"\n state: dir... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1616,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/rootless-docker | 7,549 | [
"no_license"
] | [
{
"path": "roles/rootless-docker/tasks/bash_aliases.yml",
"content": "---\n\n- name: Ensure .bash_aliases exists\n become: true\n file:\n path: \"{{ ansible_env.HOME }}/.bash_aliases\"\n state: touch\n owner: \"{{ ansible_env.USER }}\"\n group: \"{{ ansible_env.USER }}\"\n mode: \"0644\"\n\... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 11608,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/sonarr-server | 7,549 | [
"no_license"
] | [
{
"path": "roles/sonarr-server/tasks/main.yml",
"content": "---\n# tasks file for sonarr-servers\n\n- include_tasks: sonarr.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/sonarr-server/tasks/sonarr.yml",
"content": "---\n# tasks file... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1526,
"all_permissive": false
} |
ansible_role | SinSolis/ansible | 8394d6cee6458abe18f16708010cb0d07e0e7fd3 | 0 | roles/users | 7,549 | [
"no_license"
] | [
{
"path": "roles/users/tasks/transmission-user.yml",
"content": "---\n\n- name: Create group \"{{ transmission.group }}\"\n group:\n name: \"{{ transmission.group }}\"\n state: present\n gid: \"{{ transmission.userid }}\"\n\n- name: Create user \"{{ transmission.user }}\"\n user:\n name: \"{{ ... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 6165,
"all_permissive": false
} |
ansible_role | mayatonia/ansible-for-devops-workshop | d0ebcd062535257d362a1ca469fb861daa909631 | 0 | roles/apache-simple | 7,549 | [
"no_license"
] | [
{
"path": "roles/apache-simple/tasks/main.yml",
"content": "---\n# tasks file for apache-simple\n- name: Ensure httpd packges are installed\n yum:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ httpd_packages }}\"\n notify: restart-apache-service\n tags:\n - rpm\n\n- name: Ensure la... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1474,
"all_permissive": false
} |
ansible_role | AlpaPhono/group-cloud-QA3 | 57769b1a64cdc2003bd5c292eb2ed25a3f6751f5 | 0 | spring-petclinic-rest/ansible/roles/swarmworker | 7,549 | [
"permissive"
] | [
{
"path": "spring-petclinic-rest/ansible/roles/swarmworker/tasks/main.yml",
"content": "---\n# tasks file for swarm-join\n- name: Add nodes\n community.docker.docker_swarm:\n state: join\n advertise_addr: swarmworker\n join_token: \"{{ hostvars['swarmmanager']['result']['swarm_facts']['JoinTokens'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": true
} |
ansible_role | thrijwal/My_Ansible_Projects | 3f9120ee6941d854bd0ea050d12ced527d94c290 | 0 | Ansible_Jenkins/roles/maven | 7,549 | [
"no_license"
] | [
{
"path": "Ansible_Jenkins/roles/maven/tasks/main.yml",
"content": "---\n- name: Install dependencies for Maven\n apt:\n name:\n - openjdk-11-jdk\n - wget\n - curl\n - unzip\n state: present\n\n- name: Download Apache Maven\n get_url:\n url: \"https://dlcdn.apache.org/maven/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | thrijwal/My_Ansible_Projects | 3f9120ee6941d854bd0ea050d12ced527d94c290 | 0 | Ansible_Learn_Roles/roles/groupA | 7,549 | [
"no_license"
] | [
{
"path": "Ansible_Learn_Roles/roles/groupA/tasks/main.yml",
"content": "- name: Update apt cache before installing packages\n apt:\n update_cache: yes\n become: yes # Ensures command runs with sudo privileges\n\n- name: Install required packages on GroupA\n apt:\n name: \"{{ packages }}\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 760,
"all_permissive": false
} |
ansible_role | thrijwal/My_Ansible_Projects | 3f9120ee6941d854bd0ea050d12ced527d94c290 | 0 | Ansible_Learn_Roles/roles/groupB | 7,549 | [
"no_license"
] | [
{
"path": "Ansible_Learn_Roles/roles/groupB/tasks/main.yml",
"content": "- name: Update apt cache before installing packages\n apt:\n update_cache: yes\n become: yes # Ensures command runs with sudo privileges\n\n- name: Install required packages on GroupA\n apt:\n name: \"{{ packages }}\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | olivierepaud/ansible-trainings | a24c11622a2c0ec04da628a1ec94c5dc44fd0d03 | 1 | trainingLinkedIn-AnsibleEssentialTraining/roles/create_user | 7,552 | [
"no_license"
] | [
{
"path": "trainingLinkedIn-AnsibleEssentialTraining/roles/create_user/README.md",
"content": "create_user\n=========\n\nCreate a user.\n\nRequirements\n------------\n\nNo specific.\n\nRole Variables\n--------------\n\n# Define the name of the user you want to create\nuser_name = default\n\n# Define the sta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1258,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/dhcp_workstation | 7,552 | [
"no_license"
] | [
{
"path": "roles/dhcp_workstation/tasks/main.yml",
"content": "---\n\n- name: Make the admin group\n group:\n name=admin\n state=present\n system=yes\n\n- name: Add the right name server\n lineinfile:\n dest=/etc/network/interfaces\n line={{ item }}\n state=present\n with_it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 271,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/dump | 7,552 | [
"no_license"
] | [
{
"path": "roles/dump/templates/dump.j2",
"content": "Module Variables (\"vars\"):\n--------------------------------\n{{ vars }}\n\nEnvironment Variables (\"environment\"):\n--------------------------------\n{{ environment }} \n\nGROUP NAMES Variables (\"group_names\"):\n--------------------------------\n{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/gpu | 7,552 | [
"no_license"
] | [
{
"path": "roles/gpu/tasks/main.yml",
"content": "---\n- name: Install cuda toolkit\n apt:\n name={{item}}\n state=present\n with_items:\n - nvidia-cuda-toolkit\n# - nvidia-361 You'll need at least 367 for the 1060's, it's not in repo\n\n#- name: Install jupyter notebook\n# pip:\n# ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1621,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/grub | 7,552 | [
"no_license"
] | [
{
"path": "roles/grub/defaults/main.yml",
"content": "---\ngrub_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/grub/files/20_ipxe",
"content": "#!/bin/sh\nset -e\n\nif [ -f /usr/lib/grub/grub-mkconfig_lib ]; then\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3696,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/gui | 7,552 | [
"no_license"
] | [
{
"path": "roles/gui/tasks/main.yml",
"content": "---\n- name: Install Lightdm, greeter, screensaver, flash, and gui related packages\n apt:\n name={{item}}\n state=present\n with_items:\n - exfat-fuse\n - flashplugin-installer\n - gnome-screensaver\n - gvfs-backends # Allows ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6704,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/ldap | 7,552 | [
"no_license"
] | [
{
"path": "roles/ldap/tasks/ldap-common.yml",
"content": "---\n- name: Remove nscd - Oh Yeah\n apt: \n name=nscd \n state=absent \n purge=yes\n\n- name: Install common LDAP packages\n apt: \n name={{ item }} \n state=installed\n with_items:\n - ldap-utils\n\n- name: Inst... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 7285,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/nfs | 7,552 | [
"no_license"
] | [
{
"path": "roles/nfs/tasks/alternatives/ns-nam.yml",
"content": "---\n- name: Ensure ns-nam links\n alternatives: \n link=/usr/local/bin/{{ item.name }} \n name={{ item.name }}\n path={{ item.path }}\n with_items:\n - { name: 'ns', path: '/site/local/bin/ns' }\n - { name: 'ns-2.3... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 6181,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/printing | 7,552 | [
"no_license"
] | [
{
"path": "roles/printing/tasks/samba.yml",
"content": "---\n- name: Install samba connection packages\n apt:\n update_cache=yes\n name={{item}}\n state=present\n with_items:\n - winbind\n - samba-client\n\n- name: Remove workgroup = workgroup\n ini_file:\n dest=/etc/samba/smb.con... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2560,
"all_permissive": false
} |
ansible_role | jmiths/ansible_configs | 7460ea342092de66b6f19406badb7d434b0d5313 | 0 | roles/serial-server | 7,552 | [
"no_license"
] | [
{
"path": "roles/serial-server/handlers/main.yml",
"content": "---\n- name: Update Cereal Sessions\n shell: /usr/local/bin/cereal-sessions\n\n- name: Restart Cereal\n service: name=cereal state=restarted enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3935,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.