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 | diannaowa/kubernetes-deploy | 604bc7e8dd1b516782deeb01feb02fd90b1a7c64 | 28 | roles/prometheus | 7,596 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n\n- name: \"Create prometheus tmp dir\"\n file: path=/tmp/prometheus state=directory\n when: \"inventory_hostname == groups['masters'][0]\"\n\n- name: \"Upload resource files\"\n copy: src={{ item }} dest=/tmp/prometheus/{{ item }}\n with_ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 16866,
"all_permissive": false
} |
ansible_role | diannaowa/kubernetes-deploy | 604bc7e8dd1b516782deeb01feb02fd90b1a7c64 | 28 | roles/test | 7,596 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yml",
"content": "- name: \"Create bootstrap token.csv\"\n shell: echo \"{{TOKEN}}\",kubelet-bootstrap,10001,\\\"system:kubelet-bootstrap\\\" > /tmp/token.csv\n delegate_to: \"{{ groups['masters'][0] }}\"\n when: \"inventory_hostname == groups['masters'][0]\"\n",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | dahwild/ansible-demos-exercises | edc243d3bda50983bd1aff44d8e4ccbc1a11ce08 | 0 | ansible-web-application/test-roles/roles/check_packages | 7,596 | [
"no_license"
] | [
{
"path": "ansible-web-application/test-roles/roles/check_packages/tasks/main.yml",
"content": "---\n- name: \"Check if NGINX is installed\"\n package_facts:\n manager: \"auto\"\n\n- name: \"Check whether the packages are installed\"\n debug:\n msg: \"firewall found\"\n #loop: \"{{ packages }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6027,
"all_permissive": false
} |
ansible_role | dahwild/ansible-demos-exercises | edc243d3bda50983bd1aff44d8e4ccbc1a11ce08 | 0 | ansible-web-application/test-roles/roles/maria_db | 7,596 | [
"no_license"
] | [
{
"path": "ansible-web-application/test-roles/roles/maria_db/tasks/main.yml",
"content": "---\n - name: Install EPEL Repo\n yum: name=epel-release state=present\n\n - name: Install FirewallD\n yum: name=firewalld state=present\n\n - name: start FirewallD service\n ansible.builtin.sys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1434,
"all_permissive": false
} |
ansible_role | pkaramol/kubernetes | 3a995dda0f0c6084e738fa1394e467097f1ecf9c | 3 | ansible/roles/kubernetes-non-ha | 7,596 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes-non-ha/tasks/nodes_setup.yml",
"content": "\n\n # - name: nodes_setup.yml --> Copy the join command file\n # copy:\n # src: \"{{ playbook_dir }}/join_command\"\n # dest: \"/tmp\"\n # mode: '0770'\n \n\n - name: nodes_setup.yml --> WARNING ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 7251,
"all_permissive": false
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/academic_gui | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/academic_gui/tasks/main.yml",
"content": "---\n- name: Install latex tools\n tags: latex\n become: true\n ansible.builtin.apt:\n pkg:\n - texmaker\n - fonts-font-awesome\n - texlive-fonts-recommended\n - texlive-fonts-extra\n",
"license_type": "permissi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": true
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/common_cli | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/common_cli/handlers/main.yml",
"content": "---\n# used when we make a change to the user like them\n# to a group\n- name: Reset ssh connection\n ansible.builtin.meta:\n reset_connection\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 8761,
"all_permissive": true
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/common_gui | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/common_gui/tasks/main.yml",
"content": "---\n- name: Install prereqs\n become: true\n tags: prereqs\n ansible.builtin.apt:\n update_cache: true\n pkg:\n - python3-debian\n\n- name: Install 1password\n ansible.builtin.include_role:\n name: compscidr.onepassword.onep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4939,
"all_permissive": true
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/cs2_game | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/cs2_game/tasks/main.yml",
"content": "---\n- name: Add the user\n tags: cs2_gameserver\n become: true\n ansible.builtin.user:\n name: \"steam\"\n uid: 1000\n state: present\n\n- name: Create config directories\n tags: cs2_gameserver\n become: true\n ansible.builtin.fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1096,
"all_permissive": true
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/dev | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/dev/vars/main.yml",
"content": "dev_php_memory_limit: \"128M\"\ndev_php_max_execution_time: \"90\"\ndev_php_upload_max_filesize: \"256M\"\ndev_php_default_version_debian: \"8.3\"\ndev_php_packages:\n - \"php{{ dev_php_default_version_debian }}\"\n - \"php{{ dev_php_default_version... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 9013,
"all_permissive": true
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/dev_gui | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/dev_gui/tasks/main.yml",
"content": "---\n- name: Install vscode apt repo\n tags: vscode\n become: true\n ansible.builtin.deb822_repository:\n name: vscode\n types: [deb]\n uris: https://packages.microsoft.com/repos/code\n signed_by: https://packages.microsoft.com/key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1793,
"all_permissive": true
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/dyndns | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/dyndns/tasks/main.yml",
"content": "- name: Deploy DynDns\n tags: dyndns\n community.docker.docker_container:\n name: dyndns\n image: compscidr/digitalocean-dyndns\n pull: true\n env:\n DIGITALOCEAN_TOKEN: \"{{ lookup('community.general.onepassword', 'DigitalOcean... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 448,
"all_permissive": true
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/home_assistant | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/home_assistant/tasks/main.yml",
"content": "---\n- name: Create Home Assistant Directories\n tags: homeassistant\n become: true\n ansible.builtin.file:\n mode: '755'\n path: \"/etc/homeassistant\"\n state: directory\n\n- name: Deploy Home Assistant\n tags: homeassistant... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 724,
"all_permissive": true
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/jasonernst_com | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/jasonernst_com/tasks/main.yml",
"content": "---\n- name: Create nginx directory on host\n tags: nginx\n become: true\n ansible.builtin.file:\n path: /etc/nginx/conf.d\n state: directory\n mode: '755'\n owner: root\n group: root\n\n- name: Copy nginx config to host\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5305,
"all_permissive": true
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/media_server | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/media_server/tasks/main.yml",
"content": "---\n- name: Create Transmission Directories\n tags: transmission\n become: true\n ansible.builtin.file:\n path: \"/etc/transmission/\"\n state: directory\n mode: '755'\n owner: root\n group: root\n\n- name: Set transmissio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3179,
"all_permissive": true
} |
ansible_role | compscidr/iac | 036bf4543defafaab4e1552a05dc4a1d8b188843 | 1 | ansible/roles/rust_game | 7,596 | [
"permissive"
] | [
{
"path": "ansible/roles/rust_game/files/oxide.config.json",
"content": "{\n \"Options\": {\n \"Modded\": false,\n \"PluginWatchers\": true,\n \"DefaultGroups\": {\n \"Players\": \"default\",\n \"Administrators\": \"admin\"\n },\n \"WebRequestIP\": \"0.0.0.0\"\n },\n \"Commands\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3608,
"all_permissive": true
} |
ansible_role | lsulibraries/ansible-drupal | 188c462b5ecfbfe51a9e1306447005e5e7bf6dc8 | 1 | provisioning/roles/modules | 7,596 | [
"no_license"
] | [
{
"path": "provisioning/roles/modules/defaults/main.yml",
"content": "---\nmodules:\n - features\n - libraries\n - strongarm\n - views\n - zen\n - feeds\n - feeds_tamper\n - references\n - entityreference\n - media\n - file_entity\n - wysiwyg_mediaembed\n - pathauto\n - special_menu_items\n -... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1166,
"all_permissive": false
} |
ansible_role | gruenes-brett/webseite | 7e52e31ac914fab58579f3a70a18303ba7a7d876 | 3 | ansible/roles/check_preconditions | 7,596 | [
"no_license"
] | [
{
"path": "ansible/roles/check_preconditions/tasks/main.yml",
"content": "---\n- name: Check if instance name is valid\n assert:\n that: \"\\\"{{ instance_name | regex_search('[a-zA-Z_]\\\\w+') }}\\\" == instance_name\"\n msg: 'The instance name \"{{ instance_name }}\" is invalid! It should only cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | gruenes-brett/webseite | 7e52e31ac914fab58579f3a70a18303ba7a7d876 | 3 | ansible/roles/goaccess_stats | 7,596 | [
"no_license"
] | [
{
"path": "ansible/roles/goaccess_stats/tasks/main.yml",
"content": "---\n- name: Install goaccess\n apt:\n name: goaccess\n\n- name: Config for stats vhost\n template:\n src: gbstats_vhost.conf\n dest: /etc/apache2/conf-available/gbstats_{{ instance_name }}.conf\n\n- name: Ensure stats html dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2601,
"all_permissive": false
} |
ansible_role | gruenes-brett/webseite | 7e52e31ac914fab58579f3a70a18303ba7a7d876 | 3 | ansible/roles/install_landing_page | 7,596 | [
"no_license"
] | [
{
"path": "ansible/roles/install_landing_page/tasks/main.yml",
"content": "---\n- name: Checkout repo and copy landing_page\n include_role:\n name: lib/checkout_and_copy_repo\n with_items:\n - landing_page:\n repo: \"{{ gruenes_brett_repo }}\"\n name: gruenes-brett\n src_dir: /landing... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 866,
"all_permissive": false
} |
ansible_role | gruenes-brett/webseite | 7e52e31ac914fab58579f3a70a18303ba7a7d876 | 3 | ansible/roles/remove_instance | 7,596 | [
"no_license"
] | [
{
"path": "ansible/roles/remove_instance/tasks/main.yml",
"content": "---\n- name: Remove WordPress instance {{ instance_name }} in {{ target_www_dir }} from {{ ansible_host }} and wipe all of its data?\n pause:\n prompt: Are you sure to remove this instance? Hit Enter to continue or Ctrl-C + a to abort... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1967,
"all_permissive": false
} |
ansible_role | willthames/kubernetes-the-ansible-way | 50f49349e52048230512de469601be5b10711195 | 2 | roles/ec2_asg | 7,596 | [
"no_license"
] | [
{
"path": "roles/ec2_asg/tasks/asg_present.yml",
"content": "- name: determine the vpc ID\n ec2_vpc_net_facts:\n filters:\n tag:Name: \"{{ vpc_name }}\"\n region: \"{{ region }}\"\n profile: \"{{ profile|default(omit) }}\"\n register: vpc_facts\n\n- name: find latest AMI\n ec2_ami_find:\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2602,
"all_permissive": false
} |
ansible_role | willthames/kubernetes-the-ansible-way | 50f49349e52048230512de469601be5b10711195 | 2 | roles/ec2_group | 7,596 | [
"no_license"
] | [
{
"path": "roles/ec2_group/tasks/main.yml",
"content": "- include_tasks: \"security_groups_{{ state }}.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/ec2_group/tasks/security_groups_present.yml",
"content": "- name: determine the... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | willthames/kubernetes-the-ansible-way | 50f49349e52048230512de469601be5b10711195 | 2 | roles/ec2_vpc | 7,596 | [
"no_license"
] | [
{
"path": "roles/ec2_vpc/tasks/vpc_present.yml",
"content": "- name: ensure VPC is present\n ec2_vpc_net:\n cidr_block: \"{{ cidr_block }}\"\n name: \"{{ vpc_name }}\"\n region: \"{{ region }}\"\n profile: \"{{ profile|default(omit) }}\"\n state: present\n tags:\n Environment: \"{{ e... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | willthames/kubernetes-the-ansible-way | 50f49349e52048230512de469601be5b10711195 | 2 | roles/ec2_vpc_subnet | 7,596 | [
"no_license"
] | [
{
"path": "roles/ec2_vpc_subnet/tasks/subnets_absent.yml",
"content": "- name: determine the vpc ID\n ec2_vpc_net_facts:\n filters:\n tag:Name: \"{{ vpc_name }}\"\n region: \"{{ region }}\"\n profile: \"{{ profile|default(omit) }}\"\n register: vpc_facts\n\n- name: ensure subnets are absent\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/ANSIBLE | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/ANSIBLE/tasks/main.yml",
"content": "---\n# tasks file for ANSIBLE\n- name: \n yum:\n name: epel-release\n state: present\n- name:\n yum:\n name: python-pip\n state: present\n- name:\n pip:\n name: pip\n state: latest\n- name:\n pip:\n name: ansible\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/DOCKER | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/DOCKER/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: install yum-utils\n yum:\n name: yum-utils\n state: present\n- name: install device mapper\n yum:\n name: device-mapper-persistent-data\n state: present\n- name: install lvm2\n yum:\n name: l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/GIT | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/GIT/tasks/main.yml",
"content": "---\n# tasks file for GIT\n- name: supprimer GIT present\n yum:\n name: git\n state: absent\n- name: dl pkg\n yum:\n name: https://centos7.iuscommunity.org/ius-release.rpm\n state: present\n- name: isntall git2\n yum:\n name: git2u-all\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/JAVA12 | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/JAVA12/tasks/main.yml",
"content": "---\n# tasks file for JAVA\n- name: download java 12\n get_url:\n url: https://download.java.net/java/GA/jdk12.0.1/69cfe15208a647278a19ef0990eea691/12/GPL/openjdk-12.0.1_linux-x64_bin.tar.gz\n dest: /opt\n- name: extrait et decompresse tar.gz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 791,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/JAVA8 | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/JAVA8/tasks/main.yml",
"content": "---\n # tasks file for JAVA8\n - name: Java8 install\n yum:\n name: java-1.8.0-openjdk-devel",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/JENKINS | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/JENKINS/vars/main.yml",
"content": "---\n# vars file for JENKINS\njenkins_port: 8080\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/roles/JENKINS/tasks/main.yml",
"content": "---\n# tasks file for JENKINS\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 815,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/MAVEN | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/MAVEN/tasks/main.yml",
"content": "---\n# tasks file for MAVEN\n- name: download maven 3\n get_url:\n url: https://www-us.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz\n dest: /opt/\n- name: dezipper et desarchiver le fichier dl\n unarchive:\n sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/MONGODB | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/MONGODB/templates/customers.j2",
"content": "{\"_id\":{\"$oid\":\"5e61176727e5af467840a9c4\"},\"firstName\":\"lynda\",\"lastName\":\"cheheb\"}\n{\"_id\":{\"$oid\":\"5e61219a610ab59071f3b5b6\"},\"firstName\":\"salim\",\"lastName\":\"ghermoul\"}\n\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1951,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/NGINX | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/NGINX/tasks/main.yml",
"content": "---\n- name: Création du fichier repo\n file: \n path: /etc/yum.repos.d/nginx.repo\n state: touch\n- name: Edition du fichier repo\n blockinfile:\n path: /etc/yum.repos.d/nginx.repo\n state: present\n block: |\n [nginx]\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/PYTHON | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/PYTHON/handlers/main.yml",
"content": "---\n# handlers file for PYTHON",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "ansible/roles/PYTHON/defaults/main.yml",
"content": "---\n# defaults file for PYTHON",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/RESTFULWEB1 | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/RESTFULWEB1/tasks/main.yml",
"content": "- name: créer le service restfulweb\n file:\n path: /etc/systemd/system/restfulweb.service\n state: touch\n\n- name: éditer le fichier restfulweb.service\n blockinfile:\n path: /etc/systemd/system/restfulweb.service\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/SSH_PIC | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/SSH_PIC/tasks/main.yml",
"content": "---\n- name: créer le fichier config dans le dossier .ssh\n file:\n path: /home/vagrant/.ssh/config\n state: touch\n- name:\n blockinfile:\n path: /home/vagrant/.ssh/config\n state: present\n block: |\n Host proxy\n H... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/SSH_PILE | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/SSH_PILE/tasks/main.yml",
"content": "---\n- name: créer le fichier config dans le dossier .ssh\n file:\n path: ~/.ssh/config\n state: touch\n- name:\n blockinfile:\n path: ~/.ssh/config\n state: present\n block: |\n Host *\n StrictHostKeyChecking no\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/TERRAFORM | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/TERRAFORM/tasks/main.yml",
"content": "---\n# tasks file for TERRAFORM\n- name:\n yum:\n name: unzip\n- name: Download and unarchive terraform_0.12.21\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.12.21/terraform_0.12.21_linux_amd64.zip\n dest: /usr/bin\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | Salimpossible/Projet_final | 1ea5058fe6f876075fb0dbedf097f7870d1843cd | 2 | ansible/roles/pymongo | 7,716 | [
"no_license"
] | [
{
"path": "ansible/roles/pymongo/handlers/main.yml",
"content": "---\n# handlers file for pymongo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "ansible/roles/pymongo/vars/main.yml",
"content": "---\n# vars file for pymongo",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | khangtictoc/CICD--Jenkins-Deploy_Web_On_Kubernetes | 67891e86edf0dcca95a5f974f1c3015e10863b96 | 1 | spring-petclinic/ansible/roles/docker | 7,716 | [
"permissive"
] | [
{
"path": "spring-petclinic/ansible/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n\n- name: Download Docker installation script\n get_url:\n url: \"{{ docker_install_url }}\"\n dest: \"{{ dest_file }}\"\n\n- name: Append 'execute' permission\n file:\n path: \"{{ dest_fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 797,
"all_permissive": true
} |
ansible_role | khangtictoc/CICD--Jenkins-Deploy_Web_On_Kubernetes | 67891e86edf0dcca95a5f974f1c3015e10863b96 | 1 | spring-petclinic/ansible/roles/mavenapp | 7,716 | [
"permissive"
] | [
{
"path": "spring-petclinic/ansible/roles/mavenapp/handlers/main.yml",
"content": "---\n# handlers file for mavenapp",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 32
},
{
"path": "spring-petclinic/ansible/roles/mavenapp/vars/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1933,
"all_permissive": true
} |
ansible_role | khangtictoc/CICD--Jenkins-Deploy_Web_On_Kubernetes | 67891e86edf0dcca95a5f974f1c3015e10863b96 | 1 | spring-petclinic/ansible/roles/nginx | 7,716 | [
"permissive"
] | [
{
"path": "spring-petclinic/ansible/roles/nginx/templates/nginx-mvnapp.j2",
"content": "server {\n listen 80;\n listen [::]:80;\n\n server_name _;\n root /var/www/html;\n index index.html index.htm index.nginx-debian.html;\n\n location / {\n proxy_pass ht... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1663,
"all_permissive": true
} |
ansible_role | MiteshSharma/PrometheusWithGrafana | df06955cb5b66f8e4ee1483043da6e20212c247c | 64 | roles/alertmanager | 7,716 | [
"no_license"
] | [
{
"path": "roles/alertmanager/vars/main.yml",
"content": "---\nserviceName: \"alertmanager\"\nuserId: \"alertmanager\"\ngroupId: \"alertmanager\"\nexec_command: \"/usr/local/bin/alertmanager --config.file=/etc/alertmanager/alertmanager.yml --storage.path=/data/alertmanager\"\nversion: \"0.15.3\"",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2358,
"all_permissive": false
} |
ansible_role | MiteshSharma/PrometheusWithGrafana | df06955cb5b66f8e4ee1483043da6e20212c247c | 64 | roles/grafana | 7,716 | [
"no_license"
] | [
{
"path": "roles/grafana/vars/main.yml",
"content": "---\nversion: 5.4.3",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "roles/grafana/handlers/main.yml",
"content": "- name: \"Restart the Grafana service.\"\n service:\n name: grafana-serve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1012,
"all_permissive": false
} |
ansible_role | MiteshSharma/PrometheusWithGrafana | df06955cb5b66f8e4ee1483043da6e20212c247c | 64 | roles/prometheus | 7,716 | [
"no_license"
] | [
{
"path": "roles/prometheus/files/alertrules.yml",
"content": "groups:\n- name: alert.rules\n rules:\n - alert: InstanceDown\n expr: up == 0\n for: 1m\n labels:\n severity: \"critical\"\n annotations:\n summary: \"Endpoint {{ $labels.instance }} down\"\n description: \"{{ $label... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3408,
"all_permissive": false
} |
ansible_role | MiteshSharma/PrometheusWithGrafana | df06955cb5b66f8e4ee1483043da6e20212c247c | 64 | roles/prometheus_node_exporter | 7,716 | [
"no_license"
] | [
{
"path": "roles/prometheus_node_exporter/vars/main.yml",
"content": "---\nserviceName: \"node_exporter\"\nuserId: \"node_exporter\"\ngroupId: \"node_exporter\"\nexec_command: /usr/local/bin/node_exporter\nversion: 0.16.0",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1639,
"all_permissive": false
} |
ansible_role | 360Emed/360emed-servers | 09c06d2b51a4dc69ceeda37674dfbe2e8d9fee1f | 0 | playbooks/roles/lamp | 7,716 | [
"no_license"
] | [
{
"path": "playbooks/roles/lamp/tasks/install-packages.yml",
"content": "---\n# install the varinsh modules and apache modules\n- name: Install the Apache Server\n yum:\n name: \"{{ item }}\"\n state: \"latest\"\n with_items: \"{{ system_modules }}\"\n become: true\n become_user: root \n \n# Set... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5870,
"all_permissive": false
} |
ansible_role | 360Emed/360emed-servers | 09c06d2b51a4dc69ceeda37674dfbe2e8d9fee1f | 0 | playbooks/roles/mysql | 7,716 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql/vars/default-config.yml",
"content": "---\n# The variables file used by the playbook.\nsystem_modules:\n - mysql*",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "playbooks/roles/mysql/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | 360Emed/360emed-servers | 09c06d2b51a4dc69ceeda37674dfbe2e8d9fee1f | 0 | playbooks/roles/server-preconfig | 7,716 | [
"no_license"
] | [
{
"path": "playbooks/roles/server-preconfig/vars/default-config.yml",
"content": "---\ngid: 511\nuid: 513\nwebteam_gid: 701",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "playbooks/roles/server-preconfig/tasks/main.yml",
"content": "---\n# set... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | aurelienmaury/eos-toolbox | c04f815d824b6e961ebe3b8f507f18c1b4d93172 | 0 | roles/common | 7,716 | [
"no_license"
] | [
{
"path": "roles/common/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Bootstrap for ElementaryOS, tuned for an Asus-TP-200-S install\n company: Humanity\n license: GPLv3\n min_ansible_version: 2.0\n platforms:\n - name: Debian\n versions:\n - wheezy\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1170,
"all_permissive": false
} |
ansible_role | janoka/ansible | 3cdc359cfbb6b618f33e431bf93c062537eca5b6 | 0 | basics/roles/apt | 7,716 | [
"no_license"
] | [
{
"path": "basics/roles/apt/tasks/vars-dist-Debian.yml",
"content": "---\napt_main_uri: \"http://ftp.debian.org/debian\"\napt_updates_uri: \"{{ apt_main_uri }}\"\napt_security_uri: \"http://security.debian.org\"\napt_stores: \"main contrib\"\napt_updates_repo: \"-updates\"\napt_security_repo: \"/updates\"\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1668,
"all_permissive": false
} |
ansible_role | janoka/ansible | 3cdc359cfbb6b618f33e431bf93c062537eca5b6 | 0 | basics/roles/hosts | 7,716 | [
"no_license"
] | [
{
"path": "basics/roles/hosts/templates/hosts.j2",
"content": "{{ ansible_managed | comment }}\n127.0.0.1 localhost\n\n# The following lines are desirable for IPv6 capable hosts\n::1 localhost ip6-localhost ip6-loopback\nfc00:e968:6179::de52:7100 ip6-allnodes\nfdf8:f53e:61e4::18 ip6-allrouters\n\n{{ ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | janoka/ansible | 3cdc359cfbb6b618f33e431bf93c062537eca5b6 | 0 | basics/roles/timedatectl | 7,716 | [
"no_license"
] | [
{
"path": "basics/roles/timedatectl/tasks/main.yml",
"content": "---\n- name: Set debconf defaults in Debian like OSs\n include: \"{{ ansible_os_family }}.yml\"\n\n- name: Make sure timesyncd.conf override dir exists\n file:\n path: '/etc/systemd/timesyncd.conf.d'\n state: 'directory'\n owner: 'r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 942,
"all_permissive": false
} |
ansible_role | Phosmachina/DotArch | cc6cfbdeee1d1d6e6b8ef10446e33a1354377bf4 | 0 | PC/roles/common | 7,716 | [
"no_license"
] | [
{
"path": "PC/roles/common/files/home/.local/bin/xdg-open",
"content": "#!/usr/bin/env sh\n\n# xdg-open replacement: try handlr first, else\n# rofi -show-icons -matching glob -show drun\n\nfile=\"$1\"\n\n# 1) Detect MIME\nmime=$(handlr mime --json \"$file\" \\\n | jq -r '.[0].mime')\n\n# 2) Try using ... | {
"task_files": 29,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 54,
"total_bytes": 52278,
"all_permissive": false
} |
ansible_role | Phosmachina/DotArch | cc6cfbdeee1d1d6e6b8ef10446e33a1354377bf4 | 0 | PC/roles/desktop | 7,716 | [
"no_license"
] | [
{
"path": "PC/roles/desktop/tasks/xresources.yml",
"content": "---\n- name: Copy .Xresources configuration\n copy:\n src: home/.Xresources\n dest: '/home/{{ username }}/.Xresources'\n mode: '0644'\n owner: '{{ username }}'\n group: '{{ username }}'\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2308,
"all_permissive": false
} |
ansible_role | Phosmachina/DotArch | cc6cfbdeee1d1d6e6b8ef10446e33a1354377bf4 | 0 | PC/roles/laptop | 7,716 | [
"no_license"
] | [
{
"path": "PC/roles/laptop/tasks/wireguard.yml",
"content": "---\n- name: Ensure necessary packages are installed\n pacman:\n name:\n - wireguard-tools\n state: present\n become: yes\n\n- name: Copy WireGuard config\n copy:\n src: etc/wireguard/wg0.conf\n dest: /etc/wireguard/wg0.c... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | MoZyadaCS/Automate-LAMP-Stack-Deployment-Using-Ansible- | 65ee2f616b6b90433ce12e2210b21920dd56294c | 0 | roles/apache | 7,716 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install Apache\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Enable and start Apache service\n systemd:\n name: apache2\n enabled: yes\n state: started\n\n- name: Copy index.php file\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | MoZyadaCS/Automate-LAMP-Stack-Deployment-Using-Ansible- | 65ee2f616b6b90433ce12e2210b21920dd56294c | 0 | roles/firewall | 7,716 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n- name: Allow SSH (port 22)\n ufw:\n rule: allow\n port: '22'\n proto: tcp\n\n- name: Allow HTTP\n ufw:\n rule: allow\n port: '80'\n\n- name: Enable UFW\n ufw:\n state: enabled\n policy: deny\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | MoZyadaCS/Automate-LAMP-Stack-Deployment-Using-Ansible- | 65ee2f616b6b90433ce12e2210b21920dd56294c | 0 | roles/mysql | 7,716 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install MySQL Server\n apt:\n name: mysql-server\n state: present\n update_cache: yes\n\n- name: Ensure MySQL is running\n systemd:\n name: mysql\n state: started\n enabled: yes\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | MoZyadaCS/Automate-LAMP-Stack-Deployment-Using-Ansible- | 65ee2f616b6b90433ce12e2210b21920dd56294c | 0 | roles/php | 7,716 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP and dependencies\n apt:\n name:\n - php\n - libapache2-mod-php\n - php-mysql\n state: present\n update_cache: yes\n\n- name: Restart Apache to apply PHP\n systemd:\n name: apache2\n state: restarted\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2020-02/eugenebbr_microservices | 29214247d386f9f5458ae692ba1410e0a5ae85d0 | 0 | docker/docker-monolith/infra/ansible/roles/docker_app | 7,716 | [
"no_license"
] | [
{
"path": "docker/docker-monolith/infra/ansible/roles/docker_app/tasks/run_docker_app.yml",
"content": "- name: Run app from docker image\n docker_container:\n name: reddit\n image: eugenebbrdocker/otus-reddit:1.0\n state: started\n ports:\n - \"9292:9292\"\n",
"license_type": "no_lice... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | kwpAccent/testAnsibleRepo | 032765a13dafa6718b982d4f5466cb66c60ee302 | 0 | axway/roles/configure | 7,716 | [
"no_license"
] | [
{
"path": "axway/roles/configure/tasks/main.yml",
"content": "---\r\n# axway/roles/configure/tasks/main.yml\r\n- block:\r\n - name: Clone web-auth-admin/vordel.git\r\n local_action: \r\n git \r\n repo=<EMAIL>:web-auth-admin/vordel.git\r\n dest={{ git_path }}\r\n register: git_items... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4907,
"all_permissive": false
} |
ansible_role | kwpAccent/testAnsibleRepo | 032765a13dafa6718b982d4f5466cb66c60ee302 | 0 | axway/roles/test | 7,716 | [
"no_license"
] | [
{
"path": "axway/roles/test/tasks/main.yml",
"content": "---\r\n# axway/roles/test/tasks/main.yml\r\n- name: Test command\r\n shell: cat /etc/hosts\r\n...\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": false
} |
ansible_role | Anymatrix/flask_test | c3a8d397e9896cd22d70908a0882dd07ff112d50 | 0 | Ansible/roles/Nginx | 7,716 | [
"no_license"
] | [
{
"path": "Ansible/roles/Nginx/tasks/main.yml",
"content": "---\n- name: Nginx install\n yum:\n name: nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 49,
"all_permissive": false
} |
ansible_role | Anymatrix/flask_test | c3a8d397e9896cd22d70908a0882dd07ff112d50 | 0 | Ansible/roles/docker | 7,716 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Docker install\n yum:\n name: docker-ce\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 54,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | jdk/roles/common | 7,676 | [
"no_license"
] | [
{
"path": "jdk/roles/common/handlers/main.yml",
"content": "- name: check java path\n shell: which java\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "jdk/roles/common/tasks/main.yml",
"content": "- name: Install initializtion require softw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | jdk/roles/jdk_delete | 7,676 | [
"no_license"
] | [
{
"path": "jdk/roles/jdk_delete/vars/main.yml",
"content": "jdk_basedir: /usr/local/\njdk_version: jdk1.7.0_80\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "jdk/roles/jdk_delete/tasks/delete.yml",
"content": " - name: Delete jdk Dir and en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | jdk/roles/jdk_install | 7,676 | [
"no_license"
] | [
{
"path": "jdk/roles/jdk_install/tasks/copy.yml",
"content": " - name: Copy jdk Software To Redhat Client\n copy: src={{ jdk_version }}.tar.gz dest=/tmp/{{ jdk_version }}.tar.gz owner=root group=root\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n - name: Copy ant ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2117,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | mongodb/roles/common | 7,676 | [
"no_license"
] | [
{
"path": "mongodb/roles/common/tasks/main.yml",
"content": "- name: Install initializtion require software\n yum: pkg=ntpdate state=latest \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 80,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | mongodb/roles/mongodb_delete | 7,676 | [
"no_license"
] | [
{
"path": "mongodb/roles/mongodb_delete/vars/main.yml",
"content": "mongodb_basedir: /usr/local/mongodb/\nmongodb_confdir: /usr/local/mongodb/etc/\nmongodb_makedir: /usr/local/src/\nmongodb_logdir: /usr/local/mongodb/log/\nmongodb_datadir: /data/mongodb/\nmongodb_piddir: /usr/local/mongodb/\nmongodb_pidfile... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1571,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | mongodb/roles/mongodb_install | 7,676 | [
"no_license"
] | [
{
"path": "mongodb/roles/mongodb_install/tasks/copy.yml",
"content": " - name: Copy Mongodb Software To Redhat Client\n copy: src={{ mongodb_version }}.tgz dest=/tmp/{{ mongodb_version }}.tgz owner=root group=root\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n - n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4572,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | mysql/roles/mysql_delete | 7,676 | [
"no_license"
] | [
{
"path": "mysql/roles/mysql_delete/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Delete Mysql\n license: MIT\n min_ansible_version: 1.6\n platforms:\n - name: CentOS\n versions:\n - 6\n categories:\n - Service\ndependencies: []\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1324,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | mysql/roles/mysql_install | 7,676 | [
"no_license"
] | [
{
"path": "mysql/roles/mysql_install/handlers/main.yml",
"content": "---\n- name : check mysql status\n shell: /bin/sh /tmp/mysql_check.sh\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "mysql/roles/mysql_install/templates/mysql_check.sh",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7153,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | nginx/roles/nginx_delete | 7,676 | [
"no_license"
] | [
{
"path": "nginx/roles/nginx_delete/vars/main.yml",
"content": "nginx_basedir: /usr/local/nginx/\nnginx_confdir: /usr/local/nginx/conf/\nnginx_makedir: /usr/local/src/\nnginx_user: user01\nnginx_group: user01\nnginx_version: tengine-2.2.2\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | nginx/roles/nginx_install | 7,676 | [
"no_license"
] | [
{
"path": "nginx/roles/nginx_install/vars/main.yml",
"content": "nginx_basedir: /usr/local/nginx/\nnginx_confdir: /usr/local/nginx/conf/\nnginx_makedir: /usr/local/src/\nnginx_user: user01\nnginx_group: user01\nnginx_version: nginx-1.14.0\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8162,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | os/roles/common | 7,676 | [
"no_license"
] | [
{
"path": "os/roles/common/handlers/main.yml",
"content": "- name: check os path\n shell: uname -ra\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "os/roles/common/tasks/main.yml",
"content": "- name: Install initializtion require software\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | os/roles/os_optimize | 7,676 | [
"no_license"
] | [
{
"path": "os/roles/os_optimize/templates/optimize_os.sh",
"content": "#!/bin/bash\n#由于现在Linux服务器系统都是采用Kickstart批量最小化安装,需要进行系统安全加固及优化\n#下载yum配置文件到本地代替系统默认yum源\nfunction os_6 {\n#this script is only for CentOS 6.x\nplatform=`uname -i`\nif [ $platform != \"x86_64\" ];then \necho \"this script is only for 64bi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 14760,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | php/roles/common | 7,676 | [
"no_license"
] | [
{
"path": "php/roles/common/tasks/yumenv.yml",
"content": "- name: Install Epel Repo \n shell: rpm -ivh http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm\n ignore_errors: True\n- name: Install initializtion require software \n shell: yum install -y gcc gcc-c++ make zlib zlib-devel pc... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | php/roles/php_delete | 7,676 | [
"no_license"
] | [
{
"path": "php/roles/php_delete/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Delete Php \n license: MIT\n min_ansible_version: 1.6\n platforms:\n - name: CentOS\n versions:\n - 6\n categories:\n - Service\ndependencies: []\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1120,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | php/roles/php_install | 7,676 | [
"no_license"
] | [
{
"path": "php/roles/php_install/templates/updateopenssl.sh",
"content": "#!/bin/bash\ncd /usr/local/src\nmv /usr/bin/openssl /usr/bin/openssl1.01e\n#wget https://www.openssl.org/source/openssl-1.0.1s.tar.gz -O openssl-1.0.1s.tar.gz\n#wget http://www.openssl.org/source/openssl-1.0.2g.tar.gz -O openssl-1.0... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 7383,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | redis/roles/common | 7,676 | [
"no_license"
] | [
{
"path": "redis/roles/common/tasks/main.yml",
"content": "- name: Install initializtion require software\n shell: yum install -y jemalloc tcl gcc gcc-c++\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "redis/roles/common/handlers/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | redis/roles/redis_delete | 7,676 | [
"no_license"
] | [
{
"path": "redis/roles/redis_delete/tasks/delete.yml",
"content": " - name: Stop Redis port1 Service\n shell: /etc/init.d/redis{{ redis_port1 }} stop \n ignore_errors: yes\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n - name: Stop Redis port2 Service\n shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1520,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | redis/roles/redis_install | 7,676 | [
"no_license"
] | [
{
"path": "redis/roles/redis_install/tasks/delete.yml",
"content": " - name: Delete Redis compression Software In Redhat Client\n shell: rm -rf {{ redis_makedir }}{{ redis_version }} /tmp/redis{{ redis_port1 }}.conf /tmp/redis{{ redis_port2 }}.conf /tmp/{{ redis_version }}.tar.gz\n when: ansible_os_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6595,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | tomcat/roles/common | 7,676 | [
"no_license"
] | [
{
"path": "tomcat/roles/common/handlers/main.yml",
"content": "- name: echo date\n shell: date\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "tomcat/roles/common/tasks/main.yml",
"content": "- name: Install initializtion require software\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 209,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | tomcat/roles/tomcat_delete | 7,676 | [
"no_license"
] | [
{
"path": "tomcat/roles/tomcat_delete/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Delete Tomcat \n license: MIT\n min_ansible_version: 1.6\n platforms:\n - name: CentOS\n versions:\n - 6\n categories:\n - Service\ndependencies: []\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1205,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | tomcat/roles/tomcat_install | 7,676 | [
"no_license"
] | [
{
"path": "tomcat/roles/tomcat_install/handlers/main.yml",
"content": "---\n- name : check tomcat status\n shell: /bin/sh /tmp/tomcat_check.sh\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "tomcat/roles/tomcat_install/meta/main.yml",
"con... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3815,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | zabbix/roles/common | 7,676 | [
"no_license"
] | [
{
"path": "zabbix/roles/common/handlers/main.yml",
"content": "- name: check time service\n yum: name=ntpd state=latest\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n- name: correction time\n service: name=ntpd state=restart\n when: ansible_os_family == \"RedHat\" an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | zabbix/roles/zabbix_delete | 7,676 | [
"no_license"
] | [
{
"path": "zabbix/roles/zabbix_delete/tasks/delete.yml",
"content": " - name: Stop Zabbix Service\n shell: name=zabbix_server state=stop\n ignore_errors: yes\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n - name: Delete Zabbix Boot Start Script\n shell: chkc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | zabbix/roles/zabbix_install | 7,676 | [
"no_license"
] | [
{
"path": "zabbix/roles/zabbix_install/templates/zabbix_env.sh",
"content": "#!/bin/bash\n#check mysql php nginx\nmysql_num=$(ps aux |grep mysqld |grep basedir |grep -v grep |wc -l)\nphp_num=$(ps aux |grep php-fpm|grep master|grep -v grep |wc -l)\nnginx_num=$(ps aux |grep nginx|grep master|grep -v grep |wc ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5900,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | zookeeper/roles/common | 7,676 | [
"no_license"
] | [
{
"path": "zookeeper/roles/common/tasks/main.yml",
"content": "- name: Install initializtion require software\n shell: which java\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | zookeeper/roles/zookeeper_delete | 7,676 | [
"no_license"
] | [
{
"path": "zookeeper/roles/zookeeper_delete/tasks/delete.yml",
"content": " - name: Delete zookeeper Dir and env_java.sh \n file: path={{ zookeeper_basedir }} state=absent \n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n - name: Delete zookeeper conf file\n fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | R1hug0/playbook-study | b76cd6ec2d5b990d690338b4921ea25669c7a9b1 | 0 | zookeeper/roles/zookeeper_install | 7,676 | [
"no_license"
] | [
{
"path": "zookeeper/roles/zookeeper_install/tasks/install.yml",
"content": " - name: Uncompression Zookeeper Software To Redhat Client\n shell: tar zxf /tmp/{{ zookeeper_version }}.tar.gz -C /usr/local/\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n - name: renam... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2804,
"all_permissive": false
} |
ansible_role | jithinjohnjose/ansible-wordpress | a33760c14f125225045506e71904a47e9d203692 | 0 | roles/apache2 | 7,676 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n - name: install apache2\n apt: name=apache2 update_cache=yes state=latest\n notify:\n - restart apache2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | jithinjohnjose/ansible-wordpress | a33760c14f125225045506e71904a47e9d203692 | 0 | roles/mysql | 7,676 | [
"no_license"
] | [
{
"path": "roles/mysql/defaults/main.yml",
"content": "---\nmysql_root_password: <PASSWORD>\n\nwp_db_user: wordpress\nwp_db_password: <PASSWORD>\nwp_db_name: wordpress\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/mysql/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1117,
"all_permissive": false
} |
ansible_role | jithinjohnjose/ansible-wordpress | a33760c14f125225045506e71904a47e9d203692 | 0 | roles/php7 | 7,676 | [
"no_license"
] | [
{
"path": "roles/php7/tasks/main.yml",
"content": "- name: Install php extensions\n apt:\n name: \"{{ item }}\"\n state: present\n become: yes\n with_items:\n - php7.0\n - php7.0-mysql\n - php7.0-common\n - php7.0-cli\n - php7.0-intl\n - php7.0-curl\n - php7.0-cgi\n - php7.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | prasadadireddi/deploy-airflow | bae94202a25e4044043e77a275b01548500d818a | 0 | roles/deploy-airflow | 7,676 | [
"permissive"
] | [
{
"path": "roles/deploy-airflow/tasks/main.yml",
"content": "---\n# roles/deploy/tasks/main.yml\n- name: Install Airflow\n import_tasks: install.yml\n tags:\n - install\n\n- name: Config Airflow\n import_tasks: config.yml\n tags:\n - config\n\n# - name: Airflow Service\n# import_tasks: service.y... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2848,
"all_permissive": true
} |
ansible_role | prasadadireddi/deploy-airflow | bae94202a25e4044043e77a275b01548500d818a | 0 | roles/launch | 7,676 | [
"permissive"
] | [
{
"path": "roles/launch/tasks/main.yml",
"content": "---\n# roles/launch/tasks/main.yml\n\n- name: Launch EC2 Instance\n ec2:\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n region: \"{{ region }}\"\n keypair: \"{{ keypair }}\"\n zone: \"{{ zone }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 835,
"all_permissive": true
} |
ansible_role | Nigorjeanluc/Give-superpower-project3 | 145a538d799c9088fd7eef55de43512ae6cefbc3 | 0 | .circleci/ansible/roles/configure-server | 7,676 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/files/myenv.sh",
"content": "export TYPEORM_CONNECTION=postgres\nexport TYPEORM_ENTITIES=./src/modules/domain/**/*.entity.ts\nexport TYPEORM_HOST=udapeople-prod.cig50ezcsk2v.us-east-1.rds.amazonaws.com\nexport TYPEORM_PORT=5432\nexport TYPEORM_USERNAME=pos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-atom | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-atom/tasks/main.yml",
"content": "- homebrew_cask:\n name: atom\n state: present\n\n- name: Create Atom in dock\n shell: dockutil --find 'Atom' || dockutil --add '/Applications/Atom.app'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.