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 | Voolodimer/openvpn-ansible | 9c9cebd32c078f3e70a53c2bc652f0a52cb9d7b4 | 0 | roles/ansible-role-openvpn | 8,079 | [
"no_license"
] | [
{
"path": "roles/ansible-role-openvpn/vars/main.yml",
"content": "---\n# vars file for ansible-role-openvpn\nopenvpn_dir: \"/etc/openvpn\"\nopenvpn_easyrsa_dir: \"/usr/share/easy-rsa\"\n\nopenvpn_clients:\n - user1\n - user2\n\n# network\nopenvpn_port: \"1194\"\nopenvpn_proto: \"udp\"\nopenvpn_network: 10... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3725,
"all_permissive": false
} |
ansible_role | todaygood/Openstack_for_NFV_in_Poland | 7e3568f5b341eb812b939d93e2c8fabd822a4b81 | 0 | Project/ops/basic-overcloud/roles/common | 8,079 | [
"no_license"
] | [
{
"path": "Project/ops/basic-overcloud/roles/common/tasks/main.yml",
"content": "---\n#- include: time-set.yml\n#\n- name: configure selinux and sshd service\n selinux: policy=targeted state=permissive\n\n- name: configure sshd service,first edit config file\n lineinfile: dest=/etc/ssh/sshd_config insert... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | todaygood/Openstack_for_NFV_in_Poland | 7e3568f5b341eb812b939d93e2c8fabd822a4b81 | 0 | Project/ops/basic-overcloud/roles/compute | 8,079 | [
"no_license"
] | [
{
"path": "Project/ops/basic-overcloud/roles/compute/tasks/main.yml",
"content": "---\n#- include: basic.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "Project/ops/basic-overcloud/roles/compute/tasks/basic.yml",
"content": "---\n\n- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | todaygood/Openstack_for_NFV_in_Poland | 7e3568f5b341eb812b939d93e2c8fabd822a4b81 | 0 | Project/ops/disable-security-overcloud/roles/common | 8,079 | [
"no_license"
] | [
{
"path": "Project/ops/disable-security-overcloud/roles/common/tasks/disable-security-group.yml",
"content": "\n\n- script: disable-security-group.sh\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "Project/ops/disable-security-overcloud/roles/c... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | todaygood/Openstack_for_NFV_in_Poland | 7e3568f5b341eb812b939d93e2c8fabd822a4b81 | 0 | Project/ops/restart-service-overcloud/roles/common | 8,079 | [
"no_license"
] | [
{
"path": "Project/ops/restart-service-overcloud/roles/common/tasks/time-set.yml",
"content": "\n- name: stop ntpd\n service: name=ntpd state=stopped enabled=yes\n\n- name: set time\n shell: timedatectl set-ntp false \n\n- name: set time\n shell: timedatectl set-time 05:05:50\n\n- name: set time\n sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | todaygood/Openstack_for_NFV_in_Poland | 7e3568f5b341eb812b939d93e2c8fabd822a4b81 | 0 | Project/ops/restart-service-overcloud/roles/compute | 8,079 | [
"no_license"
] | [
{
"path": "Project/ops/restart-service-overcloud/roles/compute/files/set-sriov.sh",
"content": "#!/bin/bash \n\necho \"`date`,config sriov on compute node ...\" >> /tmp/config.sriov.compute\n \ncp /etc/nova/nova.conf \"/etc/nova/nova.conf-`date`\"\n\nopenstack-config --set /etc/nova/nova.conf DEFAULT pci_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1451,
"all_permissive": false
} |
ansible_role | todaygood/Openstack_for_NFV_in_Poland | 7e3568f5b341eb812b939d93e2c8fabd822a4b81 | 0 | Project/ops/restart-service-overcloud/roles/controller | 8,079 | [
"no_license"
] | [
{
"path": "Project/ops/restart-service-overcloud/roles/controller/tasks/main.yml",
"content": "---\n- name: restart neutron\n include: neutron.yml\n\n- name: restart nova \n include: nova.yml\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | todaygood/Openstack_for_NFV_in_Poland | 7e3568f5b341eb812b939d93e2c8fabd822a4b81 | 0 | Project/ops/sriov-overcloud/roles/compute | 8,079 | [
"no_license"
] | [
{
"path": "Project/ops/sriov-overcloud/roles/compute/tasks/set-sriov.yml",
"content": "---\n- name: call set-sriov script\n script: set-sriov.sh \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "Project/ops/sriov-overcloud/roles/compute/tasks/ma... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 969,
"all_permissive": false
} |
ansible_role | todaygood/Openstack_for_NFV_in_Poland | 7e3568f5b341eb812b939d93e2c8fabd822a4b81 | 0 | Project/ops/sriov-overcloud/roles/controller | 8,079 | [
"no_license"
] | [
{
"path": "Project/ops/sriov-overcloud/roles/controller/tasks/main.yml",
"content": "---\n- include: set-sriov.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "Project/ops/sriov-overcloud/roles/controller/files/set-sriov.sh",
"content": "#... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3070,
"all_permissive": false
} |
ansible_role | todaygood/Openstack_for_NFV_in_Poland | 7e3568f5b341eb812b939d93e2c8fabd822a4b81 | 0 | Project/ops/workaround-for-mano-issue/roles/common | 8,079 | [
"no_license"
] | [
{
"path": "Project/ops/workaround-for-mano-issue/roles/common/tasks/main.yml",
"content": "---\n- name: backup nova.conf\n shell: cp /etc/nova/nova.conf \"/etc/nova/nova.conf-`date`\" \n\n- name: set cinder endpoint_template\n shell: openstack-config --set /etc/nova/nova.conf cinder endpoint_template h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | todaygood/Openstack_for_NFV_in_Poland | 7e3568f5b341eb812b939d93e2c8fabd822a4b81 | 0 | Project/ops/workaround-for-mano-issue/roles/compute | 8,079 | [
"no_license"
] | [
{
"path": "Project/ops/workaround-for-mano-issue/roles/compute/tasks/main.yml",
"content": "---\n\n- name: restart nova-compute\n service: name=openstack-nova-compute.service state=restarted \n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | anascotti/local-setup | 6025c8606501fb6acada09f78319a7170ac5d3b0 | 0 | debian/ansible/roles/apt | 8,079 | [
"no_license"
] | [
{
"path": "debian/ansible/roles/apt/defaults/main.yml",
"content": "---\n# defaults file for homebrew\n\napt_repos: []\n\napt_items:\n - curl\n - fzf\n - git\n - jq\n - snap\n - wget\n - zsh-autosuggestions\n\nbinary_items:\n - { name: 'nvim', src: 'https://github.com/neovim/neovim/releases/latest/d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1197,
"all_permissive": false
} |
ansible_role | mattyjones/iac_tf_gitlab | 82165521d8790746a7e7653509b0debdb5bd0dfe | 0 | provisioning/roles/common | 8,079 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/apt.yml",
"content": "---\n- name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\n \n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1080,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/cloyster | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/cloyster/tasks/main.yml",
"content": "---\n- name: Authelia\n include_tasks: authelia.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "ansible/roles/cloyster/templates/authelia/configuration.yml.j2",
"content": "-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2088,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/create-user | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/create-user/tasks/main.yml",
"content": "---\n\n- name: create users\n include: create-user.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "ansible/roles/create-user/tasks/create-user.yml",
"content": "---\n- nam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/datahoarder | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/datahoarder/tasks/setup-python.yml",
"content": "---\n- name: Install pip\n package:\n name: python3-pip\n state: present\n become: true\n\n- name: Ensure virtualenv is installed\n package:\n name: python3-virtualenv\n state: present\n become: true\n\n- name: Ensure ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4142,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/duplicacy | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/duplicacy/defaults/main.yml",
"content": "duplicacy_setup_tmp_dir: /tmp/duplicacy_setup\nduplicacy_files: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/roles/duplicacy/tasks/main.yml",
"content": "---\n- ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1152,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/general | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/general/defaults/main.yml",
"content": "---\nupdate_hosts: no\nbash_aliases: []\ntimezone: America/New_York\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible/roles/general/tasks/main.yml",
"content": "---\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/ktz-authelia | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/ktz-authelia/templates/configuration.yml.j2",
"content": "---\n###############################################################\n# Authelia configuration #\n###############################################################\n\nserver.host: 0.0.0.0\ns... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3135,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/misc-scripts | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/misc-scripts/tasks/main.yml",
"content": "---\n- name: Download plex JBOPS\n become: no\n git:\n repo: https://github.com/blacktwin/JBOPS\n dest: /home/{{ ansible_user }}/code/jbops\n accept_hostkey: yes\n\n- name: virtualenv for jbops\n become: no\n pip:\n requireme... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/nvm | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/nvm/tasks/main.yml",
"content": "---\n- name: Is NVM installed?\n stat:\n path: \"/home/{{ ansible_user }}/.nvm\"\n register: nvm_dir\n\n- name: Install nvm\n shell: >\n curl https://raw.githubusercontent.com/creationix/nvm/v0.7.0/install.sh | sh\n creates=/home/{{ ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/runitor | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/runitor/tasks/main.yml",
"content": "---\n- name: Create temporary working directory\n file:\n path: \"/tmp/runitor-setup\"\n state: directory\n mode: '0775'\n\n- name: Get latest version\n shell: curl -sX GET \"https://api.github.com/repos/bdd/runitor/releases/latest\" |... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/terraform | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/terraform/tasks/main.yml",
"content": "---\n- name: Create temporary working directory\n file:\n path: \"/tmp/terraform-setup\"\n state: directory\n mode: '0775'\n\n- name: Get latest version\n shell: curl -sX GET \"https://api.github.com/repos/hashicorp/terraform/release... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | ansible/roles/ups-metrics | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/ups-metrics/tasks/main.yml",
"content": "---\n- name: Install necessary package\n package:\n name: libhidapi-libusb0\n state: present\n\n- name: Clone UPS metrics repo\n git:\n repo: https://github.com/bjonnh/cyberpower-usb-watcher.git\n dest: /opt/cyberpower-usb-watch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | alex-phillips/dkr | 864f6343b3ab7cead86bb8be8b847278aa68b06a | 3 | terraform/ansible/roles/neveridle | 8,073 | [
"no_license"
] | [
{
"path": "terraform/ansible/roles/neveridle/tasks/main.yml",
"content": "- name: query latest version\n shell: curl -sX GET \"https://api.github.com/repos/layou233/NeverIdle/releases/latest\" | awk '/tag_name/{print $4;exit}' FS='[\"\"]' | sed 's/v//g'\n register: version\n\n- name: parse latest version ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 827,
"all_permissive": false
} |
ansible_role | samisgh/Ops-repository | ba9797f67b9bdbddd3e26beba05615f43a54f7a5 | 0 | iac-github/roles/sometest | 8,073 | [
"no_license"
] | [
{
"path": "iac-github/roles/sometest/templates/main.tf.j2",
"content": "terraform {\r\n required_providers {\r\n github = {\r\n source = \"integrations/github\"\r\n version = \"{{ github_version }}\"\r\n }\r\n }\r\n}\r\n\r\nterraform {\r\n backend \"remote\" {\r\n organization =... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2655,
"all_permissive": false
} |
ansible_role | oxs007/PostgreSQL-HA | 4a610d617d7868b44414936c9b7c7a3a824a5304 | 0 | roles/common | 8,073 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Check for variables\n fail: msg='Must pass -e pw for DB user, repl_pw for replication user'\n when: (pw is not defined) or (repl_pw is not defined)\n\n- name: Check for pgdg94\n command: rpm -q pgdg-redhat94\n register: check\n ignore_errors:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | oxs007/PostgreSQL-HA | 4a610d617d7868b44414936c9b7c7a3a824a5304 | 0 | roles/primary | 8,073 | [
"no_license"
] | [
{
"path": "roles/primary/tasks/main.yml",
"content": "- name: initdb\n command: \"{{ initdb[ansible_distribution_major_version] }} creates={{ dbpath }}/PG_VERSION\"\n sudo: yes\n sudo_user: root\n\n- name: Template postgres.conf and pg_hba.conf\n template:\n src: '{{ item }}.conf.j2'\n dest: '{{ d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1789,
"all_permissive": false
} |
ansible_role | oxs007/PostgreSQL-HA | 4a610d617d7868b44414936c9b7c7a3a824a5304 | 0 | roles/secondary | 8,073 | [
"no_license"
] | [
{
"path": "roles/secondary/templates/recovery.conf.j2",
"content": "standby_mode = on\nprimary_conninfo = 'host={{ hostvars['tower-1']['ansible_default_ipv4']['address']}} port=5432'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/secondary/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | michaellenahan/talk-ansible | 2288dca99f245ca5fe8f557c655c3b50b77c6a72 | 0 | demo/ansible/roles/websites | 8,073 | [
"no_license"
] | [
{
"path": "demo/ansible/roles/websites/templates/index.html.j2",
"content": "<html>\n<body>\n <h1>Hello from {{ website_name }}!</h1>\n</body>\n</html>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "demo/ansible/roles/websites/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | DeveloperYard/DevOps | 5547a5f835ddf4c37c7217063ba368ac6a0e61ab | 0 | ansible/roles/jenkins | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n- name: Ensure Java is installed\n yum:\n name: java-11-openjdk\n state: present\n\n- name: Add Jenkins repository key\n rpm_key:\n state: present\n key: https://pkg.jenkins.io/redhat/jenkins.io.key\n\n- name: Add Jenkins repos... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 652,
"all_permissive": false
} |
ansible_role | DeveloperYard/DevOps | 5547a5f835ddf4c37c7217063ba368ac6a0e61ab | 0 | ansible/roles/nginx | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n yum:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Copy Nginx site configuration\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify:\n - restart nginx\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | DeveloperYard/DevOps | 5547a5f835ddf4c37c7217063ba368ac6a0e61ab | 0 | ansible/roles/serverspec | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/serverspec/spec/nginx_spec.rb",
"content": "require 'serverspec'\nrequire 'coderay'\nrequire 'rspec/core'\n\n# 서버와 연결 설정\nset :backend, :exec\n\n# 테스트 시작\ndescribe \"Nginx configuration\" do\n # Nginx 서비스가 실행 중인지 확인\n describe service('nginx') do\n it { should be_enabled }\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2092,
"all_permissive": false
} |
ansible_role | companyabab/ansible-cassandra | c9084f6791c37254180a16284ae6f67453524547 | 0 | ansi-ops/roles/agent_install | 8,073 | [
"no_license"
] | [
{
"path": "ansi-ops/roles/agent_install/tasks/main.yml",
"content": "#- name: install datastax-agent\n# become_user: root\n# yum:\n# name: datastax-agent\n# state: latest\n\n- name: address.yaml\n copy: src=/home/ansible/ansi-ops/address.yaml dest=/var/lib/datastax-agent/conf/address.yaml owner=ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | companyabab/ansible-cassandra | c9084f6791c37254180a16284ae6f67453524547 | 0 | ansi-ops/roles/opscenter_install | 8,073 | [
"no_license"
] | [
{
"path": "ansi-ops/roles/opscenter_install/tasks/repository.yml",
"content": "name: datastax.repo\n copy: src=/home/ansible/ansi-ops/datastax.rep dest=/etc/yum.repos.d/datastax.repo owner=ansible group=ansible \n\nname: Add repository\n yum_repository:\n name: opscenter\n shell: yum install opscent... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | companyabab/ansible-cassandra | c9084f6791c37254180a16284ae6f67453524547 | 0 | ansi-ops/roles/opscenter_start | 8,073 | [
"no_license"
] | [
{
"path": "ansi-ops/roles/opscenter_start/tasks/main.yml",
"content": "\n- name: Opscenter startup\n service: name=opcentered state=start\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 66,
"all_permissive": false
} |
ansible_role | companyabab/ansible-cassandra | c9084f6791c37254180a16284ae6f67453524547 | 0 | java/roles/java_install | 8,073 | [
"no_license"
] | [
{
"path": "java/roles/java_install/tasks/main.yml",
"content": "- name: Install openjdk \n yum: name=openjdk-8-jre-headless state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 74,
"all_permissive": false
} |
ansible_role | companyabab/ansible-cassandra | c9084f6791c37254180a16284ae6f67453524547 | 0 | roles/cassandra_install | 8,073 | [
"no_license"
] | [
{
"path": "roles/cassandra_install/tasks/cass.yml",
"content": "- name: start cassandra\n service: name=cassandra state=started\n become: true\n become_user: root\n register: c_start\n until: c_start|success\n retries: 240\n delay: 1\n\n- name: poll host for status of the ring\n shell: /opt/xcal/bin... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5528,
"all_permissive": false
} |
ansible_role | companyabab/ansible-cassandra | c9084f6791c37254180a16284ae6f67453524547 | 0 | roles/cassandra_start | 8,073 | [
"no_license"
] | [
{
"path": "roles/cassandra_start/tasks/main.yml",
"content": "- name: start cassandra\n shell: /opt/cassandra/dse-4.7.2/bin/dse cassandra \n become: true\n become_user: root\n register: c_start\n until: c_start|success\n retries: 240\n delay: 1\n\n- name: poll host for status of the ring\n shell: /o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | vladislavbasyk/k8s_master-slave_deploy_ansible | cb20990ebea860693bb20039de8866941ee6c8ef | 0 | roles/k8s-deploy | 8,073 | [
"no_license"
] | [
{
"path": "roles/k8s-deploy/defaults/main.yml",
"content": "---\n# defaults file for k8s-deploy\ndestin_folder: /home/ubuntu/manifests",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/k8s-deploy/tasks/main.yml",
"content": "---\n# tasks fi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2902,
"all_permissive": false
} |
ansible_role | jps3/rpi-img-build-box | 676cf9e1cef8a9ffc51b1e80db57fc0f7e99bfeb | 0 | provisioning/roles/common | 8,073 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/vars/main.yml",
"content": "---\n# common / vars\n\nlocal_timezone: \"America/New_York\"\n\nlocal_locale: \"en_US.UTF-8\"\n\nmax_apt_cache_age_hours: 2\n\ncommon_packages:\n - ack\n - apt-transport-https\n - binutils\n - debian-goodies\n - direnv\n - e2fsprogs\n -... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4978,
"all_permissive": false
} |
ansible_role | jps3/rpi-img-build-box | 676cf9e1cef8a9ffc51b1e80db57fc0f7e99bfeb | 0 | provisioning/roles/docker | 8,073 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/tasks/main.yml",
"content": "---\n# docker.io / tasks / main\n\n- name: run debian-specific tasks for installing docker.io\n include_tasks: debian.yml\n when: >\n ansible_distribution == 'Debian'\n and\n ansible_lsb.major_release | int >= 9\n\n- name: install ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2164,
"all_permissive": false
} |
ansible_role | jps3/rpi-img-build-box | 676cf9e1cef8a9ffc51b1e80db57fc0f7e99bfeb | 0 | provisioning/roles/img-workspace | 8,073 | [
"no_license"
] | [
{
"path": "provisioning/roles/img-workspace/vars/main.yml",
"content": "---\n\nimg_workspace_packages:\n - kpartx\n - parted\n - pv\n - python-passlib\n - qemu\n - qemu-user-static\n - systemd-container\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | jps3/rpi-img-build-box | 676cf9e1cef8a9ffc51b1e80db57fc0f7e99bfeb | 0 | provisioning/roles/linux-kernel-crossbuild | 8,073 | [
"no_license"
] | [
{
"path": "provisioning/roles/linux-kernel-crossbuild/tasks/main.yml",
"content": "---\n- name: install packages supporting cross-platform development\n apt:\n pkg: \"{{ crossbuilding_packages }}\"\n\n- name: shallow git clone raspberrypi support repos\n git:\n repo: \"{{ git_repo_stub }}/{{ item }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2214,
"all_permissive": false
} |
ansible_role | jps3/rpi-img-build-box | 676cf9e1cef8a9ffc51b1e80db57fc0f7e99bfeb | 0 | provisioning/roles/pi-gen | 8,073 | [
"no_license"
] | [
{
"path": "provisioning/roles/pi-gen/tasks/apt-cacher-ng-archive.yml",
"content": "---\n# pi-gen / tasks / apt-cacher-ng-archive\n\n- name: check for existence of apt-cacher-ng tar file\n stat:\n path: /vagrant/apt-cacher-ng.tar\n register: result_archive\n when: result_repo is success\n\n- name: expa... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2100,
"all_permissive": false
} |
ansible_role | jps3/rpi-img-build-box | 676cf9e1cef8a9ffc51b1e80db57fc0f7e99bfeb | 0 | provisioning/roles/vagrant-user-env | 8,073 | [
"no_license"
] | [
{
"path": "provisioning/roles/vagrant-user-env/vars/main.yml",
"content": "---\n# vagrant-user-env / vars / main\n\nbash_it_repo: \"https://github.com/Bash-it/bash-it.git\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "provisioning/roles/vagran... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1099,
"all_permissive": false
} |
ansible_role | HladRom/Teraform | 653176a585faa581fad485ef4a215ff9036d4661 | 2 | ansible/roles/Jenkins_setup | 8,073 | [
"no_license"
] | [
{
"path": "ansible/roles/Jenkins_setup/templates/config.xml",
"content": "<flow-definition plugin=\"workflow-job@1239.v71b_b_a_124a_725\">\n<actions>\n<org.jenkinsci.plugins.pipeline.modeldefinition.actions.DeclarativeJobAction plugin=\"pipeline-model-definition@2.2114.v2654ca_721309\"/>\n<org.jenkinsci.plu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2197,
"all_permissive": false
} |
ansible_role | tsv1982/ansible_terraform | 44e7f2d316d2cdfb447cb911840eef1f6a9b1364 | 0 | roles/my_mysql | 8,073 | [
"no_license"
] | [
{
"path": "roles/my_mysql/handlers/main.yml",
"content": "---\n# handlers file for my_mysql\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/my_mysql/tasks/main.yml",
"content": "---\n# tasks file for my_mysql\n\n- name: Install MySQL\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2556,
"all_permissive": false
} |
ansible_role | DevOpshelian/Morning-News-monitoring | b493e24e5cd8da984777bea41b20abee94d6bd09 | 0 | roles/caddy | 8,073 | [
"no_license"
] | [
{
"path": "roles/caddy/templates/docker-compose.yml",
"content": "version: '3.7'\r\n\r\nservices:\r\n grafana:\r\n image: grafana/grafana\r\n user: \"472\"\r\n container_name: grafana\r\n depends_on:\r\n - prometheus\r\n volumes:\r\n - grafana_data:/var/lib/grafana\r\n - ./gra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3632,
"all_permissive": false
} |
ansible_role | DevOpshelian/Morning-News-monitoring | b493e24e5cd8da984777bea41b20abee94d6bd09 | 0 | roles/nginx | 8,073 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n\n- name: Install Python3\n ansible.builtin.apt:\n name: python3\n state: present\n\n- name: Install certbot\n ansible.builtin.apt:\n name:\n - certbot\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6600,
"all_permissive": false
} |
ansible_role | yukidallas/ansible-playbooks | 030142e21b5c7372b58a06663c1cded6c7f818fd | 0 | common/roles/dotfiles | 8,073 | [
"no_license"
] | [
{
"path": "common/roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Clone dotfiles repository.\n git:\n repo: \"{{ dotfiles_repo }}\"\n dest: \"{{ dotfiles_repo_local_destination }}\"\n accept_hostkey: \"{{ dotfiles_repo_accept_hostkey }}\"\n register: repository\n\n- name: Run script to c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | cristnascimento/ansible-project | c4ad3228acfee95c8616ab02b19528507feb2880 | 0 | kubernetes-cluster/roles/kops-install | 8,074 | [
"no_license"
] | [
{
"path": "kubernetes-cluster/roles/kops-install/tasks/main.yaml",
"content": "---\n\n#############\n# Install Kops\n#############\n\n- name: Download Kops binaries\n get_url:\n url: \"{{ kops_download_path }}\"\n dest: /usr/local/bin/kops_crist\n owner: root\n group: root\n mode: 0755\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | cristnascimento/ansible-project | c4ad3228acfee95c8616ab02b19528507feb2880 | 0 | kubernetes-cluster/roles/kubectl-install | 8,074 | [
"no_license"
] | [
{
"path": "kubernetes-cluster/roles/kubectl-install/tasks/main.yaml",
"content": "---\n\n#############\n# Install Kubectl\n#############\n\n- name: Download Kubectl binaries\n get_url:\n url: \"{{ kubectl_download_path }}/{{ item }}\"\n dest: /usr/local/bin/kubectl_crist\n owner: root\n group: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | cristnascimento/ansible-project | c4ad3228acfee95c8616ab02b19528507feb2880 | 0 | kubernetes-deployment/roles/deploy-consumer | 8,074 | [
"no_license"
] | [
{
"path": "kubernetes-deployment/roles/deploy-consumer/tasks/main.yaml",
"content": "---\n\n- name: Copying deployment file to server\n copy:\n src: ./deployment/consumer_deployment.yaml\n dest: /tmp/consumer_deployment.yaml\n owner: \"{{ host_user }}\"\n group: \"{{ host_group }}\"\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | cristnascimento/ansible-project | c4ad3228acfee95c8616ab02b19528507feb2880 | 0 | kubernetes-deployment/roles/deploy-producer | 8,074 | [
"no_license"
] | [
{
"path": "kubernetes-deployment/roles/deploy-producer/tasks/main.yaml",
"content": "---\n\n- name: Copying deployment file to server\n copy:\n src: ./deployment/producer_deployment.yaml\n dest: /tmp/producer_deployment.yaml\n owner: \"{{ host_user }}\"\n group: \"{{ host_group }}\"\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | cristnascimento/ansible-project | c4ad3228acfee95c8616ab02b19528507feb2880 | 0 | kubernetes-deployment/roles/deploy-server | 8,074 | [
"no_license"
] | [
{
"path": "kubernetes-deployment/roles/deploy-server/tasks/main.yaml",
"content": "---\n\n- name: Copying deployment file to server\n copy:\n src: ./deployment/server_deployment.yaml\n dest: /tmp/server_deployment.yaml\n owner: \"{{ host_user }}\"\n group: \"{{ host_group }}\"\n mode: '0644'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | uav2608/mysetup | 76d469244dc74654edd07d58dc7fed1f5f0632fc | 0 | firstSetup/roles/firstsetup | 8,074 | [
"no_license"
] | [
{
"path": "firstSetup/roles/firstsetup/tasks/main.yaml",
"content": "---\n- name: Make sure to have Wheel group\n group:\n name: wheel\n state: present\n\n- name: Add user to Wheel group\n user:\n name: \"{{ ansible_user }}\"\n groups: wheel\n\n- name: Update sudoer file\n lineinfile:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1602,
"all_permissive": false
} |
ansible_role | uav2608/mysetup | 76d469244dc74654edd07d58dc7fed1f5f0632fc | 0 | firstSetup/roles/mynetwork | 8,074 | [
"no_license"
] | [
{
"path": "firstSetup/roles/mynetwork/tasks/main.yaml",
"content": "---\n- name: Add the OS specific varibles\n include_vars: \"{{ ansible_os_family }}.yaml\"\n\n- name: Include specific tasks for the RedHat family\n include: redhat.yaml\n when: ansible_os_family == 'RedHat'\n\n- name: Include specific t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3329,
"all_permissive": false
} |
ansible_role | uav2608/mysetup | 76d469244dc74654edd07d58dc7fed1f5f0632fc | 0 | firstSetup/roles/nextstep | 8,074 | [
"no_license"
] | [
{
"path": "firstSetup/roles/nextstep/tasks/main.yaml",
"content": "---\n- name: Add multiple repositories into the same file (1/2)\n yum_repository:\n name: epel\n description: EPEL YUM repo\n file: external_repos\n baseurl: https://download.fedoraproject.org/pub/epel/$releasever/$basea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1510,
"all_permissive": false
} |
ansible_role | gmiroshnykov/ansible-mongodb-playground | c9744225dccf42d9a5f44845576000cd06a906e4 | 0 | ansible/roles/common | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "- name: set hostname\n sudo: true\n hostname: name={{ inventory_hostname }}\n\n- name: apt-get update\n sudo: true\n apt: update_cache=yes cache_valid_time=3600\n\n- name: install packages\n sudo: true\n apt: pkg={{ item }}\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | gmiroshnykov/ansible-mongodb-playground | c9744225dccf42d9a5f44845576000cd06a906e4 | 0 | ansible/roles/inventory-hosts | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/inventory-hosts/tasks/main.yml",
"content": "- name: add all ansible hosts to /etc/hosts\n sudo: true\n lineinfile: >\n dest=/etc/hosts\n line=\"{{ '127.0.0.1' if inventory_hostname == item else hostvars[item]['ansible_' + inventory_hosts.interface].ipv4.address }} {{ item }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | gmiroshnykov/ansible-mongodb-playground | c9744225dccf42d9a5f44845576000cd06a906e4 | 0 | ansible/roles/mongodb | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb/tasks/main.yml",
"content": "- name: add APT key\n sudo: true\n apt_key: >\n id=0x7F0CEB10\n url=http://docs.mongodb.org/10gen-gpg-key.asc\n state=present\n\n- name: add repository\n sudo: true\n apt_repository: >\n repo='deb http://downloads-distro.mongodb.o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2593,
"all_permissive": false
} |
ansible_role | gmiroshnykov/ansible-mongodb-playground | c9744225dccf42d9a5f44845576000cd06a906e4 | 0 | ansible/roles/mongodb-arbiter | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb-arbiter/tasks/main.yml",
"content": "- name: fail if mongodb.config.replSet is not set\n fail: msg=\"mongodb.config.replSet is not set\"\n when: mongodb.config.replSet is not defined\n\n- name: flush handlers\n meta: flush_handlers\n\n- name: add arbiter to replica set\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | gmiroshnykov/ansible-mongodb-playground | c9744225dccf42d9a5f44845576000cd06a906e4 | 0 | ansible/roles/mongodb-primary | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb-primary/tasks/main.yml",
"content": "- name: fail if mongodb.config.replSet is not set\n fail: msg=\"mongodb.config.replSet is not set\"\n when: mongodb.config.replSet is not defined\n\n- name: flush handlers\n meta: flush_handlers\n\n- name: initiate replica set\n mongo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | gmiroshnykov/ansible-mongodb-playground | c9744225dccf42d9a5f44845576000cd06a906e4 | 0 | ansible/roles/mongodb-secondary | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb-secondary/tasks/main.yml",
"content": "- name: fail if mongodb.config.replSet is not set\n fail: msg=\"mongodb.config.replSet is not set\"\n when: mongodb.config.replSet is not defined\n\n- name: flush handlers\n meta: flush_handlers\n\n- name: add secondary to replica se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | ljpengelen/dokku-on-azure | d0d2bec6b1582157ad66fb3604ed428aae64f487 | 4 | ansible/roles/configure_dokku_apps | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/configure_dokku_apps/tasks/main.yml",
"content": "---\n- name: Create Dokku apps\n command: dokku apps:create {{ item.name }}\n args:\n creates: /home/dokku/{{ item.name }}\n with_items: \"{{ apps }}\"\n- name: Configure nginx for static apps\n command: dokku config:set {{ it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | ljpengelen/dokku-on-azure | d0d2bec6b1582157ad66fb3604ed428aae64f487 | 4 | ansible/roles/install_dokku | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/install_dokku/tasks/configure.yml",
"content": "---\n- name: Set hostname in VHOST file\n become: yes\n copy:\n dest: /home/dokku/VHOST\n content: \"{{ inventory_hostname }}\"\n- name: Set hostname in HOSTNAME file\n become: yes\n copy:\n dest: /home/dokku/HOSTNAME\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2563,
"all_permissive": false
} |
ansible_role | ljpengelen/dokku-on-azure | d0d2bec6b1582157ad66fb3604ed428aae64f487 | 4 | ansible/roles/print_affected_hosts | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/print_affected_hosts/tasks/main.yml",
"content": "---\n- name: Print affected hosts\n debug:\n var: play_hosts\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 62,
"all_permissive": false
} |
ansible_role | ljpengelen/dokku-on-azure | d0d2bec6b1582157ad66fb3604ed428aae64f487 | 4 | ansible/roles/secure_server | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/secure_server/tasks/ufw.yml",
"content": "---\n- name: Disable UFW\n become: yes\n command: ufw disable\n\n- name: Deny incoming traffic by default\n become: yes\n command: ufw default deny incoming\n\n- name: Allow outgoing traffic by default\n become: yes\n command: ufw defa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | ljpengelen/dokku-on-azure | d0d2bec6b1582157ad66fb3604ed428aae64f487 | 4 | ansible/roles/upgrade_apt_packages | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/upgrade_apt_packages/tasks/main.yml",
"content": "---\n- name: Display warning about execution time\n debug:\n msg: The next step can take quite some time\n- name: Upgrade packages\n become: yes\n apt:\n cache_valid_time: 3600\n force: yes\n upgrade: dist\n register:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | angalurisaisandhya/expense-ansible | 512a0b6b9edd1f3d3e889c73b7be9b29a3a2e78a | 0 | roles/common | 8,074 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-prereq.yml",
"content": "- name: Delete old application directory\n ansible.builtin.file:\n path: \" {{app_dir }} \"\n state: absent\n- name: Create Application Directory\n ansible.builtin.file:\n path: \" {{app_dir }} \"\n state: directory\n- name: Download a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | angalurisaisandhya/expense-ansible | 512a0b6b9edd1f3d3e889c73b7be9b29a3a2e78a | 0 | roles/frontend | 8,074 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Installing nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n- name: copy Expense config file\n ansible.builtin.template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n- name: Import Common Role - App Pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1229,
"all_permissive": false
} |
ansible_role | angalurisaisandhya/expense-ansible | 512a0b6b9edd1f3d3e889c73b7be9b29a3a2e78a | 0 | roles/grafana | 8,074 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "- name: Create Dashboard File\n ansible.builtin.template:\n src: dashboard.json\n dest: /tmp/dashboard.json\n\n- name: Add Grafana dashboard\n community.grafana.grafana_dashboard:\n grafana_url: http://172.31.32.136:3000\n #grafana_api_key: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6360,
"all_permissive": false
} |
ansible_role | Prathibhavdazn/ansible-dev-platform | 72f4f246115f6afba8516b92011f182a3c620969 | 0 | ansible/roles/create_ec2 | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/create_ec2/handlers/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# handlers file for ec2-roles/create_ec2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "ansible/roles/create_ec2/defaults/main.yml",
"c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | Prathibhavdazn/ansible-dev-platform | 72f4f246115f6afba8516b92011f182a3c620969 | 0 | ansible/roles/new_ec2 | 8,074 | [
"no_license"
] | [
{
"path": "ansible/roles/new_ec2/handlers/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# handlers file for roles/new_ec2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible/roles/new_ec2/defaults/main.yml",
"content": "#SP... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | Tejaswadeyar/expense-ansible | d90051dc6f08f6ccbbccf5149bed8010e05ce914 | 0 | roles/frontend | 8,074 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n- name: Copy expense configuration File\n ansible.builtin.template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: App Pre-Reqisites... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | Aleeex-lmd/Creacion-y-configuracion-de-un-servidor-LAMP | d405f5019a151dd93b1235bc5789553a0c5a130a | 0 | Apartado-2/roles/commons | 8,074 | [
"no_license"
] | [
{
"path": "Apartado-2/roles/commons/tasks/main.yaml",
"content": "- name: Actualizamos el sistema\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Copiar clave pública en cada nodo\n authorized_key:\n user: \"{{ usuario }}\" \n state: present\n key: \"{{ lookup('file', '/home/alex/.ssh/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | Aleeex-lmd/Creacion-y-configuracion-de-un-servidor-LAMP | d405f5019a151dd93b1235bc5789553a0c5a130a | 0 | Apartado-2/roles/mariadb | 8,074 | [
"no_license"
] | [
{
"path": "Apartado-2/roles/mariadb/tasks/main.yaml",
"content": "- name: Asegurarse de que MariaDB esté instalado\n apt:\n pkg:\n - mariadb-server\n - python3-mysqldb\n state: present\n\n- name: Crear base de datos para WordPress\n mysql_db:\n name: \"{{ wordpress_db }}\"\n state: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 980,
"all_permissive": false
} |
ansible_role | Aleeex-lmd/Creacion-y-configuracion-de-un-servidor-LAMP | d405f5019a151dd93b1235bc5789553a0c5a130a | 0 | Apartado-2/roles/redinterna | 8,074 | [
"no_license"
] | [
{
"path": "Apartado-2/roles/redinterna/tasks/main.yaml",
"content": "- name: Comprobar la ruta por defecto actual\n command: ip route show default\n register: current_route\n ignore_errors: true\n\n- name: Cambiar la ruta por defecto solo si es necesario\n shell: |\n ip route delete default\n ip r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 686,
"all_permissive": false
} |
ansible_role | Aleeex-lmd/Creacion-y-configuracion-de-un-servidor-LAMP | d405f5019a151dd93b1235bc5789553a0c5a130a | 0 | Apartado-2/roles/router | 8,074 | [
"no_license"
] | [
{
"path": "Apartado-2/roles/router/tasks/main.yaml",
"content": "- name: Cambia el bit de forward a 1\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: yes\n state: present\n reload: yes\n\n- name: Configuración de DNAT\n iptables:\n chain: PREROUTING\n in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | Aleeex-lmd/Creacion-y-configuracion-de-un-servidor-LAMP | d405f5019a151dd93b1235bc5789553a0c5a130a | 0 | Apartado-2/roles/web | 8,074 | [
"no_license"
] | [
{
"path": "Apartado-2/roles/web/templates/index.j2",
"content": "<VirtualHost *:80>\n ServerName {{ web_vhost_name }}\n DocumentRoot {{ document_root }}\n\n <Directory {{ document_root }}>\n AllowOverride All\n Require all granted\n </Directory>\n\n ErrorLog ${APACHE_LOG_DIR}/{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2122,
"all_permissive": false
} |
ansible_role | Aleeex-lmd/Creacion-y-configuracion-de-un-servidor-LAMP | d405f5019a151dd93b1235bc5789553a0c5a130a | 0 | Apartado-2/roles/wordpress | 8,074 | [
"no_license"
] | [
{
"path": "Apartado-2/roles/wordpress/tasks/main.yaml",
"content": "- name: Instalar dependencias\n apt:\n name:\n - php\n - curl\n - php-mysql\n - php-xml\n - php-curl\n - php-mbstring\n - wget\n state: present\n update_cache: yes\n\n- name: Descargar WordPress\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3009,
"all_permissive": false
} |
ansible_role | sephvelasco/ASM_8.1 | 20921c853ed7d96ccd8da968fec0bc361d315084 | 0 | roles/workstations | 8,074 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "---\n- name: Install Nagios (Ubuntu)\n tags: ubuntu, nagios\n apt:\n name: nagios4\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install Prerequisites (CentOS)\n tags: prereq, centos\n package:\n name:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | james-w/locustio-charm | 12e48bbc742ac14a45c1a1ad61d81bfedabc09a2 | 2 | playbooks/roles/configured | 8,080 | [
"no_license"
] | [
{
"path": "playbooks/roles/configured/handlers/main.yml",
"content": "- name: Restart locust\n service: name=locustio state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "playbooks/roles/configured/tasks/main.yml",
"content": "- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | sergiug/homelab | 090ba65d88ca78b6ec7806b2a406f26d1c4628e0 | 0 | roles/containers | 8,080 | [
"no_license"
] | [
{
"path": "roles/containers/tasks/templates/telegraf.yaml",
"content": "version: '3.6'\nservices:\n telegraf:\n image: telegraf\n container_name: telegraf\n networks:\n - homelab\n restart: always\n volumes:\n - \"{{ docker_dir }}/telegraf/config:/etc/telegraf\"\n - /:/hostfs:... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 4618,
"all_permissive": false
} |
ansible_role | sergiug/homelab | 090ba65d88ca78b6ec7806b2a406f26d1c4628e0 | 0 | roles/docker | 8,080 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yaml",
"content": "---\n- name: restart docker\n service:\n name: docker\n state: restarted\n failed_when: false\n when: docker_service_manage | bool\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
"path": "... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3201,
"all_permissive": false
} |
ansible_role | sergiug/homelab | 090ba65d88ca78b6ec7806b2a406f26d1c4628e0 | 0 | roles/portainer | 8,080 | [
"no_license"
] | [
{
"path": "roles/portainer/tasks/admin.yaml",
"content": "---\n\n- name: Restart portainer\n command: docker restart portainer\n changed_when: false\n\n- name: Set Portainer running state variable\n set_fact:\n portainer_is_running: \"{{ portainer_docker.container.State.Running }}\"\n\n- name: Set Por... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3214,
"all_permissive": false
} |
ansible_role | sergiug/homelab | 090ba65d88ca78b6ec7806b2a406f26d1c4628e0 | 0 | roles/system | 8,080 | [
"no_license"
] | [
{
"path": "roles/system/tasks/ssh.yaml",
"content": "---\n\n- name: Remove potential duplicates of PermitRootLogin\n replace:\n dest: /etc/ssh/sshd_config\n after: 'PermitRootLogin'\n regexp: '^(.*)PermitRootLogin(.*)$'\n replace: ''\n\n- name: Remove potential duplicates of Pas... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2156,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/att_spine1_sw1 | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/att_spine1_sw1/handlers/main.yml",
"content": "---\n# handlers file for /home/strategic/TTI/ansible/roles/att_spine1_sw1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "ansible/roles/att_spine1_sw1/tasks/att_spine1_sw1-conf... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1152,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/att_spine2_sw1 | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/att_spine2_sw1/handlers/main.yml",
"content": "---\n# handlers file for /home/strategic/TTI/ansible/roles/att_spine2_sw1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "ansible/roles/att_spine2_sw1/tasks/att_spine2_sw1-conf... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1220,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/bunkeragrswitch | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/bunkeragrswitch/defaults/main.yml",
"content": "---\n# defaults file for /home/strategic/TTI/ansible/roles/bunkeragrswitch",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "ansible/roles/bunkeragrswitch/tasks/bunkeragrswitch-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/ll-core-sw1 | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/ll-core-sw1/tasks/main.yml",
"content": " - name: Obtain Login\n include_vars: pass.yaml\n\n - name: Define ll-core-sw1\n set_fact:\n provider:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ creds['username'] }}\"\n password: \"{{ creds['<PAS... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 720,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/ll-leaf1-sw1 | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/ll-leaf1-sw1/tasks/ll-leaf1-sw1-config.yaml",
"content": " - name: Obtain Login\n include_vars: pass.yaml\n\n - name: Define ll-leaf1-sw1\n set_fact:\n provider:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ creds['username'] }}\"\n password... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/ll-leaf2-sw1 | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/ll-leaf2-sw1/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - /home/strategic/TTI/ansible/roles/ll-leaf2-sw1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "ansible/roles/ll-leaf2-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 710,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/ll-leaf3-sw1 | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/ll-leaf3-sw1/handlers/main.yml",
"content": "---\n# handlers file for /home/strategic/TTI/ansible/roles/ll-leaf3-sw1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible/roles/ll-leaf3-sw1/files/ll-leaf3-sw1-config.cfg",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/ll-leaf4-sw1 | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/ll-leaf4-sw1/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - /home/strategic/TTI/ansible/roles/ll-leaf4-sw1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "ansible/roles/ll-leaf4-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 967,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/nashvillecme | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/nashvillecme/handlers/main.yml",
"content": "---\n# handlers file for nashvillecme",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/nashvillecme/defaults/main.yml",
"content": "---\n# defaults file for nash... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4266,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/nashvillesw1 | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/nashvillesw1/vars/pass.yaml",
"content": "---\ncreds:\n username: admin\n password: <PASSWORD>!@#$\n auth_pass: <PASSWORD>!@#$\n address: 192.168.1.1/30\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "ansible/roles... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2884,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/pcmcagrswitch | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/pcmcagrswitch/tasks/main.yml",
"content": " - name: Obtain Login\n include_vars: pass.yaml\n\n - name: Define pcmcagrswitch\n set_fact:\n provider:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ creds['username'] }}\"\n password: \"{{ creds['... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | StrategicUser/TTI2 | 038e85dc837ea1ed273a12de0407da423615d947 | 0 | ansible/roles/sss-sw1 | 8,080 | [
"no_license"
] | [
{
"path": "ansible/roles/sss-sw1/tasks/main.yml",
"content": " - name: Obtain Login\n include_vars: pass.yaml\n\n - name: Define SSS Office Switch\n set_fact:\n provider:\n host: \"{{ inventory_hostname }}\"\n username: \"{{ creds['username'] }}\"\n password: \"{{ creds['<P... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2013,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.