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
kulchytskyy/home-automation
1d3c45f7ed834535f410f772fd7a1abe9a758bd8
1
ansible/roles/shutters
7,116
[ "no_license" ]
[ { "path": "ansible/roles/shutters/tasks/cron.yml", "content": "---\n\n- name: \"install cron task: shutters up\"\n cron:\n name: \"shutters up\"\n hour: \"{{shutters.up.hour}}\"\n minute: \"{{shutters.up.min}}\"\n job: \"~/ha/relay/all/up.sh >>/var/log/ha/relay.log 2>&1\"\n- name: \"install cro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 492, "all_permissive": false }
ansible_role
kulchytskyy/home-automation
1d3c45f7ed834535f410f772fd7a1abe9a758bd8
1
ansible/roles/upload
7,116
[ "no_license" ]
[ { "path": "ansible/roles/upload/tasks/cron.yml", "content": "---\n\n- name: \"install cron task: temperature: {{ansible_hostname}}\"\n cron:\n name: \"temperature {{item}}\"\n minute: \"{{offset}}-59/{{upload.interval.min}}\"\n job: \"~/ha/upload/{{ansible_hostname}}/channel{{item}}.sh >>/var/log/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 691, "all_permissive": false }
ansible_role
lathama/IaC
1231d724ab8586bc21531e838300e4d7cfd337c7
0
Infrastructure/roles/linux_security
7,116
[ "no_license" ]
[ { "path": "Infrastructure/roles/linux_security/tasks/main.yml", "content": "---\n\n# A firm way of ensuring tooling is absent on systems.\n# The number of times I have found production services running in tmux or\n# screen under a user is amazing.\n\n- name: \"Kill banned services\"\n ansible.builtin.shell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 725, "all_permissive": false }
ansible_role
ajayD1345/Infra-DevOps-Stage-4
424fc94180cf0861afd3e7d2bd92b812a5f2ec9c
0
roles/Dependencies
7,116
[ "no_license" ]
[ { "path": "roles/Dependencies/tasks/main.yml", "content": "- name: Update apt cache and install prerequisites\n apt:\n update_cache: yes\n name:\n - docker.io\n - docker-compose\n - git\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
ajayD1345/Infra-DevOps-Stage-4
424fc94180cf0861afd3e7d2bd92b812a5f2ec9c
0
roles/Deployment
7,116
[ "no_license" ]
[ { "path": "roles/Deployment/tasks/main.yml", "content": "- name: Clone the application repository\n git:\n repo: 'https://github.com/ajayD1345/DevOps-Stage-4.git'\n dest: /opt/app\n version: main\n\n- name: Start the application with Docker Compose\n command: docker-compose up -d\n args:\n ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
AVCdis/ansible-mon
30e6aa509846c6619b612c03a2e1e439e24afc74
0
roles/docker
7,116
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "# - name: Install aptitude using apt\n# ansible.builtin.apt:\n# name: aptitude\n# state: present\n# update_cache: true\n\n- name: Install required system packages for Docker\n ansible.builtin.apt:\n pkg:\n name: \"{{ docker_required_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2874, "all_permissive": false }
ansible_role
AVCdis/ansible-mon
30e6aa509846c6619b612c03a2e1e439e24afc74
0
roles/mon-init
7,116
[ "no_license" ]
[ { "path": "roles/mon-init/vars/main.yml", "content": "---\nmonitoring_user: monitoring\nnode_exporter_user: node_exporter\nmonitoring_required_packages: \n - zip\n - unzip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/mon-init/defaults...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 6880, "all_permissive": false }
ansible_role
ericwilliammarshall/vagrant_ansible_spark_vm
0c2311ee402f62df050dd76fc6034e3704f4e5ff
1
provisioning/roles/ambari-agent
7,076
[ "no_license" ]
[ { "path": "provisioning/roles/ambari-agent/tasks/main.yml", "content": "---\n\n- name: \"Add Ambari Repo\"\n copy: src=etc/yum.repos.d/ambari.repo\n dest=/etc/yum.repos.d/ambari.repo\n owner=root\n group=root\n mode=0644\n\n- name: \"Add Ambari Repo key\"\n command: \"rpm --imp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
ericwilliammarshall/vagrant_ansible_spark_vm
0c2311ee402f62df050dd76fc6034e3704f4e5ff
1
provisioning/roles/ambari-server
7,076
[ "no_license" ]
[ { "path": "provisioning/roles/ambari-server/tasks/main.yml", "content": "---\n\n- name: \"Add Ambari Repo\"\n copy: src=etc/yum.repos.d/ambari.repo\n dest=/etc/yum.repos.d/ambari.repo\n owner=root\n group=root\n mode=0644\n\n- name: \"check postgresql db installed\"\n shell: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1526, "all_permissive": false }
ansible_role
ericwilliammarshall/vagrant_ansible_spark_vm
0c2311ee402f62df050dd76fc6034e3704f4e5ff
1
provisioning/roles/common
7,076
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n\n\n- name: \"Be sure libselinux-python are ime=nstalled to avoid errors\"\n yum: name=libselinux-python state=present\n\n- name: \"Disable iptables\"\n service: name=iptables enabled=no state=stopped\n ignore_errors: True\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1886, "all_permissive": false }
ansible_role
ericwilliammarshall/vagrant_ansible_spark_vm
0c2311ee402f62df050dd76fc6034e3704f4e5ff
1
provisioning/roles/hadoop
7,076
[ "no_license" ]
[ { "path": "provisioning/roles/hadoop/files/first-start.sh", "content": "#! /bin/bash\nsource /etc/profile.d/java.sh\n\n# for hdfs\nHDFS_USER='hdfs'\nYARN_USER='yarn'\nMAPRED_USER='mapred'\nHADOOP_CONF_DIR='/etc/hadoop/conf/'\nHDP='/usr/hdp/current'\nHDFS_DIR='/usr/hdp/2.2.4.2-2/hadoop-hdfs'\nYARN_DIR='/usr/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 10727, "all_permissive": false }
ansible_role
ericwilliammarshall/vagrant_ansible_spark_vm
0c2311ee402f62df050dd76fc6034e3704f4e5ff
1
provisioning/roles/java7
7,076
[ "no_license" ]
[ { "path": "provisioning/roles/java7/files/etc/profile.d/maven.sh", "content": "export PATH=\"/opt/maven/current/bin:${PATH}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "provisioning/roles/java7/files/opt/maven/.gitignore", "content": "*....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1532, "all_permissive": false }
ansible_role
ericwilliammarshall/vagrant_ansible_spark_vm
0c2311ee402f62df050dd76fc6034e3704f4e5ff
1
provisioning/roles/scala
7,076
[ "no_license" ]
[ { "path": "provisioning/roles/scala/tasks/main.yml", "content": "---\n\n- name: \"Create /opt/scala\"\n file: path=/opt/scala owner=root group=root state=directory\n\n- name: \"Copy scala rpm to /tmp\"\n copy: src=tmp/scala-2.10.5.rpm dest=/tmp/scala-2.10.5.rpm\n\n- name: \"Deploy scala\"\n yum: name='/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
ericwilliammarshall/vagrant_ansible_spark_vm
0c2311ee402f62df050dd76fc6034e3704f4e5ff
1
provisioning/roles/spark
7,076
[ "no_license" ]
[ { "path": "provisioning/roles/spark/files/etc/profile.d/spark.sh", "content": "#! /bin/bash\n\nexport YARN_CONF_DIR=/etc/hadoop/conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "provisioning/roles/spark/files/opt/conf/spark-env.sh", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6317, "all_permissive": false }
ansible_role
ericwilliammarshall/vagrant_ansible_spark_vm
0c2311ee402f62df050dd76fc6034e3704f4e5ff
1
provisioning/roles/users
7,076
[ "no_license" ]
[ { "path": "provisioning/roles/users/tasks/main.yml", "content": "---\n# passwd = '<PASSWORD>!'\n- name: \"add sparks user\"\n# user: name=sparks comment=\"login user\" uid=1040 password='<PASSWORD>.'\n# passwd = ' ' < one blank space\n# user: name=sparks comment=\"login user\" uid=1040 password='<PASSWO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
ericwilliammarshall/vagrant_ansible_spark_vm
0c2311ee402f62df050dd76fc6034e3704f4e5ff
1
provisioning/roles/zookeeper
7,076
[ "no_license" ]
[ { "path": "provisioning/roles/zookeeper/tasks/main.yml", "content": "---\n\n- name: \"Install hortonworks hadoop repo file\"\n copy: src=etc/yum.repos.d/hdp.repo dest=/etc/yum.repos.d/hdp.repo owner=root group=root mode=0644\n ignore_errors: True\n\n- name: \"Install zookeeper packages via yum\"\n yum: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
DJRickyV/ansible
58f71fdb4ea032c001051c23a5732f3e873ba76e
0
roles/labnode
7,076
[ "no_license" ]
[ { "path": "roles/labnode/templates/motd.j2", "content": "Welcome to {{ ansible_hostname }}.\n{{ ansible_distribution }} {{ ansible_distribution_version }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/labnode/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 488, "all_permissive": false }
ansible_role
stariqali/GCPNewInstanceWBIGIP
8fcc0967482fcef8e800ff32bf083f2ef8751b76
0
roles/onboardingBIGIP
7,076
[ "no_license" ]
[ { "path": "roles/onboardingBIGIP/handlers/main.yml", "content": "---\n# handlers file for onboardingBIGIP", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/onboardingBIGIP/tests/test.yml", "content": "---\n- hosts: bigips\n gather_facts: f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 7044, "all_permissive": false }
ansible_role
zkmcruz-tip/CPE_MIDEXAM
43bb2000c3e3a59f5ab754b10fd22c920957daa3
0
roles/Elk_centos
7,076
[ "no_license" ]
[ { "path": "roles/Elk_centos/tasks/main.yml", "content": "---\n- name: Get ELK rpm key\n rpm_key:\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n \n- name: Install ELK 7.x rpm repo\n yum_repository:\n name: elasticsearch-7.x\n description: Elasticsearch repository ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
zkmcruz-tip/CPE_MIDEXAM
43bb2000c3e3a59f5ab754b10fd22c920957daa3
0
roles/Elk_ubuntu
7,076
[ "no_license" ]
[ { "path": "roles/Elk_ubuntu/tasks/main.yml", "content": "---\n# tasks file for Elk_ubuntu\n- name: Install the dependencies Java and Nginx\n apt:\n name: \n - default-jre\n - nginx\n state: present\n- name: Importing Elastic Key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-ela...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
zkmcruz-tip/CPE_MIDEXAM
43bb2000c3e3a59f5ab754b10fd22c920957daa3
0
roles/H-P-M_centos
7,076
[ "no_license" ]
[ { "path": "roles/H-P-M_centos/vars/main.yml", "content": "---\n# vars file for H-P-M_centos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/H-P-M_centos/handlers/main.yml", "content": "---\n# handlers file for H-P-M_centos\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 445, "all_permissive": false }
ansible_role
zkmcruz-tip/CPE_MIDEXAM
43bb2000c3e3a59f5ab754b10fd22c920957daa3
0
roles/H-P-M_ubuntu
7,076
[ "no_license" ]
[ { "path": "roles/H-P-M_ubuntu/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - H-P-M_ubuntu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/H-P-M_ubuntu/defaults/main.yml", "content": "---\n# de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 409, "all_permissive": false }
ansible_role
zkmcruz-tip/CPE_MIDEXAM
43bb2000c3e3a59f5ab754b10fd22c920957daa3
0
roles/Influx_centos
7,076
[ "no_license" ]
[ { "path": "roles/Influx_centos/defaults/main.yml", "content": "---\n# defaults file for Influx_centos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/Influx_centos/vars/main.yml", "content": "---\n# vars file for Influx_centos\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 855, "all_permissive": false }
ansible_role
zkmcruz-tip/CPE_MIDEXAM
43bb2000c3e3a59f5ab754b10fd22c920957daa3
0
roles/Influx_ubuntu
7,076
[ "no_license" ]
[ { "path": "roles/Influx_ubuntu/tasks/main.yml", "content": "---\n# tasks file for Influx_ubuntu\n- name: Install Telegraf APT Key\n apt_key:\n url: https://repos.influxdata.com/influxdb.key\n keyring: /etc/apt/trusted.gpg.d/telegraf.gpg\n state: present\n- name: Install Telegraf APT Repo\n apt_re...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 963, "all_permissive": false }
ansible_role
Eduard-gan/novk
78f4d402916ae5bd252bc71f51c3b0e230982db0
0
ansible/roles/deploy
7,076
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/createsuperuser.yml", "content": "- name: Superuser creation\n command: \"docker exec novk_g python ./manage.py shell -c \\\"from django.contrib.auth.models import User; User.objects.create_superuser('root', '<EMAIL>', '<PASSWORD>')\\\"\"\n ignore_errors: yes\n regis...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1795, "all_permissive": false }
ansible_role
suejon/good-ansible
8b87442baeba650385a436642b75a46e460d7821
0
3tier-good/roles/db
7,076
[ "no_license" ]
[ { "path": "3tier-good/roles/db/tasks/main.yml", "content": "---\n# Install postgres\n- name: install postgres\n yum:\n name: postgresql-server\n state: latest\n \n- name: enable apache at boot\n service:\n name: postgresql\n enabled: yes\n\n- name: check if postgres has been initialized\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 599, "all_permissive": false }
ansible_role
suejon/good-ansible
8b87442baeba650385a436642b75a46e460d7821
0
3tier-good/roles/haproxy
7,076
[ "no_license" ]
[ { "path": "3tier-good/roles/haproxy/tasks/main.yml", "content": "---\n# Installs services required for HA proxy\n- name: install http cli client\n package:\n name: httpie\n state: latest\n- name: install HAProxy\n yum:\n name=haproxy state=latest\n- name: enable HAProxy\n service:\n name: hap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
suejon/good-ansible
8b87442baeba650385a436642b75a46e460d7821
0
3tier-good/roles/webservers
7,076
[ "no_license" ]
[ { "path": "3tier-good/roles/webservers/tasks/main.yml", "content": "---\n# Setup webservers\n- name: install tomcat\n package:\n name: tomcat\n state: latest\n- name: enable tomcat at boot\n service:\n name: tomcat\n enabled: yes\n\n- name: create ansible tomcat directory\n file:\n path: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 782, "all_permissive": false }
ansible_role
lumirsliva/workstation_setup
62e40baeb84a2a6fd87eaa7f0cf52859247d797f
0
roles/SUSEConnect
7,076
[ "no_license" ]
[ { "path": "roles/SUSEConnect/tasks/main.yml", "content": "---\n\n- name: SUSEConnect register\n command: 'SUSEConnect -r INTERNAL-USE-ONLY-dddb-0120 -e <EMAIL>'\n when: ansible_distribution == 'SLES'\n tags:\n - SUSEConnect\n\n- name: add SDK extension\n command: 'SUSEConnect -p sle-sdk/12.3/x86_64'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
lumirsliva/workstation_setup
62e40baeb84a2a6fd87eaa7f0cf52859247d797f
0
roles/copy
7,076
[ "no_license" ]
[ { "path": "roles/copy/tasks/main.yml", "content": "---\n- name: Create .config/openstack directory\n file:\n path: /home/yo/.config/openstack/\n state: directory\n owner: yo\n group: users\n become: yes\n\n- name: Copy clouds.yaml with owner and permissions\n copy:\n src: /Users/yo/.config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1128, "all_permissive": false }
ansible_role
lumirsliva/workstation_setup
62e40baeb84a2a6fd87eaa7f0cf52859247d797f
0
roles/prepare_automation_repo
7,076
[ "no_license" ]
[ { "path": "roles/prepare_automation_repo/tasks/main.yml", "content": "---\n\n - name: Prepare automation repo\n git:\n repo: https://github.com/SUSE-Cloud/automation\n dest: /home/yo/cloud\n key_file: /Users/yo/.ssh/celtics.pem\n become: yes\n become_user: yo\n tags:\n - git\n\n - name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
lumirsliva/workstation_setup
62e40baeb84a2a6fd87eaa7f0cf52859247d797f
0
roles/useradd
7,076
[ "no_license" ]
[ { "path": "roles/useradd/tasks/main.yml", "content": "---\n\n\n- name: Add User\n user: \n name={{ item.name }} \n home={{ item.home }} \n shell={{ item.shell }} \n groups=users,wheel \n generate_ssh_key=yes \n ssh_key_bits=2048\n with_items: '{{ system_users }}'\n become: yes\n tags:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 688, "all_permissive": false }
ansible_role
lumirsliva/workstation_setup
62e40baeb84a2a6fd87eaa7f0cf52859247d797f
0
roles/zypper_pip
7,076
[ "no_license" ]
[ { "path": "roles/zypper_pip/tasks/main.yml", "content": "---\n\n- name: Install python and python-xml for LEAP\n vars:\n packages_a: [python,python-xml]\n command: 'zypper in {{ item }}'\n become: yes\n with_items: '{{ packages_a }}'\n when: ansible_distribution == 'openSUSE Leap'\n tags:\n - le...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 853, "all_permissive": false }
ansible_role
mrcarvalho36268/ansible_bgp_lab_config_check_write_clear
3cc6a7102371d425576fa493f7d0cc2fc62394e4
0
roles/common
7,076
[ "no_license" ]
[ { "path": "roles/common/templates/common.j2", "content": "\nusername {{ user_name}} priv 15 password {{ <PASSWORD>_<PASSWORD>}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name: deploys com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 143, "all_permissive": false }
ansible_role
makschihin/demo2_home
0830a3ceceed3befdd199c306d0c6928a6d103d9
0
ansible/roles/java
7,076
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n\n- name: Updates apt cache\n apt: update_cache=true\n\n- name: Install openjdk\n apt:\n name:\n - openjdk-8-jdk\n autoclean: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
makschihin/demo2_home
0830a3ceceed3befdd199c306d0c6928a6d103d9
0
ansible/roles/jenkins
7,076
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "- name: Updates apt cache\n apt: update_cache=true\n\n- name: Ensure group jenkins exists\n group:\n name: jenkins\n state: present\n\n- name: Add the user jenkins\n user:\n name: jenkins\n shell: /bin/bash\n groups:\n - je...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
makschihin/demo2_home
0830a3ceceed3befdd199c306d0c6928a6d103d9
0
ansible/roles/postgresql
7,076
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "---\n- name: Updates apt cache\n apt: update_cache=true\n\n- name: Postgresql | install postgresql packages.\n apt:\n name:\n - postgresql\n - postgresql-server-dev*\n - python-pip\n state: latest\n autoclean: yes\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
catalab/ansible-tut
2dfc1980e307e1373d21ba44a3fb1bc853586330
0
sushi/roles/git-stuff
7,076
[ "no_license" ]
[ { "path": "sushi/roles/git-stuff/tasks/main.yml", "content": "- name: install packages \n yum: \n name: \"{{item}}\"\n update_cache: yes\n loop:\n - \"git\"\n\n- name: create directory\n file: \n path: \"{{ ansible_www_dir }}\"\n state: directory\n\n- name: download web dummy-samples\n gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
catalab/ansible-tut
2dfc1980e307e1373d21ba44a3fb1bc853586330
0
sushi/roles/nginx-conf
7,076
[ "no_license" ]
[ { "path": "sushi/roles/nginx-conf/tasks/main.yml", "content": "- name: install packages \n yum: \n name: \"{{item}}\"\n update_cache: yes\n loop:\n - \"nginx\"\n\n\n- name: Find /var/log files equal or greater than 10 megabytes ending with .old or .log.gz\n find:\n paths: \"{{ htmls_source }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1314, "all_permissive": false }
ansible_role
apodoplelov/dclou-admin
463ec8022f70824ff50f8722cfc7821928025045
0
roles/test
7,076
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: Test\n shell: ls -1\n register: out\n- debug: var=hostvars[inventory_hostname].ansible_interfaces\n- debug: var=hostvars[inventory_hostname].ansible_all_ipv4_addresses\n\n# - name: Test\n# shell: echo {{hostvars[inventory_hostname].net | ipaddr(...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
apodoplelov/dclou-admin
463ec8022f70824ff50f8722cfc7821928025045
0
roles/vclean
7,076
[ "no_license" ]
[ { "path": "roles/vclean/tasks/main.yml", "content": "- name: Delete old virtual machines\n shell: |\n if [ -f /vm/images/{{host}}.qcow2 ]; then\n virsh destroy {{host}}\n virsh undefine {{host}}\n rm -f /vm/images/{{host}}.qcow2\n rm -fr /vm/conf/{{hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
apodoplelov/dclou-admin
463ec8022f70824ff50f8722cfc7821928025045
0
roles/virts
7,076
[ "no_license" ]
[ { "path": "roles/virts/templates/network.j2", "content": "{% set iface = hostvars[inventory_hostname].iface %}\n{% set net = hostvars[inventory_hostname].net %}\n<network>\n <name>bastion.net</name>\n <bridge name=\"{{iface}}\" />\n <forward mode=\"route\" />\n <ip address=\"{{net | ipaddr('1') | ipaddr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3594, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/aws-instances
7,076
[ "no_license" ]
[ { "path": "roles/aws-instances/tasks/main.yaml", "content": "---\n- name: Create EC2 Instances\n ec2_instance:\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n region: \"{{ instance.aws_region }}\"\n state: present\n instance_type: \"{{ instance.aws_ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 989, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/aws-instances-retire
7,076
[ "no_license" ]
[ { "path": "roles/aws-instances-retire/tasks/main.yaml", "content": "---\n- name: Retire AWS Instances\n ec2_instance:\n filters:\n \"tag:Name\": \"{{ instance.name }}\"\n region: \"{{ instance.aws_region }}\"\n state: terminated\n wait: no\n loop: \"{{ aws_instances }}\"\n loop_control:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/edge-configure-vip
7,076
[ "no_license" ]
[ { "path": "roles/edge-configure-vip/vars/main.yml", "content": "---\n# vars file for edge-configure-vip\nadd_vip: \"{{ tower_input_add_vip | default(true) }}\"\ninterface_name: \"{{ tower_input_interface_name | default('ens192') }}\"", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 599, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/openshift-create-edge-endpoints
7,076
[ "no_license" ]
[ { "path": "roles/openshift-create-edge-endpoints/tasks/main.yaml", "content": "---\n# tasks file for openshift-create-edge-endpoints\n- block:\n - name: Add Endpoints\n local_action:\n module: community.kubernetes.k8s\n state: present\n apply: yes\n definition:\n apiVersion: v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1497, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/openshift-create-resources-from-file
7,076
[ "no_license" ]
[ { "path": "roles/openshift-create-resources-from-file/tasks/main.yml", "content": "---\n# tasks file for openshift-create-resources\n- name: Loop over files, parse each and create objects\n include_tasks: parse_and_create_object.yml\n loop: \"{{ object_definition_files }}\"\n\n", "license_type": "no_l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 752, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/openshift-manage-edge-resources
7,076
[ "no_license" ]
[ { "path": "roles/openshift-manage-edge-resources/tasks/main.yml", "content": "---\n# tasks file for openshift-manage-edge-resources\n- name: Manage all {{ resource_type }} resources to make sure they are {{ resource_state }}\n include_tasks: manage-service-monitor.yml\n when: resource_type == 'service-mon...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2339, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/openshift-remove-edge-endpoints
7,076
[ "no_license" ]
[ { "path": "roles/openshift-remove-edge-endpoints/tasks/main.yml", "content": "---\n# tasks file for openshift-remove-edge-endpoints\n- block:\n - name: remove services\n local_action:\n module: community.kubernetes.k8s\n state: absent\n definition:\n kind: Service\n apiVersi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1437, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/pcp
7,076
[ "no_license" ]
[ { "path": "roles/pcp/vars/main.yml", "content": "---\n# Image registry_vars\nimage_registry: \"{{ tower_secret_image_registry | default('quay.io') }}\"\nimage_registry_username: \"{{ tower_secret_image_registry_username | default('admin') }}\"\nimage_registry_password: \"{{ tower_secret_image_registry_passw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1158, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/pfsense-csrf
7,076
[ "no_license" ]
[ { "path": "roles/pfsense-csrf/tasks/token-update.yaml", "content": "- name: Query pfSense for CSRF Token\n uri:\n headers:\n Cookie: \"{{ pfsense_content.set_cookie }}\"\n method: GET\n return_content: yes\n status_code: [200, 302]\n url: \"https://{{ pfsense_hostname }}/{{ csrf_uri }}\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2624, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/pfsense-dhcp-reserved-ip
7,076
[ "no_license" ]
[ { "path": "roles/pfsense-dhcp-reserved-ip/tasks/main.yaml", "content": "- name: Grab CSRF Token\n include_role:\n name: pfsense-csrf\n vars:\n csrf_uri: \"\"\n\n- name: Set Payload for DHCP Reservation\n set_fact:\n body: >-\n {{\n [\n [ \"__csrf_magic\", csrf_magic ],\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2619, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/podman-pull-and-run-image
7,076
[ "no_license" ]
[ { "path": "roles/podman-pull-and-run-image/tasks/main.yml", "content": "---\n# tasks file for podman-pull-and-run-image\n#collection containers.podman required\n- name: pull down the {{ image_namespace }}/{{ image_name }}:{{ image_tag }} image from {{ image_registry }}\n containers.podman.podman_image:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1647, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/podman-stop-and-remove-image
7,076
[ "no_license" ]
[ { "path": "roles/podman-stop-and-remove-image/tasks/main.yml", "content": "---\n# tasks file for podman-stop-and-remove-image\n#collection containers.podman required\n- name: Stop the {{ container_name }} container \n containers.podman.podman_container:\n name: \"{{ container_name }}\"\n image: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 844, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/rsyslog
7,076
[ "no_license" ]
[ { "path": "roles/rsyslog/tasks/main.yaml", "content": "---\n- name: Allow rsyslog to Send Remote Traffic\n seport:\n ports: \"{{ elasticsearch_port }}\"\n proto: tcp\n setype: syslog_tls_port_t\n state: present\n tags:\n - rsyslog\n - selinux\n\n- name: Copy rsyslog Configuration\n temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1658, "all_permissive": false }
ansible_role
sa-ne/rhel-edge
d00245f2eacd20724f3c101f06f53a186de9f946
5
roles/vmware-instances
7,076
[ "no_license" ]
[ { "path": "roles/vmware-instances/tasks/main.yaml", "content": "- name: Create VMs\n vmware_guest:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n cluster: \"{{ vcenter_cluster }}\"\n datacenter: \"{{ vc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2976, "all_permissive": false }
ansible_role
itsmaniche18/Terraform-Ansible-AWS-Mongo-Redis
0855345dc9ed8c277039a97fa9428cb079062415
0
instances/provision/roles/mongodb
7,076
[ "no_license" ]
[ { "path": "instances/provision/roles/mongodb/tasks/main.yml", "content": "- hosts: all\n become: true\n name: mongo-install\n tasks:\n - name: Install aptitude using apt\n apt:\n name: aptitude\n state: latest\n update_cache: yes\n - name: Add MongoDB key\n become: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1339, "all_permissive": false }
ansible_role
namtruong95/ansible-learning
4ebb1ecc23e878d686dce5fcc1ae28944464efe0
0
roles/angular-pm2
7,076
[ "no_license" ]
[ { "path": "roles/angular-pm2/files/ecosystem.config.js", "content": "module.exports = {\n apps: [\n {\n name: \"angular\",\n script: \"app.js\",\n instances: 1,\n autorestart: true,\n watch: false,\n max_memory_restart: \"512M\"\n }\n ]\n};\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 891, "all_permissive": false }
ansible_role
namtruong95/ansible-learning
4ebb1ecc23e878d686dce5fcc1ae28944464efe0
0
roles/h5bp
7,076
[ "no_license" ]
[ { "path": "roles/h5bp/tasks/main.yml", "content": "---\n- name: Stop nginx\n command: service nginx stop\n- name: update nginx config\n copy:\n src: ./sites-available\n dest: /etc/nginx\n\n# - name: link sites-available to sites-sites-enabled\n# file:\n# src: /etc/nginx/sites-available/{{ item.src...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1170, "all_permissive": false }
ansible_role
namtruong95/ansible-learning
4ebb1ecc23e878d686dce5fcc1ae28944464efe0
0
roles/misc
7,076
[ "no_license" ]
[ { "path": "roles/misc/tasks/centos.yml", "content": "---\n- name: update yum cache\n yum: name=* state=latest update_cache=yes\n\n- name: Install prerequisites\n yum: >\n name={{ item }}\n state=present\n with_items:\n - vim\n - telnet\n\n- name: Ensure the OS already has swap partition\n sc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1581, "all_permissive": false }
ansible_role
jemuelbjeroham/fortigate-firewall
17933c0da0f54e006feb66d9b623549afb8c2a52
0
roles/rule_creation
7,076
[ "no_license" ]
[ { "path": "roles/rule_creation/tasks/main.yml", "content": "---\n- name: Verifying whether the source address is present or not\n fortinet.fortios.fortios_firewall_address:\n vdom: \"root\"\n access_token: \"{{ access_token }}\"\n firewall_address:\n name: \"{{ src_address }}\"\n register: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1780, "all_permissive": false }
ansible_role
bestteam2/ansible
38e692642457ec25af65f742a4e961ad9278ad72
0
sugdiyona-nagios/roles/diana.nagios-client
7,076
[ "no_license" ]
[ { "path": "sugdiyona-nagios/roles/diana.nagios-client/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/diana.nagios-client\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "sugdiyona-nagios/roles/dian...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1505, "all_permissive": false }
ansible_role
bestteam2/ansible
38e692642457ec25af65f742a4e961ad9278ad72
0
sugdiyona-nagios/roles/diana.nagios-server
7,076
[ "no_license" ]
[ { "path": "sugdiyona-nagios/roles/diana.nagios-server/tasks/main.yml", "content": "---\n# tasks file for roles/diana.nagios-server\n- name: Install epel-release\n yum:\n name: epel-release\n state: latest\n\n\n- name: Installing packages\n yum:\n name: \"{{ item }}\"\n state: latest\n loop: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4256, "all_permissive": false }
ansible_role
bestteam2/ansible
38e692642457ec25af65f742a4e961ad9278ad72
0
sugdiyona-nagios/roles/diana.nagios_add_servers
7,076
[ "no_license" ]
[ { "path": "sugdiyona-nagios/roles/diana.nagios_add_servers/vars/main.yml", "content": "---\n# vars file for roles/diana.nagios_add_servers\ntarget_server_list:\n - server_name: \"NTP1\"\n server_ip: \"192.168.34.11\"\n \n - server_name: \"NTP2\"\n server_ip: \"192.168.34.12\"\n\n - server_name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3662, "all_permissive": false }
ansible_role
ephimoff/ansible-dotfiles
6e7c813d9b816db561e4de736959be117a4e5566
0
roles/applications-preferences
7,096
[ "no_license" ]
[ { "path": "roles/applications-preferences/tasks/main.yml", "content": "---\n- name: Ensure dotfiles repository is cloned locally\n git:\n repo: \"{{ dotfiles_repo }}\"\n dest: \"{{ dotfiles_repo_local_destination }}\"\n accept_hostkey: \"{{ dotfiles_repo_accept_hostkey }}\"\n\n- name: Symlink Kara...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2735, "all_permissive": false }
ansible_role
ephimoff/ansible-dotfiles
6e7c813d9b816db561e4de736959be117a4e5566
0
roles/brew
7,096
[ "no_license" ]
[ { "path": "roles/brew/defaults/main.yml", "content": "---\n# The GitHub repository for Homebrew core.\nhomebrew_repo: https://github.com/Homebrew/brew\n\n# The path where Homebrew will be installed (homebrew_prefix is the parent directory). \n# It is recommended you stick to the default, otherwise Homebrew ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5987, "all_permissive": false }
ansible_role
ephimoff/ansible-dotfiles
6e7c813d9b816db561e4de736959be117a4e5566
0
roles/directories
7,096
[ "no_license" ]
[ { "path": "roles/directories/defaults/main.yml", "content": "---\n# folders to create\nfolders:\n - \"{{general.local_home}}/Downloads/.transmission/incomplete\"\n - \"{{general.local_home}}/Projects/eclipse_workspace\"\n - \"{{general.local_home}}/Projects/scripts\"\n - \"{{general.local_home}}/.dotfil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 473, "all_permissive": false }
ansible_role
ephimoff/ansible-dotfiles
6e7c813d9b816db561e4de736959be117a4e5566
0
roles/dotfiles
7,096
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: Ensure dotfiles repository is cloned locally\n git:\n repo: \"{{ dotfiles_repo }}\"\n dest: \"{{ dotfiles_repo_local_destination }}\"\n accept_hostkey: \"{{ dotfiles_repo_accept_hostkey }}\"\n\n- name: Backup existing dotfiles\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1970, "all_permissive": false }
ansible_role
ephimoff/ansible-dotfiles
6e7c813d9b816db561e4de736959be117a4e5566
0
roles/macos
7,096
[ "no_license" ]
[ { "path": "roles/macos/defaults/main.yml", "content": "---\n# system_preferences\nfinder:\n enable_folders_on_top: true\n enable_full_path: true\n show_status_bar: true\n show_path_bar: true\n search_scope: SCcf # search the current folder by default\n default_view: clmv # Use column view by default\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 11187, "all_permissive": false }
ansible_role
ephimoff/ansible-dotfiles
6e7c813d9b816db561e4de736959be117a4e5566
0
roles/npm
7,096
[ "no_license" ]
[ { "path": "roles/npm/defaults/main.yml", "content": "---\nnode_installed_packages:\n - gulp\n - jshint\n - jslint\n - nodemon", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/npm/tasks/main.yml", "content": "---\n- name: Ensure Node an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 345, "all_permissive": false }
ansible_role
ephimoff/ansible-dotfiles
6e7c813d9b816db561e4de736959be117a4e5566
0
roles/ruby
7,096
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: Ensure rbenv is installed\n homebrew: \n name: rbenv\n state: present\n\n- name: Init rbenv\n shell: eval \"$(rbenv init -)\"\n\n- name: Check installed ruby versions\n shell: rbenv versions --bare\n register: rbenv_installed_ruby_ver...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1099, "all_permissive": false }
ansible_role
ephimoff/ansible-dotfiles
6e7c813d9b816db561e4de736959be117a4e5566
0
roles/ssh
7,096
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Ensure .ssh directory exists\n file:\n path: \"{{ ssh_base_dir }}\"\n state: directory\n mode: 0700\n # register: ssh_config\n # changed_when: false\n\n# - name: copy ssh config if doesn't exists\n# copy:\n# src: \"{{genera...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1777, "all_permissive": false }
ansible_role
ephimoff/ansible-dotfiles
6e7c813d9b816db561e4de736959be117a4e5566
0
roles/vim
7,096
[ "no_license" ]
[ { "path": "roles/vim/defaults/main.yml", "content": "---\nvundle_config_dir: \"{{general.local_home}}/.vim\"\nvundle_repo: \"git://github.com/VundleVim/Vundle.vim.git\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/vim/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 586, "all_permissive": false }
ansible_role
ephimoff/ansible-dotfiles
6e7c813d9b816db561e4de736959be117a4e5566
0
roles/zsh
7,096
[ "no_license" ]
[ { "path": "roles/zsh/defaults/main.yml", "content": "---\noh_my_zsh_theme_repo: \"https://github.com/bhilburn/powerlevel9k.git\"\noh_my_zsh_theme_dest: \"{{general.local_home}}/.oh-my-zsh/custom/themes/powerlevel9k\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157 },...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 705, "all_permissive": false }
ansible_role
pgraffigna/ansible_role_users
fd32560e27adc609c05963f3f1e8e4ec893e092c
0
roles/creacion_usuarios
7,096
[ "no_license" ]
[ { "path": "roles/creacion_usuarios/tasks/main.yml", "content": "---\n - name: debug\n debug:\n msg: \"usuario:{{ usuario }} --- password:{{ <PASSWORD> }}\"\n\n - name: Creando usuarios\n user:\n name: \"{{ usuario }}\"\n comment: administrador\n shell: /bin/bash\n generate_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": false }
ansible_role
sidd-harth/ansible-gcp-docker
9cee222dab2af20be3d5de38ae2e16092d292dec
2
roles/gcp-infra
7,096
[ "no_license" ]
[ { "path": "roles/gcp-infra/tasks/create_infra.yml", "content": "---\n- name: create a network\n gcp_compute_network:\n name: ansible-network\n auto_create_subnetworks: yes\n project: \"{{ gcp_project }}\"\n state: present\n auth_kind: serviceaccount\n service_account_file: \"{{ service_ac...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5091, "all_permissive": false }
ansible_role
Mankianer/HomeCastle-ansible
e97c78d760d9286c55704ac39a336c8c431e66aa
0
roles/bootstrap_timer
7,096
[ "no_license" ]
[ { "path": "roles/bootstrap_timer/README.adoc", "content": "// roles/bootstrap_timer/README.adoc\n= Ansible Role: bootstrap_timer\n\nThis role sets up a systemd timer and service to regularly run `ansible-pull` for automated configuration management.\n\n== Requirements\n\n* Ansible >= 2.15\n* Supported on Ub...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4115, "all_permissive": false }
ansible_role
Mankianer/HomeCastle-ansible
e97c78d760d9286c55704ac39a336c8c431e66aa
0
roles/fluxcd
7,096
[ "no_license" ]
[ { "path": "roles/fluxcd/defaults/main.yml", "content": "---\nfluxcd_linuxbrew_user_name: \"{{ linuxbrew_user_name | default('linuxbrew', true) }}\"\n\nfluxcd_linuxbrew_prefix_user: >-\n {{ linuxbrew_prefix_user\n | default('/home/' ~ fluxcd_linuxbrew_user_name ~ '/.linuxbrew', true) }}\n", "licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1609, "all_permissive": false }
ansible_role
Mankianer/HomeCastle-ansible
e97c78d760d9286c55704ac39a336c8c431e66aa
0
roles/host_hardening
7,096
[ "no_license" ]
[ { "path": "roles/host_hardening/meta/main.yml", "content": "galaxy_info:\n author: Mankianer\n min_ansible_version: \"2.15\"\n license: MIT\n description: \"Use SSH hardening, fail2ban and UFW to harden the host\"\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4842, "all_permissive": false }
ansible_role
Mankianer/HomeCastle-ansible
e97c78d760d9286c55704ac39a336c8c431e66aa
0
roles/linuxbrew
7,096
[ "no_license" ]
[ { "path": "roles/linuxbrew/tasks/main.yml", "content": "---\n- name: Create linuxbrew user without login shell\n ansible.builtin.user:\n name: \"{{ linuxbrew_user_name }}\"\n shell: \"{{ linuxbrew_user_shell }}\"\n comment: \"User for Homebrew/Linuxbrew installations\"\n create_home: true\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1584, "all_permissive": false }
ansible_role
Mankianer/HomeCastle-ansible
e97c78d760d9286c55704ac39a336c8c431e66aa
0
roles/microk8s
7,096
[ "no_license" ]
[ { "path": "roles/microk8s/meta/main.yml", "content": "galaxy_info:\n author: Mankianer\n min_ansible_version: \"2.15\"\n license: MIT\n description: Install and configure MicroK8s on Ubuntu hosts\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1077, "all_permissive": false }
ansible_role
friedaji/docker
f32df63051f8ae03654018ef585f42552e800347
0
ansible/books/lamp/roles/apache2
7,096
[ "no_license" ]
[ { "path": "ansible/books/lamp/roles/apache2/tasks/main.yml", "content": "---\n- name: Install Apache\n apt: \n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - apache2\n - apache2-utils\n\n\n- name: Enable modules\n command: a2enmod \"{{ item }}\"\n with_items:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1319, "all_permissive": false }
ansible_role
friedaji/docker
f32df63051f8ae03654018ef585f42552e800347
0
ansible/books/lamp/roles/letsencrypt
7,096
[ "no_license" ]
[ { "path": "ansible/books/lamp/roles/letsencrypt/tasks/main.yml", "content": "---\n- name: Install Apache\n apt: name={{item}} state=present\n with_items:\n - apache2\n - apache2-utils\n\n- name: Enable modules\n command: a2enmod {{item}}\n with_items:\n - ssl\n\n- name: Stop Apache\n service: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 813, "all_permissive": false }
ansible_role
friedaji/docker
f32df63051f8ae03654018ef585f42552e800347
0
ansible/books/lamp/roles/mysql
7,096
[ "no_license" ]
[ { "path": "ansible/books/lamp/roles/mysql/tasks/main.yml", "content": "---\n- name: install apt packages\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - mysql-server\n - mysql-client\n - mysql-utilities\n\n- name: copy config\n templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
friedaji/docker
f32df63051f8ae03654018ef585f42552e800347
0
ansible/books/lamp/roles/ntp
7,096
[ "no_license" ]
[ { "path": "ansible/books/lamp/roles/ntp/templates/ntpd.j2", "content": "# $OpenBSD: ntpd.conf,v 1.3 2015/05/18 11:10:03 dtucker Exp $\n# sample ntpd configuration file, see ntpd.conf(5)\n\n# Addresses to listen on (ntpd does not listen by default)\n#listen on *\n#listen on 127.0.0.1\n#listen on ::1\n\n# syn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1093, "all_permissive": false }
ansible_role
friedaji/docker
f32df63051f8ae03654018ef585f42552e800347
0
ansible/books/lamp/roles/php
7,096
[ "no_license" ]
[ { "path": "ansible/books/lamp/roles/php/tasks/main.yml", "content": "---\n- name: Install PHP\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n with_items:\n - php-fpm\n - php-mysql\n - php-curl\n - php-gd\n - php-json\n - php-mcrypt\n - php-opcache\n - ph...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
friedaji/docker
f32df63051f8ae03654018ef585f42552e800347
0
ansible/books/vuejs/roles/run
7,096
[ "no_license" ]
[ { "path": "ansible/books/vuejs/roles/run/tasks/main.yml", "content": "- name: mkdir\n shell: mkdir -p /var/app\n#- copy:\n# src: package.json\n# dest: /var/app/\n- name: install npm\n shell: npm install && npm cache clean\n args:\n chdir: /var/app\n- name: install vue-cli\n shell: npm install vue-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 851, "all_permissive": false }
ansible_role
binodluitel/rpi-ansible
65736bd79453e6d44c89610012f81a0c59f297c0
1
roles/common
7,096
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: Ping my hosts\n ansible.builtin.ping:\n\n- name: Update apt-cache and do dist upgrade\n become: true\n apt:\n update_cache: yes\n cache_valid_time: 86400\n upgrade: dist\n\n- name: Check if reboot is required\n stat:\n path: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1274, "all_permissive": false }
ansible_role
binodluitel/rpi-ansible
65736bd79453e6d44c89610012f81a0c59f297c0
1
roles/containerd
7,096
[ "no_license" ]
[ { "path": "roles/containerd/tasks/main.yaml", "content": "---\n- name: Install Container Runtime\n ansible.builtin.apt:\n pkg:\n - containerd\n - containernetworking-plugins\n\n- name: Create containerd config directory\n ansible.builtin.file:\n path: /etc/containerd/\n state: directory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 899, "all_permissive": false }
ansible_role
binodluitel/rpi-ansible
65736bd79453e6d44c89610012f81a0c59f297c0
1
roles/databases
7,096
[ "no_license" ]
[ { "path": "roles/databases/tasks/main.yaml", "content": "---\n- name: Configure databases\n ansible.builtin.debug:\n msg: Configuring all databases nodes\n tags: databases\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
binodluitel/rpi-ansible
65736bd79453e6d44c89610012f81a0c59f297c0
1
roles/kubernetes
7,096
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/cni/flannel.bin.yaml", "content": "---\n- name: Download and install Flannel\n ansible.builtin.get_url:\n url: https://github.com/flannel-io/flannel/releases/download/{{ flannel_version }}/flanneld-arm64\n dest: /usr/local/bin/flanneld\n owner: root\n group: ro...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6196, "all_permissive": false }
ansible_role
binodluitel/rpi-ansible
65736bd79453e6d44c89610012f81a0c59f297c0
1
roles/network
7,096
[ "no_license" ]
[ { "path": "roles/network/tasks/network.yaml", "content": "- name: create /etc/modules-load.d/k8s.conf\n ansible.builtin.copy:\n content: |\n overlay\n br_netfilter\n dest: /etc/modules-load.d/k8s.conf\n backup: yes\n owner: root\n group: root\n mode: '0644'\n\n- name: modprobe o...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 869, "all_permissive": false }
ansible_role
404mike/ansible-playbook
9de23bce8db7df77099e7d0898392b511830def3
1
ansible/roles/app
7,096
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n\n- name: App | Setting Folder Permissions\n command: chmod -R 755 {{ app.laravel_storage }}\n\n- name: App | Composer install\n command: composer install chdir={{ app.laravel_install_dir }}\n\n- name: App | Create copy of .env file\n command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
404mike/ansible-playbook
9de23bce8db7df77099e7d0898392b511830def3
1
ansible/roles/elasticsearch
7,096
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- include: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Configure Elasticsearch.\n lineinfile: >\n dest=/etc/elasticsearch/elasticsearch.ym...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
404mike/ansible-playbook
9de23bce8db7df77099e7d0898392b511830def3
1
ansible/roles/maven
7,096
[ "no_license" ]
[ { "path": "ansible/roles/maven/templates/maven.sh", "content": "export M2_HOME=/usr/local/maven\nexport M2=$M2_HOME/bin\nPATH=$M2:$PATH", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/roles/maven/tasks/main.yml", "content": "---\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 841, "all_permissive": false }
ansible_role
404mike/ansible-playbook
9de23bce8db7df77099e7d0898392b511830def3
1
ansible/roles/mongodb
7,096
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/handlers/main.yml", "content": "---\n- name: restart mongodb\n service: name=mongod enabled=yes state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "ansible/roles/mongodb/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1056, "all_permissive": false }
ansible_role
404mike/ansible-playbook
9de23bce8db7df77099e7d0898392b511830def3
1
ansible/roles/nodejs
7,096
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: install dependencies\n apt: pkg={{ item }} state=latest update_cache=yes\n with_items:\n - python-pycurl\n# - name: Add the nodejs repo\n# apt_repository: repo=\"ppa:chris-lea/node.js\"\n- name: Install nodejs\n apt: pkg={{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 710, "all_permissive": false }
ansible_role
404mike/ansible-playbook
9de23bce8db7df77099e7d0898392b511830def3
1
ansible/roles/solr
7,096
[ "no_license" ]
[ { "path": "ansible/roles/solr/tasks/solr-home.yml", "content": "---\n- name: Check if solr_home is already set up.\n stat: \"path={{ solr_home }}/solr.xml\"\n register: solr_example\n\n- name: Ensure solr_home directory exists.\n file:\n path: \"{{ solr_home }}\"\n state: directory\n owner: \"{{...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 8563, "all_permissive": false }
ansible_role
404mike/ansible-playbook
9de23bce8db7df77099e7d0898392b511830def3
1
ansible/roles/solr5
7,096
[ "no_license" ]
[ { "path": "ansible/roles/solr5/tasks/main.yml", "content": "---\n- name: Download solr-5\n get_url: url=http://apache.mirror1.spango.com/lucene/solr/5.2.1/solr-5.2.1.tgz dest=/tmp\n\n- name: untar solr\n command: tar xzf solr-5.2.1.tgz solr-5.2.1/bin/install_solr_service.sh --strip-components=2 chdir=/tmp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 692, "all_permissive": false }
ansible_role
404mike/ansible-playbook
9de23bce8db7df77099e7d0898392b511830def3
1
ansible/roles/yo
7,096
[ "no_license" ]
[ { "path": "ansible/roles/yo/tasks/main.yml", "content": "---\n\n- name: App | install yo angular\n command: yo angular laravel chdir={{ yo.install_dir }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }