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
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/config
7,940
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yml", "content": "---\n\n- name: 'Clone pass repository'\n git:\n repo: <EMAIL>:mskwarek/pass.git\n version: master\n dest: ~/.password-store\n\n- name: 'Include predefined mail accounts'\n include_vars:\n file: mails.yml\n\n- name: 'Generate emacs settings'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9183, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/dev
7,940
[ "no_license" ]
[ { "path": "roles/dev/tasks/main.yml", "content": "---\n- name: 'Install a list of packages'\n apt:\n name: \"{{ packages }}\"\n state: present\n install_recommends: no\n vars:\n packages:\n - docker.io\n - docker-compose\n - git\n - gcc\n - g++\n - make\n - cmake\n - py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/doom_emacs
7,940
[ "no_license" ]
[ { "path": "roles/doom_emacs/tasks/main.yml", "content": "---\n\n- name: 'Clone doom repository'\n git:\n repo: 'https://github.com/hlissner/doom-emacs'\n dest: '~/.emacs.d'\n version: '279ca195d52bbb0ee8fff4bd0d6cab32cb33565d'\n\n- name: 'Install doom' # noqa 301 305\n shell: '~/.emacs.d/bin/doo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/emacs
7,940
[ "no_license" ]
[ { "path": "roles/emacs/tasks/main.yml", "content": "---\n\n- name: 'Install emacs package'\n apt:\n name: \"{{ packages }}\"\n state: present\n install_recommends: no\n vars:\n packages:\n - emacs\n - git\n - ca-certificates\n become: yes\n\n- name: 'Install emacs mu4e packages'\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/hardening
7,940
[ "no_license" ]
[ { "path": "roles/hardening/tasks/main.yml", "content": "---\n\n- name: 'Set permissions on GRUB configuration'\n become: true\n file:\n path: /boot/grub/grub.cfg\n owner: root\n group: root\n mode: og-rwx\n\n- name: 'Set permissions on /etc/* config files'\n become: true\n file:\n path: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/i3
7,940
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n\n- name: 'Install additional packages'\n become: true\n apt:\n name: \"{{ item }}\"\n state: present\n install_recommends: no\n loop:\n - i3\n - i3lock\n - i3status\n - sysstat\n - acpi #only for laptops\n\n- name: 'Create i3 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/spacemacs
7,940
[ "no_license" ]
[ { "path": "roles/spacemacs/tasks/main.yml", "content": "---\n\n- name: 'Clone spacemacs repository'\n git:\n repo: 'https://github.com/syl20bnr/spacemacs'\n dest: '~/.emacs.d'\n version: '26b8fe0c317915b622825877eb5e5bdae88fb2b2'\n\n- name: 'Create .spacemacs config'\n copy:\n src: .spacemacs\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/ssh
7,940
[ "no_license" ]
[ { "path": "roles/ssh/defaults/hosts.yml", "content": "---\n\nssh_hosts:\n - host: 'somehost'\n hostname: '172.16.17.32'\n user: 'someuser'\n port: 22\n identity_file: '~/.ssh/id_rsa'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path": "r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 788, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/terminal
7,940
[ "no_license" ]
[ { "path": "roles/terminal/tasks/mail.yml", "content": "---\n- name: 'Install a list of packages'\n apt:\n name: \"{{ packages }}\"\n state: present\n install_recommends: no\n vars:\n packages:\n - vim\n - tmux\n - htop\n - borgbackup\n - pass\n - stress\n - ethtool\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/where_is_my_env
7,940
[ "no_license" ]
[ { "path": "roles/where_is_my_env/tasks/brave.yml", "content": "---\n\n- name: 'Add brave repository key'\n become: true\n apt_key:\n keyserver: keyserver.ubuntu.com\n state: present\n id: <KEY>\n\n- name: 'Add brave repository'\n become: true\n apt_repository:\n repo: deb [arch=amd64] https:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2232, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/xmonad
7,940
[ "no_license" ]
[ { "path": "roles/xmonad/files/xmobar.hs", "content": "\nConfig {\n font = \"xft:Hack:size=11:antialias=true\"\n , bgColor = \"black\"\n\t, fgColor = \"grey\"\n\t--, position = TopW L 90\n\t, lowerOnStart = True\n\t, commands = [ Run Weather \"KVIH\" [\"-t\",\" <tempF>°F\",\"-L\",\"64\",\"-H\",\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5564, "all_permissive": false }
ansible_role
mskwarek/martu
24948eaab20742629b5734261dac7558e48dfdd2
2
roles/yubikey
7,940
[ "no_license" ]
[ { "path": "roles/yubikey/tasks/main.yml", "content": "---\n\n- name: 'Install required packaged'\n apt:\n name: \"{{ item }}\"\n state: present\n install_recommends: no\n loop:\n - gnupg2\n - gnupg-agent\n - dirmngr\n - cryptsetup\n - scdaemon\n - pcscd\n - secure-delete\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 717, "all_permissive": false }
ansible_role
Tiblouk/DevOps
93a8a23662302b762f8f737f17d13c7e8e87d051
0
TP_3/ansible/roles/app_setup
7,940
[ "no_license" ]
[ { "path": "TP_3/ansible/roles/app_setup/tasks/main.yml", "content": "---\n# tasks file for roles/app_setup\n\n- name: Start Docker container for Spring Boot application\n docker_container:\n name: tp1_backend_1\n image: tiblouk/tp-devops-simple-api\n env:\n DB_HOST: \"{{ DB_HOST }}\"\n D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 526, "all_permissive": false }
ansible_role
Tiblouk/DevOps
93a8a23662302b762f8f737f17d13c7e8e87d051
0
TP_3/ansible/roles/database_setup
7,940
[ "no_license" ]
[ { "path": "TP_3/ansible/roles/database_setup/tasks/main.yml", "content": "---\n# tasks file for roles/database_setup\n\n# Démarrage du service PostgreSQL\n- name: Start PostgreSQL container\n docker_container:\n name: tp1_database_1\n image: tiblouk/tp-devops-postgres\n env:\n POSTGRES_PASSWO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 475, "all_permissive": false }
ansible_role
Tiblouk/DevOps
93a8a23662302b762f8f737f17d13c7e8e87d051
0
TP_3/ansible/roles/docker_setup
7,940
[ "no_license" ]
[ { "path": "TP_3/ansible/roles/docker_setup/tasks/main.yml", "content": "# Tâches pour installer Docker\n\n# Installation de device-mapper-persistent-data\n- name: Install device-mapper-persistent-data\n yum:\n name: device-mapper-persistent-data\n state: latest\n\n# Installation de lvm2\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 943, "all_permissive": false }
ansible_role
Tiblouk/DevOps
93a8a23662302b762f8f737f17d13c7e8e87d051
0
TP_3/ansible/roles/front
7,940
[ "no_license" ]
[ { "path": "TP_3/ansible/roles/front/tasks/main.yml", "content": "---\n# tasks file for roles/front\n- name: Start Front container\n docker_container:\n name: front\n image: tiblouk/tp-devops-front\n networks:\n - name: my-network\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
Tiblouk/DevOps
93a8a23662302b762f8f737f17d13c7e8e87d051
0
TP_3/ansible/roles/network_setup
7,940
[ "no_license" ]
[ { "path": "TP_3/ansible/roles/network_setup/tasks/main.yml", "content": "---\n# tasks file for roles/network_setup\n- name: Create Docker network\n docker_network:\n name: my-network", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
Tiblouk/DevOps
93a8a23662302b762f8f737f17d13c7e8e87d051
0
TP_3/ansible/roles/proxy_setup
7,940
[ "no_license" ]
[ { "path": "TP_3/ansible/roles/proxy_setup/tasks/main.yml", "content": "# tasks file for roles/proxy_setup\n\n# Démarrage du conteneur Apache HTTPD\n- name: Start Apache HTTPD container\n docker_container:\n name: tp1_httpd_1\n image: tiblouk/tp-devops-httpd\n ports:\n - \"80:80\"\n network...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
MIhsanA/DevOps-Practical-Project
dc88f14b08223c30170672bde0603f0e04adf71b
0
roles/common
7,940
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: \"Update\"\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: true\n with_items: \n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n - python-pip\n - python3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 896, "all_permissive": false }
ansible_role
loganmc10/openshift-grafana-installer
791872c73659d14a67813c2db8da58c712ca6b76
0
roles/grafana_install
7,940
[ "permissive" ]
[ { "path": "roles/grafana_install/tasks/grafana.yaml", "content": "# https://grafana-operator.github.io/grafana-operator/docs/examples/oauth_proxy/readme/\n\n- name: Create Namespace\n kubernetes.core.k8s:\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: grafana\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 11903, "all_permissive": true }
ansible_role
davgordo/ansible-fuse-vagrant
1d1dcecf2735b81f70b74be4eb7dd16cecf7dec3
0
roles/fuse
7,940
[ "no_license" ]
[ { "path": "roles/fuse/tasks/main.yml", "content": "---\n\n- name: install java 1.7\n yum: name=java-1.7.0-openjdk state=present\n\n- name: install unzip\n yum: name=unzip state=present\n\n- name: add jboss group\n group: name=jboss state=present\n\n- name: add jboss user\n user: name=jboss group=jboss h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2981, "all_permissive": false }
ansible_role
adityaTor/Wordpress-Ansible
8162c947a29e65e9f9b639d1c000fdf080a27e35
0
roles/components
7,940
[ "no_license" ]
[ { "path": "roles/components/tasks/main.yml", "content": "---\n- name: Update\n apt: update_cache=yes\n\n- name: Install required components\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - apache2\n - mysql-server\n - php5-mysql\n - php5\n - libapache2-mod-php5\n - ph...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 495, "all_permissive": false }
ansible_role
adityaTor/Wordpress-Ansible
8162c947a29e65e9f9b639d1c000fdf080a27e35
0
roles/mysql
7,940
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Create mysql database\n mysql_db: name={{ wp_mysql_db }} state=present\n\n- name: Create msql user\n mysql_user:\n name={{ wp_mysql_user }}\n password={{ wp_mysql_password }}\n priv=*.*:ALL\n# tasks file for mysql", "licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 341, "all_permissive": false }
ansible_role
Evgenikk/demo-k8s-ansible-operator
21a9bc47841d3160aa0d41656ac0cb2f342f5d76
0
gcp-sql-creator-2/roles/app
7,940
[ "no_license" ]
[ { "path": "gcp-sql-creator-2/roles/app/tasks/main.yml", "content": "---\n- debug:\n msg: \"name: {{ meta.name }}\"\n\n- name: \"{{ action }} instance\"\n gcp_sql_instance:\n name: \"{{ meta.name }}\"\n settings:\n ip_configuration:\n authorized_networks:\n - name: google dns ser...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 829, "all_permissive": false }
ansible_role
nakatest1234/ansible
09b74152830d5f5fb0537bf49e1007747ea358d0
0
roles/chatwork
7,940
[ "no_license" ]
[ { "path": "roles/chatwork/vars/main.yml", "content": "---\n### notify.ymlに下記形式で書きだす(git管理上)\n#api: \"https://api.chatwork.com/v1/rooms\"\n#token: \"\"\n#rooms:\n# default:\n# id: \"\"\n# msg: \"【自動送信】exec done by ansible.\"\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 473, "all_permissive": false }
ansible_role
nakatest1234/ansible
09b74152830d5f5fb0537bf49e1007747ea358d0
0
roles/check
7,940
[ "no_license" ]
[ { "path": "roles/check/tasks/main.yml", "content": "---\n- name: \"check ip4\"\n debug: msg=\"{{ item }}\"\n with_items: ansible_all_ipv4_addresses\n\n- name: \"check date\"\n debug: msg='{{ ansible_date_time.date }} {{ ansible_date_time.time }} {{ ansible_date_time.tz }}'\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
nakatest1234/ansible
09b74152830d5f5fb0537bf49e1007747ea358d0
0
roles/init
7,940
[ "no_license" ]
[ { "path": "roles/init/handlers/main.yml", "content": "---\n- name: restart crond\n sudo: yes\n service: name=crond state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/init/tasks/main.yml", "content": "---\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2041, "all_permissive": false }
ansible_role
nakatest1234/ansible
09b74152830d5f5fb0537bf49e1007747ea358d0
0
roles/nginx
7,940
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf", "content": "user nginx;\nworker_processes auto;\n#worker_cpu_affinity 01 10;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nworker_rlimit_nofile 4096;\n\nevents {\n worker_connections 1024;\n use epoll;\n}\n\nhttp {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5301, "all_permissive": false }
ansible_role
nakatest1234/ansible
09b74152830d5f5fb0537bf49e1007747ea358d0
0
roles/php56
7,940
[ "no_license" ]
[ { "path": "roles/php56/tasks/main.yml", "content": "---\n- name: Install libwebp by epel\n sudo: yes\n yum: name=\"{{ item }}\" state=present enablerepo=epel\n with_items:\n - libwebp\n\n- name: Install\n sudo: yes\n yum: name=\"{{ item }}\" state=present disablerepo=epel enablerepo=remi,remi-php56\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2399, "all_permissive": false }
ansible_role
nakatest1234/ansible
09b74152830d5f5fb0537bf49e1007747ea358d0
0
roles/php56-fpm
7,940
[ "no_license" ]
[ { "path": "roles/php56-fpm/meta/main.yml", "content": "---\ndependencies:\n - { role: php56 }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/php56-fpm/tasks/main.yml", "content": "---\n- name: Install\n sudo: yes\n yum: name={{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 633, "all_permissive": false }
ansible_role
nakatest1234/ansible
09b74152830d5f5fb0537bf49e1007747ea358d0
0
roles/reboot
7,940
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n - name: check connection (before reboot)\n ping:\n\n - name: reboot\n sudo: yes\n command: /sbin/reboot\n\n - name: wait for SSH port down\n local_action: wait_for host={{ inventory_hostname }} port=22 state=stopped\n\n - name: wait ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
nakatest1234/ansible
09b74152830d5f5fb0537bf49e1007747ea358d0
0
roles/useradd
7,940
[ "no_license" ]
[ { "path": "roles/useradd/tasks/main.yml", "content": "---\n- include_vars: user.yml\n\n- name: \"useradd addition\"\n sudo: yes\n user: name=\"{{ item.name }}\" password=\"{{ <PASSWORD> }}\" state=present\n with_items: users\n\n- name: \"useradd set authorized_keys\"\n sudo: yes\n authorized_key:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1006, "all_permissive": false }
ansible_role
nakatest1234/ansible
09b74152830d5f5fb0537bf49e1007747ea358d0
0
roles/yum-repo
7,940
[ "no_license" ]
[ { "path": "roles/yum-repo/vars/main.yml", "content": "repo_url:\n - http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm\n - http://mirror.fairway.ne.jp/dag/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm\n - http://rpms.famillecol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1194, "all_permissive": false }
ansible_role
DiegoBulhoes/lab-hadoop
2734e59d42230083f5afed7945dfc6d79bcdc9ce
3
ansible/roles/hadoop
7,940
[ "no_license" ]
[ { "path": "ansible/roles/hadoop/defaults/main.yml", "content": "user_name: \"hadoop\"\nuser_password: \"<PASSWORD>\"\n\nfqnd_cluster: \"hadoop\"\nip_internal_master: \"127.0.0.1\"\n\nhadoop_base: \"/opt\"\n\nhadoop_home: \"{{hadoop_base}}/hadoop-3.2.2\"\n\nmirror_url_ftp: \"https://downloads.apache.org/hado...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 7884, "all_permissive": false }
ansible_role
vkumar58/Servian
76edd180d695ff7725ba06d318877e18d31c0828
0
roles/install_app
7,940
[ "no_license" ]
[ { "path": "roles/install_app/tasks/main.yml", "content": "---\n\n- name: Add repository for Postgresql\n shell: \"amazon-linux-extras install postgresql10\"\n- name: Install PostgreSQL\n yum: name={{ item }} update_cache=true state=latest\n with_items:\n - postgresql-server\n - postgresql-devel\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1762, "all_permissive": false }
ansible_role
streamingsan/learn-devops
fcf637c7b95244f11bfa782c50e34c99d40eccd9
0
ansible/roles/maven-role
7,940
[ "no_license" ]
[ { "path": "ansible/roles/maven-role/defaults/main.yml", "content": "---\n# defaults file for maven-role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/maven-role/tasks/install-maven.yml", "content": "- name: Download Maven\n get...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 751, "all_permissive": false }
ansible_role
streamingsan/learn-devops
fcf637c7b95244f11bfa782c50e34c99d40eccd9
0
ansible/roles/tomcat-role
7,940
[ "no_license" ]
[ { "path": "ansible/roles/tomcat-role/tasks/install-tomcat.yml", "content": "- name: Download Tomcat\n get_url: ### wget url -O /tmp/tomca.tgz\n url: https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.40/bin/apache-tomcat-8.5.40.tar.gz\n dest: /tmp/apache-tomcat-8.5.40.tar.gz\n\n- name: Extract arc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1652, "all_permissive": false }
ansible_role
zepsta/Ansible_lab
02f860d030cef0132541e7d8cbc45044c3edfa60
0
roles/role1
7,943
[ "no_license" ]
[ { "path": "roles/role1/tasks/main.yml", "content": "- name: install software\n yum:\n name: vsftpd\n state: present\n\n- name: print this \n debug:\n msg: hi there ansible {{ ansible_fqdn }}\n\n- name: copy a file\n copy:\n content: Hello all users of {{ ansible_hostname }}\n dest: /tmp/mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
woixi/ansible
8501288b602cefedcd1cd5fc1fadff78ab6ce40b
0
Ansible-setup_docker_network/roles/docker_network
7,943
[ "no_license" ]
[ { "path": "Ansible-setup_docker_network/roles/docker_network/tasks/main.yml", "content": "- name: Установка необходимых пакетов\n apt:\n name:\n - git\n - docker.io\n state: present\n update_cache: yes\n\n- name: Определение типа сети (NAT/VLAN)\n shell: |\n ip route | grep -q \"defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2477, "all_permissive": false }
ansible_role
konstz43-SF-Acme-Ltd/sf__legacy_vagrant
f421828cb5219fafed6a7b7ea4930278321db530
0
roles/b7_pg
7,943
[ "no_license" ]
[ { "path": "roles/b7_pg/tasks/create_db.yml", "content": "---\n# code: language=ansible\n# optional tasks file for roles/b7_pg\n# Create an database\n- name: Install the required psycopg2 library\n ansible.builtin.apt:\n package:\n - python3-psycopg2\n state: present\n\n- name: Create an PostgreS...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3832, "all_permissive": false }
ansible_role
bq-priyanshu-18/infra-doc
d06906ebd17a7ce0d866dcf3f2c03eec8f5923aa
0
roles/apache_install
7,943
[ "no_license" ]
[ { "path": "roles/apache_install/tasks/main.yml", "content": "---\n- name: Install Apache Web Server\n become: yes\n package:\n name: apache2\n state: present\n\n- name: Start Apache Service\n become: yes\n service:\n name: apache2\n state: started\n enabled: yes\n\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
ekwisnek/selfhosted
1de223d7681e9aed11f10304268ad232201b1969
1
rke2/ansible/proxmox/roles/configure_cluster
7,943
[ "no_license" ]
[ { "path": "rke2/ansible/proxmox/roles/configure_cluster/tasks/main.yml", "content": "- name: Creating the Proxmox cluster\r\n command: \"pvecm create {{ cluster_name }}\"\r\n ignore_errors: true\r\n failed_when: \"'255' not in result.stderr\"\r\n register: result\r\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 202, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/common
7,943
[ "no_license" ]
[ { "path": "trellis/roles/common/handlers/main.yml", "content": "---\n- name: disable temporary challenge sites\n import_tasks: disable_challenge_sites.yml\n\n- name: restart memcached\n service:\n name: memcached\n state: restarted\n\n- name: reload php-fpm\n service:\n name: php7.3-fpm\n sta...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 712, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/connection
7,943
[ "no_license" ]
[ { "path": "trellis/roles/connection/tasks/main.yml", "content": "---\n- name: Require manual definition of remote-user\n fail:\n msg: |\n When using `--ask-pass` option, use `-u` option to define remote-user:\n ansible-playbook server.yml -e env={{ env | default('production') }} -u root --ask-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3723, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/fail2ban
7,943
[ "no_license" ]
[ { "path": "trellis/roles/fail2ban/tasks/main.yml", "content": "---\n- name: ensure fail2ban is installed\n apt:\n name: \"{{ fail2ban_package }}\"\n state: \"{{ fail2ban_package_state | default(apt_security_package_state) }}\"\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n notify:\n - re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4328, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/letsencrypt
7,943
[ "no_license" ]
[ { "path": "trellis/roles/letsencrypt/tasks/setup.yml", "content": "---\n- name: Create directories and set permissions\n file:\n mode: \"{{ item.mode | default(omit) }}\"\n path: \"{{ item.path }}\"\n state: directory\n with_items:\n - path: \"{{ acme_tiny_data_directory }}\"\n mode: '070...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3491, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/memcached
7,943
[ "no_license" ]
[ { "path": "trellis/roles/memcached/tasks/main.yml", "content": "---\n- name: Install memcached\n apt:\n name: \"{{ item.key }}\"\n state: \"{{ item.value }}\"\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n with_dict: \"{{ memcached_packages }}\"\n\n- name: Copy the client configuration file...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 958, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/nginx
7,943
[ "no_license" ]
[ { "path": "trellis/roles/nginx/tasks/main.yml", "content": "---\n- name: Add Nginx PPA\n apt_repository:\n repo: \"{{ nginx_ppa }}\"\n update_cache: yes\n\n- name: Install Nginx\n apt:\n name: \"{{ nginx_package }}\"\n state: \"{{ nginx_package_state | default(apt_package_state) }}\"\n cach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1232, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/php
7,943
[ "no_license" ]
[ { "path": "trellis/roles/php/tasks/main.yml", "content": "---\n- name: Add PHP 7.3 PPA\n apt_repository:\n repo: \"ppa:ondrej/php\"\n update_cache: yes\n\n- name: Install PHP 7.3\n apt:\n name: \"{{ item.key }}\"\n state: \"{{ item.value }}\"\n cache_valid_time: \"{{ apt_cache_valid_time }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2254, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/python_interpreter
7,943
[ "no_license" ]
[ { "path": "trellis/roles/python_interpreter/tasks/main.yml", "content": "- block:\n - name: Get Ubuntu release\n raw: lsb_release -cs\n register: ubuntu_release\n changed_when: false\n - name: Set ansible_python_interpreter for Ubuntu 18.04 Bionic\n set_fact:\n ansible_python_interpreter:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/rollback
7,943
[ "no_license" ]
[ { "path": "trellis/roles/rollback/tasks/main.yml", "content": "---\n- import_tasks: user-release.yml\n when: release is defined\n\n- import_tasks: prior-release.yml\n when: release is not defined\n\n- name: Check whether target release was from a successful deploy\n stat:\n path: \"{{ new_release_path...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1576, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/wordpress-install
7,943
[ "no_license" ]
[ { "path": "trellis/roles/wordpress-install/tasks/directories.yml", "content": "---\n- name: Create web root of sites\n file:\n path: \"{{ www_root }}/{{ item.key }}/{{ item.value.current_path | default('current') }}/web\"\n owner: \"{{ web_user }}\"\n group: \"{{ web_group }}\"\n mode: 0755\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/wordpress-setup
7,943
[ "no_license" ]
[ { "path": "trellis/roles/wordpress-setup/tasks/database.yml", "content": "---\n- block:\n - name: Create databases for sites\n mysql_db:\n name: \"{{ site_env.db_name }}\"\n state: present\n login_host: \"{{ site_env.db_host }}\"\n login_user: \"{{ mysql_root_user }}\"\n login_p...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4904, "all_permissive": false }
ansible_role
roots/roots-example-project.com
e6fd8bf47ab421f531d90d88c1a5c7bf3712c4d6
461
trellis/roles/xdebug
7,943
[ "no_license" ]
[ { "path": "trellis/roles/xdebug/tasks/main.yml", "content": "---\n- block:\n - name: Install Xdebug\n apt:\n name: \"{{ php_xdebug_package }}\"\n state: \"{{ php_xdebug_package_state | default(apt_dev_package_state) }}\"\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n\n - name: Temp...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4131, "all_permissive": false }
ansible_role
kobayashi/ansible-compute
04502821b485a8d7a77d458237d8e6562379276c
0
roles/common
7,927
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install software-properties-common\n apt: name={{ item }} state=latest\n with_items:\n - software-properties-common\n\n- name: add liberty cloudarchive\n# apt_repository: repo='deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 923, "all_permissive": false }
ansible_role
kobayashi/ansible-compute
04502821b485a8d7a77d458237d8e6562379276c
0
roles/neutron-compute
7,927
[ "no_license" ]
[ { "path": "roles/neutron-compute/handlers/main.yml", "content": "---\r\n- name: implement the sysctl\r\n shell: sysctl -p\r\n\r\n- name: restart neutron-plugin-openvswitch-agent\r\n service: name=neutron-plugin-openvswitch-agent state=restarted\r\n\r\n- name: restart nova-compute\r\n service: name=nova-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1260, "all_permissive": false }
ansible_role
kobayashi/ansible-compute
04502821b485a8d7a77d458237d8e6562379276c
0
roles/nova-compute
7,927
[ "no_license" ]
[ { "path": "roles/nova-compute/tasks/main.yml", "content": "---\n- name: install nova-compute related packages\n apt: name={{ item }} state=present force=yes\n with_items:\n - nova-compute\n - sysfsutils\n\n- name: update nova-compute conf\n template: src={{ item }} dest=/etc/nova/{{ item }} backup=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
wellingtonvagetti/vagrant-ansible-common
2efa36008c8ba946c19201d8776fcc34db5b17b7
0
ansible/roles/common
7,927
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Instalando pacotes essenciais\n apt:\n name:\n - vim\n - net-tools\n - telnet\n - nmap\n - curl\n - unzip\n - wget\n - htop\n state: present", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
baralpradeep/ansible
2607d51c9a182328e41a3963d4b8ea6b9abec9f9
0
roles/find
7,927
[ "no_license" ]
[ { "path": "roles/find/tasks/main.yml", "content": "---\n - name: Look for files on host\n win_find:\n paths: \"{{paths}}\"\n # - C:\\Temp\n #patterns: [ 'specific.file' ]\n recurse: yes\n register: apps_found\n\n - name: Get the content of found files from host\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 678, "all_permissive": false }
ansible_role
M-Ghani97/Ansible-Tower
ad3e73906f553f88106c31732fc59a055ee82186
0
roles/install_packages
7,927
[ "no_license" ]
[ { "path": "roles/install_packages/defaults/main.yaml", "content": "---\ninstall: \"yes\"\npackage_name: \"tree\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/install_packages/tasks/main.yaml", "content": "---\n- name: Include Install T...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 184, "all_permissive": false }
ansible_role
M-Ghani97/Ansible-Tower
ad3e73906f553f88106c31732fc59a055ee82186
0
roles/remove_packages
7,927
[ "no_license" ]
[ { "path": "roles/remove_packages/defaults/main.yaml", "content": "---\nremove: \"yes\"\npackage_name: \"tree\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/remove_packages/tasks/main.yaml", "content": "---\n- name: Include Remove Task\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 305, "all_permissive": false }
ansible_role
oonisim/linux-setup
bb8e81e5ac4fd754170e0631b25b53f711e3ae4c
0
scripts/ansible/personal/03_packages/plays/roles/site.ansible
7,927
[ "no_license" ]
[ { "path": "scripts/ansible/personal/03_packages/plays/roles/site.ansible/tasks/Ubuntu.yml", "content": "- name: Install ansible pre-requisites\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ ansible_prerequisites }}\"\n\n- name: Install ansible\n pip:\n name: \"{{ item }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 475, "all_permissive": false }
ansible_role
oonisim/linux-setup
bb8e81e5ac4fd754170e0631b25b53f711e3ae4c
0
scripts/ansible/personal/03_packages/plays/roles/site.awscli
7,927
[ "no_license" ]
[ { "path": "scripts/ansible/personal/03_packages/plays/roles/site.awscli/tasks/main.yml", "content": "# Python packages should be installed per-user basis with --user.\n\n#--------------------------------------------------------------------------------\n# AWS CLI installation (global site-package)\n# https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
oonisim/linux-setup
bb8e81e5ac4fd754170e0631b25b53f711e3ae4c
0
scripts/ansible/personal/03_packages/plays/roles/site.chrome
7,927
[ "no_license" ]
[ { "path": "scripts/ansible/personal/03_packages/plays/roles/site.chrome/tasks/Ubuntu.yml", "content": "#--------------------------------------------------------------------------------\n#--------------------------------------------------------------------------------\n- name: Install Chrome deb package with...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
oonisim/linux-setup
bb8e81e5ac4fd754170e0631b25b53f711e3ae4c
0
scripts/ansible/personal/03_packages/plays/roles/site.common
7,927
[ "no_license" ]
[ { "path": "scripts/ansible/personal/03_packages/plays/roles/site.common/tasks/CentOS_7.yml", "content": "- name: \"EPEL repository key\"\n rpm_key:\n key: \"/<KEY>-{{ ansible_distribution_major_version }}\"\n state: present\n\n- name: \"Install EPEL package\"\n yum:\n name: \"epel-release\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1178, "all_permissive": false }
ansible_role
oonisim/linux-setup
bb8e81e5ac4fd754170e0631b25b53f711e3ae4c
0
scripts/ansible/personal/03_packages/plays/roles/site.docker
7,927
[ "no_license" ]
[ { "path": "scripts/ansible/personal/03_packages/plays/roles/site.docker/tasks/main.yml", "content": "#--------------------------------------------------------------------------------\n# Docker group and its users to avoid using root/sudo for the users.\n# Beware of the risk of users being able to access the...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2081, "all_permissive": false }
ansible_role
oonisim/linux-setup
bb8e81e5ac4fd754170e0631b25b53f711e3ae4c
0
scripts/ansible/personal/03_packages/plays/roles/site.drawio
7,927
[ "no_license" ]
[ { "path": "scripts/ansible/personal/03_packages/plays/roles/site.drawio/vars/Ubuntu.yml", "content": "drawio_package_name: \"draw.io\"\ndrawio_package_format: \"deb\"\ndrawio_version: \"12.6.5\"\ndrawio_arch: \"amd64\"\ndrawio_package_url: \"https://github.com/jgraph/drawio-desktop/releases/download/v{{ dra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 976, "all_permissive": false }
ansible_role
oonisim/linux-setup
bb8e81e5ac4fd754170e0631b25b53f711e3ae4c
0
scripts/ansible/personal/03_packages/plays/roles/site.postman
7,927
[ "no_license" ]
[ { "path": "scripts/ansible/personal/03_packages/plays/roles/site.postman/tasks/main.yml", "content": "#- include_vars: \"{{ ansible_distribution }}_{{ ansible_distribution_major_version}}.yml\"\n#- include_tasks: \"{{ ansible_distribution }}_{{ ansible_distribution_major_version}}.yml\"\n- include_vars: \"{...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 510, "all_permissive": false }
ansible_role
oonisim/linux-setup
bb8e81e5ac4fd754170e0631b25b53f711e3ae4c
0
scripts/ansible/personal/03_packages/plays/roles/site.sbt
7,927
[ "no_license" ]
[ { "path": "scripts/ansible/personal/03_packages/plays/roles/site.sbt/vars/Ubuntu.yml", "content": "# https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html\napt_key_server_sbt: keyserver.ubuntu.com\napt_key_sbt: 2EE0EA64E40A89B84B2DF73499E82A75642AC823\napt_repository_sbt: deb https://repo.scala-sb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 978, "all_permissive": false }
ansible_role
oonisim/linux-setup
bb8e81e5ac4fd754170e0631b25b53f711e3ae4c
0
scripts/ansible/personal/03_packages/plays/roles/site.terraform
7,927
[ "no_license" ]
[ { "path": "scripts/ansible/personal/03_packages/plays/roles/site.terraform/tasks/main.yml", "content": "- name: terraform install\n unarchive:\n src: \"{{ terraform_release_url }}/{{ terraform_version }}/terraform_{{ terraform_version }}_{{ terraform_platform }}_{{ terraform_cpu_arch }}.zip\"\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 522, "all_permissive": false }
ansible_role
oonisim/linux-setup
bb8e81e5ac4fd754170e0631b25b53f711e3ae4c
0
scripts/ansible/personal/03_packages/plays/roles/site.tor
7,927
[ "no_license" ]
[ { "path": "scripts/ansible/personal/03_packages/plays/roles/site.tor/vars/main.yml", "content": "# EPEL is requrired for CentOS/RHEL\ntor_packages:\n #- tor\n - torbrowser-launcher", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "scripts/ansible/p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 191, "all_permissive": false }
ansible_role
restlabs/base-infra
0722675535c7da22e7dd35395cacc707487894ea
2
ansible/app-1/roles/base_packages
7,927
[ "no_license" ]
[ { "path": "ansible/app-1/roles/base_packages/tasks/main.yml", "content": "- name: install base packages\n package:\n name:\n - vim\n - tmux\n - htop\n - net-tools\n - unzip\n state: latest\n update_cache: yes\n\n- name: install terraform 1.6.2\n unarchive:\n src: https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
restlabs/base-infra
0722675535c7da22e7dd35395cacc707487894ea
2
ansible/app-1/roles/web_servers
7,927
[ "no_license" ]
[ { "path": "ansible/app-1/roles/web_servers/tasks/main.yml", "content": "- name: install apache\n package:\n name: \"{{ apache_package }}\"\n state: latest\n update_cache: true\n\n- name: copy default_site\n copy:\n src: ../files/default_site.html\n dest: /var/www/html/index.html\n owner:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
dev-sec/ansible-collection-hardening
9ebc603b6bcd36c25ede10f641a74b089644b6a7
4,503
roles/nginx_hardening
7,927
[ "permissive" ]
[ { "path": "roles/nginx_hardening/meta/argument_specs.yml", "content": "---\nargument_specs:\n main:\n short_description: The main entry point for the nginx hardening role.\n version_added: 8.8.0\n options:\n nginx_client_body_buffer_size:\n default: 1k\n type: str\n descr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 23673, "all_permissive": true }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
Playbooks/drupal_setup/roles/drupal
7,927
[ "no_license" ]
[ { "path": "Playbooks/drupal_setup/roles/drupal/tasks/main.yml", "content": "---\n\n- name: Install git\n apt: name=git state=latest\n\n- name: Clone Drupal\n git: >\n repo=http://git.drupal.org/project/drupal.git\n dest=/var/www/html/drupal/\n update=no\n\n- name: Create settings.php\n command: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 858, "all_permissive": false }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
Playbooks/elinks_setup/roles/elinks
7,927
[ "no_license" ]
[ { "path": "Playbooks/elinks_setup/roles/elinks/tasks/main.yml", "content": "---\n- name: Install elinks\n apt: name=elinks state=latest\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
roles/Opstree.mybb
7,927
[ "no_license" ]
[ { "path": "roles/Opstree.mybb/tasks/setup-RedHat.yml", "content": "---\n#install and configure mybb setup\n\n- name: Install EPEL repo.\n yum:\n name: \"{{ epel_repo_url }}\"\n state: present\n\n- name: Import EPEL GPG key.\n rpm_key:\n key: \"{{ epel_repo_gpg_key_url }}\"\n state: present\n\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4069, "all_permissive": false }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
roles/alok.Icinga2
7,927
[ "no_license" ]
[ { "path": "roles/alok.Icinga2/handlers/main.yml", "content": "---\n# handlers file for alok.Icinga2\n- name: restart icinga\n service: name=icinga2 state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/alok.Icinga2/hosts", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1661, "all_permissive": false }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
roles/geerlingguy.jenkins
7,927
[ "no_license" ]
[ { "path": "roles/geerlingguy.jenkins/defaults/main.yml", "content": "---\njenkins_connection_delay: 5\njenkins_connection_retries: 60\njenkins_hostname: localhost\njenkins_jar_location: /opt/jenkins-cli.jar\njenkins_plugins:\n - git\n - sonar\n - ssh\njenkins_url_prefix: \"\"\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 576, "all_permissive": false }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
roles/opstree.MysqlBackupRestorer
7,927
[ "no_license" ]
[ { "path": "roles/opstree.MysqlBackupRestorer/tasks/main.yml", "content": "---\n# tasks file for opstree.MysqlBackupRestorer\n\n- name: Creates backup directory ...\n file: path={{ mySql_backup_file }} state=touch\n\n- name: full mySql backup ...\n shell: mysqldump -u {{ mySql_userName }} -p{{ mySql_passwo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1796, "all_permissive": false }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
roles/opstree.awscli
7,927
[ "no_license" ]
[ { "path": "roles/opstree.awscli/site.yml", "content": "---\n- hosts: aws_host\n roles:\n - { role: \"opstree.awscli\" }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/opstree.awscli/hosts", "content": "[aws_host]\n192.168.1.25\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1742, "all_permissive": false }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
roles/opstree.backupFile
7,927
[ "no_license" ]
[ { "path": "roles/opstree.backupFile/defaults/main.yml", "content": "---\n# defaults file for opstree.backupFile\nsource_file: \"/tmp/backup\"\nbackup_file: \"/opt/backup.sql\"\nbackup_dir: \"/opt/\"\n#s3_bucket_name: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1038, "all_permissive": false }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
roles/opstree.mongo
7,927
[ "no_license" ]
[ { "path": "roles/opstree.mongo/vars/main.yml", "content": "---\n# vars file for opstree.mongo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/opstree.mongo/defaults/main.yml", "content": "---\n# defaults file for opstree.mongo\nbackup_d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2562, "all_permissive": false }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
roles/opstree.mongorestore
7,927
[ "no_license" ]
[ { "path": "roles/opstree.mongorestore/defaults/main.yml", "content": "---\n# defaults file for opstree.mongorestore\n\nmongobackup_dir: \"/opt\"\nmongobackup_file: \"mongo-backup\"\nmongo_database_username: \"root\"\nmongo_database_password: \"<PASSWORD>\"\nmongo_database_name: \"opstree\"\nmongo_collection...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2583, "all_permissive": false }
ansible_role
parmarsumit/AnsiblePOC
7fc458eee186c598fdf9cd58b07a16198bc34591
0
roles/opstree.puppetsync
7,927
[ "no_license" ]
[ { "path": "roles/opstree.puppetsync/handlers/main.yml", "content": "---\n# handlers file for puppet.sync\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/opstree.puppetsync/meta/main.yml", "content": "---\ngalaxy_info:\n author: alok\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 3123, "all_permissive": false }
ansible_role
objectrocket/ansible-kafka
192b74485682f525b98a8006564c4e4bdba5fcfb
62
playbooks/roles/common
7,927
[ "no_license" ]
[ { "path": "playbooks/roles/common/vars/debian.yml", "content": "packages:\n - default-jdk\n - python-simplejson\n - man-db\n - vim\n - sysstat\n - lsof\n - netcat\n - ntp\n - parted\n - iotop\n - unzip\n - curl\n - wget\n - ifenslave\n - xfsprogs\n\nupdate_grub: \"/usr/sbin/update-grub\"\n\nn...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 6904, "all_permissive": false }
ansible_role
objectrocket/ansible-kafka
192b74485682f525b98a8006564c4e4bdba5fcfb
62
playbooks/roles/kafka
7,927
[ "no_license" ]
[ { "path": "playbooks/roles/kafka/defaults/main.yml", "content": "---\nkafka_user: kafka\nkafka_group: kafka\nkafka_conf_dir: /etc/kafka/config\nkafka_log_dir: /var/log/kafka\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "playbooks/roles/kafka/h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7737, "all_permissive": false }
ansible_role
objectrocket/ansible-kafka
192b74485682f525b98a8006564c4e4bdba5fcfb
62
playbooks/roles/zookeeper
7,927
[ "no_license" ]
[ { "path": "playbooks/roles/zookeeper/defaults/main.yml", "content": "---\nzookeeper_version: 3.4.10\nzookeeper_user: zookeeper\nzookeeper_group: zookeeper\nzookeeper_conf_dir: /etc/zookeeper/conf\nzookeeper_log_dir: /var/log/zookeeper\nzookeeper_data_dir: /var/lib/zookeeper\nzookeeper_maxClientCnxns: 50\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2579, "all_permissive": false }
ansible_role
PBujakiewicz/ansible-elasticsearch
675d33ca180b0c0a0ad6081b78f76d6469c71bfd
0
roles/cluster-settings
7,927
[ "permissive" ]
[ { "path": "roles/cluster-settings/tasks/setup.yaml", "content": "---\n- name: \"SETUP: Difference / Intersect Resources\"\n set_fact:\n resources_to_create: \"{{ resources_names | difference(fetched_resources_names) | list }}\"\n resources_to_update: \"{{ resources_names | intersect(fetched_resources...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3368, "all_permissive": true }
ansible_role
PBujakiewicz/ansible-elasticsearch
675d33ca180b0c0a0ad6081b78f76d6469c71bfd
0
roles/common
7,927
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: \"Manage Bind Utils Installation\"\n yum:\n name: bind-utils\n state: \"{{ 'present' if common.packages.tools.bind_utils | default(true) else 'absent' }}\"\n\n- name: \"Manage Net Tools Installation\"\n yum:\n name: net-tools\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": true }
ansible_role
PBujakiewicz/ansible-elasticsearch
675d33ca180b0c0a0ad6081b78f76d6469c71bfd
0
roles/elasticsearch
7,927
[ "permissive" ]
[ { "path": "roles/elasticsearch/defaults/main.yaml", "content": "---\nconfig_dir: \"configs\"\nconfig_env: \"\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 40 }, { "path": "roles/elasticsearch/templates/override.conf.j2", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5029, "all_permissive": true }
ansible_role
PBujakiewicz/ansible-elasticsearch
675d33ca180b0c0a0ad6081b78f76d6469c71bfd
0
roles/newrelic
7,927
[ "permissive" ]
[ { "path": "roles/newrelic/handlers/main.yaml", "content": "---\n- name: Restart newrelic-infra\n service:\n name: newrelic-infra\n state: restarted\n when: not ansible_check_mode\n\n- name: Reload systemd\n systemd:\n daemon_reload: yes\n when: not ansible_check_mode\n", "license_type": "pe...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1854, "all_permissive": true }
ansible_role
PBujakiewicz/ansible-elasticsearch
675d33ca180b0c0a0ad6081b78f76d6469c71bfd
0
roles/sysctl
7,927
[ "permissive" ]
[ { "path": "roles/sysctl/tasks/main.yaml", "content": "---\n- name: \"Managed sysctl Params\"\n sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n state: \"{{ item.state | default('present') }}\"\n sysctl_set: yes\n reload: yes\n with_items:\n - \"{{ sysctl }}\"\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": true }
ansible_role
zemliany/aws-asg-hcl
172f32f37ec27c46c104ccbff83a1cfb37dc80fa
0
packer/roles/web
7,927
[ "no_license" ]
[ { "path": "packer/roles/web/tasks/main.yml", "content": "- name: Smoke test Python\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install required packages | Base init\n apt: name={{ item }} state=pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
xPoppa/mysetup_ansible
df27ef27bd8fb70fd92a05bd247c393f67baf88f
0
roles/fish_setup
7,927
[ "no_license" ]
[ { "path": "roles/fish_setup/tasks/main.yml", "content": "---\n- name: Install fish\n ansible.builtin.apt:\n name: fish\n state: present\n become: true\n\n- name: \"Set Fish as the default shell\"\n ansible.builtin.shell: \"chsh -s /usr/bin/fish {{ ansible_env.USER }}\"\n become: true\n\n- name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1372, "all_permissive": false }
ansible_role
xPoppa/mysetup_ansible
df27ef27bd8fb70fd92a05bd247c393f67baf88f
0
roles/linux_setup
7,927
[ "no_license" ]
[ { "path": "roles/linux_setup/defaults/main.yml", "content": "defaults:\n home: \"{{ lookup('ansible.builtin.env', 'HOME') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/linux_setup/tasks/main.yml", "content": "---\n\n- name: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3784, "all_permissive": false }
ansible_role
trieukh/ansible
adfd71f8675ace4b1365d35254610a24bd2defd5
0
roles/bootstrap
7,927
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/tasks-bootstrap-network.yml", "content": "- name: \"Conf reseau interfaces\"\r\n ansible.builtin.copy:\r\n src: interfaces\r\n dest: \"/etc/network/interfaces\"\r\n owner: root\r\n group: root\r\n mode: '0644'\r\n when: ansible_os_family == 'Debian' \r\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2105, "all_permissive": false }
ansible_role
trieukh/ansible
adfd71f8675ace4b1365d35254610a24bd2defd5
0
roles/webserver
7,927
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "# Taches pour le role webserver\r\n---\r\n# Si on utilises -t tag le gathering facts n'est pas toujours fait\r\n\r\n- setup: ~\r\n tags: \r\n - always \r\n- include_vars: \"vars-webserver-{{ansible_os_family | lower}}.yml\"\r\n tags: always\r\n- ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2531, "all_permissive": false }
ansible_role
madhavi3110/Monitoring
cdf8a7fc1819d8ef41fe9ba24c78f21d4fcf7aac
0
roles/dynatrace
7,944
[ "no_license" ]
[ { "path": "roles/dynatrace/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/Dynatrace", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/dynatrace/defaults/main.yml", "content": "---\n# default...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1760, "all_permissive": false }
ansible_role
madhavi3110/Monitoring
cdf8a7fc1819d8ef41fe9ba24c78f21d4fcf7aac
0
roles/newrelic
7,944
[ "no_license" ]
[ { "path": "roles/newrelic/vars/main.yml", "content": "---\n# vars file for roles/Newrelic", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/newrelic/defaults/main.yml", "content": "---\n# defaults file for roles/Newrelic\n\nnrinfragent_vers...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1352, "all_permissive": false }