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
petropmi/ansible-windows
3140a33b51ac899152c0dd321698b9f51edbf70f
0
win-deployment/environment/roles/win-ad-feature
7,863
[ "no_license" ]
[ { "path": "win-deployment/environment/roles/win-ad-feature/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - environment/roles/win-ad-feature", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "win-deployment/en...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1599, "all_permissive": false }
ansible_role
petropmi/ansible-windows
3140a33b51ac899152c0dd321698b9f51edbf70f
0
win-deployment/environment/roles/win-template
7,863
[ "no_license" ]
[ { "path": "win-deployment/environment/roles/win-template/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - environment/roles/win-template", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "win-deployment/enviro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1707, "all_permissive": false }
ansible_role
wtcross/ansible-example-tableau-server
49eb57f46bdcc19866f182f475e3690042999bc2
2
roles/tableau-common
7,863
[ "no_license" ]
[ { "path": "roles/tableau-common/tasks/pre-flight-checks.yml", "content": "---\n- name: fail if tableau_local_admin_user was not defined\n fail:\n msg: missing required variable `tableau_local_admin_user`\n when: tableau_local_admin_user is not defined\n run_once: yes\n\n- name: fail if tableau_local_a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2922, "all_permissive": false }
ansible_role
wtcross/ansible-example-tableau-server
49eb57f46bdcc19866f182f475e3690042999bc2
2
roles/tableau-primary-initialize
7,863
[ "no_license" ]
[ { "path": "roles/tableau-primary-initialize/tasks/main.yml", "content": "---\n- name: run the tsm command to initialize\n win_shell: >\n tsm initialize\n --request-timeout 2700\n -u {{ tableau_local_admin_user }}\n -p {{ tableau_local_admin_pass }}\n args:\n chdir: \"{{ tableau_bin_dir }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
wtcross/ansible-example-tableau-server
49eb57f46bdcc19866f182f475e3690042999bc2
2
roles/tableau-primary-install
7,863
[ "no_license" ]
[ { "path": "roles/tableau-primary-install/tasks/pre-flight-checks.yml", "content": "---\n- name: fail if tableau_target_version is not defined\n fail:\n msg: missing required variable `tableau_target_version`\n when: tableau_target_version is not defined\n run_once: yes\n\n- name: fail if tableau_bin_d...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1806, "all_permissive": false }
ansible_role
wtcross/ansible-example-tableau-server
49eb57f46bdcc19866f182f475e3690042999bc2
2
roles/tableau-primary-setup
7,863
[ "no_license" ]
[ { "path": "roles/tableau-primary-setup/tasks/register.yml", "content": "---\n- name: generate registration config file\n win_template:\n src: registration.json.j2\n dest: \"{{ tableau_primary_registration_config_path }}\"\n\n- name: run the tsm register command with the registration config\n win_she...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4694, "all_permissive": false }
ansible_role
wtcross/ansible-example-tableau-server
49eb57f46bdcc19866f182f475e3690042999bc2
2
roles/tableau-restart
7,863
[ "no_license" ]
[ { "path": "roles/tableau-restart/tasks/main.yml", "content": "---\n- name: restart services\n win_shell: >\n tsm restart\n --request-timeout 3600\n -u {{ tableau_local_admin_user }}\n -p {{ tableau_local_admin_pass }}\n args:\n chdir: \"{{ tableau_bin_dir }}\"\n executable: cmd\n async:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
wtcross/ansible-example-tableau-server
49eb57f46bdcc19866f182f475e3690042999bc2
2
roles/tableau-stop
7,863
[ "no_license" ]
[ { "path": "roles/tableau-stop/tasks/main.yml", "content": "---\n- name: stop services\n win_shell: >\n tsm stop\n --request-timeout 3600\n -u {{ tableau_local_admin_user }}\n -p {{ tableau_local_admin_pass }}\n args:\n chdir: \"{{ tableau_bin_dir }}\"\n executable: cmd\n async: 3600\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
wtcross/ansible-example-tableau-server
49eb57f46bdcc19866f182f475e3690042999bc2
2
roles/tableau-topology
7,863
[ "no_license" ]
[ { "path": "roles/tableau-topology/tasks/main.yml", "content": "---\n- name: ensure the node is running the correct processes\n win_shell: >\n tsm topology set-process\n -n {{ node_name }}\n -pr {{ item.key }}\n -c {{ item.value }}\n -u {{ tableau_local_admin_user }}\n -p {{ tableau_local_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
wtcross/ansible-example-tableau-server
49eb57f46bdcc19866f182f475e3690042999bc2
2
roles/tableau-uninstall
7,863
[ "no_license" ]
[ { "path": "roles/tableau-uninstall/tasks/main.yml", "content": "---\n- include: pre-flight-checks.yml\n\n- name: uninstall tableau\n win_package:\n path: \"{{ tableau_install_exe_path }}\"\n product_id: TableauServer{{ tableau_target_version }}_is1\n state: absent\n\n- name: ensure the tableau ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1001, "all_permissive": false }
ansible_role
wtcross/ansible-example-tableau-server
49eb57f46bdcc19866f182f475e3690042999bc2
2
roles/tableau-worker-install
7,863
[ "no_license" ]
[ { "path": "roles/tableau-worker-install/tasks/pre-flight-checks.yml", "content": "---\n- name: fail if tableau_target_version is not defined\n fail:\n msg: missing required variable `tableau_target_version`\n when: tableau_target_version is not defined\n run_once: yes\n\n- name: fail if tableau_bin_di...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1920, "all_permissive": false }
ansible_role
wtcross/ansible-example-tableau-server
49eb57f46bdcc19866f182f475e3690042999bc2
2
roles/windows-update
7,863
[ "no_license" ]
[ { "path": "roles/windows-update/defaults/main.yml", "content": "---\ndefault_windows_update_categories:\n - CriticalUpdates\n - SecurityUpdates\n - UpdateRollups\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/windows-update/tasks/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 457, "all_permissive": false }
ansible_role
camilocamilo2002/automation-ansible
426054309edb875eb836df0e8a57a64bd501406f
0
roles/gre_tunnels
7,863
[ "no_license" ]
[ { "path": "roles/gre_tunnels/tasks/main.yml", "content": "---\n- name: Bloque de configuración de túneles GRE\n block:\n - name: Configurar interfaz de túnel\n ansible.legacy.ios_config:\n parents: \"interface {{ tunnel_config.name }}\"\n lines: \"{{ tunnel_config.lines }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1813, "all_permissive": false }
ansible_role
camilocamilo2002/automation-ansible
426054309edb875eb836df0e8a57a64bd501406f
0
roles/ipsec_isakmp
7,863
[ "no_license" ]
[ { "path": "roles/ipsec_isakmp/tasks/main.yml", "content": "---\n- name: Bloque de configuración ISAKMP\n block:\n - name: Configurar política ISAKMP\n ansible.legacy.ios_config:\n lines:\n - \"crypto isakmp policy 10\"\n - \" encr aes 256\"\n - \" authentication pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1542, "all_permissive": false }
ansible_role
camilocamilo2002/automation-ansible
426054309edb875eb836df0e8a57a64bd501406f
0
roles/ipsec_profile
7,863
[ "no_license" ]
[ { "path": "roles/ipsec_profile/tasks/main.yml", "content": "---\n- name: Bloque de configuración de perfil IPSec\n block:\n - name: Configurar transform-set IPSec\n ansible.legacy.ios_config:\n lines:\n - \"crypto ipsec transform-set GRE-TRANSFORM esp-aes 256 esp-sha-hmac\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1431, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible_devops_stack
ef03739774c4cfb7a1d1ed7366228326d56ad5ed
0
roles/addressbook
7,863
[ "no_license" ]
[ { "path": "roles/addressbook/handlers/main.yml", "content": "---\n# handlers file for addressbook", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/addressbook/templates/default-ssl.conf.j2", "content": "<VirtualHost *:443>\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 1992, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible_devops_stack
ef03739774c4cfb7a1d1ed7366228326d56ad5ed
0
roles/addressbook-deploy
7,863
[ "no_license" ]
[ { "path": "roles/addressbook-deploy/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - addressbook-deploy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/addressbook-deploy/defaults/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3113, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible_devops_stack
ef03739774c4cfb7a1d1ed7366228326d56ad5ed
0
roles/apache2
7,863
[ "no_license" ]
[ { "path": "roles/apache2/tasks/apache.yml", "content": "---\n- name: install apache2_module\n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Enable ssl module\n apache2_module:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ apache2_enable_modules }}\"\n n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1906, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible_devops_stack
ef03739774c4cfb7a1d1ed7366228326d56ad5ed
0
roles/certbot
7,863
[ "no_license" ]
[ { "path": "roles/certbot/defaults/main.yml", "content": "---\n# defaults file for certbot\nrepo_list:\n - ppa:certbot/certbot\n\n# certs:\n# - email: \"<EMAIL>\"\n# domain: \"jenkins.devopsprofessional.co.in\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3972, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible_devops_stack
ef03739774c4cfb7a1d1ed7366228326d56ad5ed
0
roles/java
7,863
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Install java on RedHat\n yum:\n name: java-1.8.0-openjdk.x86_64\n state: present\n update_cache: yes\n when: ansible_os_family == 'RedHat'\n\n\n\n- name: Install java on Ubuntu\n apt:\n name: openjdk-8-jdk\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible_devops_stack
ef03739774c4cfb7a1d1ed7366228326d56ad5ed
0
roles/jenkins
7,863
[ "no_license" ]
[ { "path": "roles/jenkins/defaults/main.yml", "content": "---\njenkins_repo_url: \"https://pkg.jenkins.io\"\njenkins_yum_repo_key_url: \"https://jenkins-ci.org\"\n\njenkins_port: 8080\njenkins_localhost: \"127.0.0.1\"\njenkins_timeout: 60\njenkins_home: \"/var/lib/jenkins\"\nmaven_dir: \"{{ jenkins_home }}/....
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5838, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible_devops_stack
ef03739774c4cfb7a1d1ed7366228326d56ad5ed
0
roles/nexus
7,863
[ "no_license" ]
[ { "path": "roles/nexus/tasks/service.yml", "content": "# - name: Add nexus group to java\n# file:\n# path: /etc/java-8-openjdk\n# group: \"{{ nexus_groupname }}\"\n# mode: 0750\n# recurse: true\n- name: Copy nexus service\n template:\n src: nexus.service.j2\n dest: /etc/systemd/syst...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 5637, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible_devops_stack
ef03739774c4cfb7a1d1ed7366228326d56ad5ed
0
roles/tomcat8
7,863
[ "no_license" ]
[ { "path": "roles/tomcat8/tasks/directory.yml", "content": "- name: create a tomcat directory\n file:\n path: \"{{ tomcat_dir }}\"\n state: directory\n owner: \"{{ tomcat_user }}\"\n group: \"{{ tomcat_group }}\"\n mode: 0750\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2614, "all_permissive": false }
ansible_role
Revathi-Santhosh/ansible_devops_stack
ef03739774c4cfb7a1d1ed7366228326d56ad5ed
0
roles/user_group
7,863
[ "no_license" ]
[ { "path": "roles/user_group/defaults/main.yml", "content": "---\n# defaults file for user_group\nuser_name: \"\"\nuser_shell: \"\"\nuser_id: \"\"\ngroup_name: \"\"\ngroup_id: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/user_group/...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1213, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/add_users
7,862
[ "no_license" ]
[ { "path": "roles/add_users/tasks/main.yml", "content": "- name: Add users\n user: name={{ item }} state=present\n with_items: \"{{ add_users }}\"\n- name: Enable sudo\n template: src=sudoer.j2 dest=/etc/sudoers.d/{{ item }}\n with_items: \"{{ add_users }}\"\n- name: Create .ssh Dir\n file: path=/home/{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/apache
7,862
[ "no_license" ]
[ { "path": "roles/apache/tasks/set_php-fpm.yml", "content": "- name: Set PHP-FPM User\n replace: >\n dest=/etc/php-fpm.d/www.conf\n regexp=\"user = apache\"\n replace=\"user = {{c5dir_user}}\"\n notify: Restart php-fpm\n- name: Set PHP-FPM Group\n replace: >\n dest=/etc/php-fpm.d/www.conf\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5748, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/basic_auth
7,862
[ "no_license" ]
[ { "path": "roles/basic_auth/tasks/main.yml", "content": "- name: Upload .htpasswd file\n copy: src=htpasswd dest={{ vhost_docroot }}{{ vhost_domain }}/.htpasswd mode=644 owner={{c5dir_user}} group={{c5dir_group}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/concrete5
7,862
[ "no_license" ]
[ { "path": "roles/concrete5/tasks/main.yml", "content": "- name: Check concrete5 Installed\n stat: path={{vhost_docroot}}{{vhost_domain}}/application/config/database.php\n register: result\n\n#- name: include Vars Apache\n# include_vars: vars_apache.yml\n# when: webserver_handle==\"apache\"\n\n#- name: i...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3045, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/concrete5_migration
7,862
[ "no_license" ]
[ { "path": "roles/concrete5_migration/tasks/main.yml", "content": "- name: Check if concrete5 files exist\n stat: path={{vhost_docroot}}{{vhost_domain}}/application/config/database.php\n register: result\n\n- include: 10_upload_concrete5_backup.yml\n- include: 20_import_mysql.yml\n- include: 30_upload_conc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/default_setup
7,862
[ "no_license" ]
[ { "path": "roles/default_setup/tasks/install_extra.yml", "content": "- name: Install extra packages\n yum: name={{item}} state=latest enablerepo=epel\n with_items:\n - \"etckeeper\"\n# - \"monit\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3004, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/mariadb_client
7,862
[ "no_license" ]
[ { "path": "roles/mariadb_client/tasks/main.yml", "content": "- name: Install MariaDB Client\n yum: name={{item}} state=installed\n when: aws_awslinux!=\"2\"\n with_items:\n - MariaDB-devel\n - MariaDB-client\n register: result\n- name: Install MariaDB devel\n yum: name={{item}} state=installed\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/mariadb_repo
7,862
[ "no_license" ]
[ { "path": "roles/mariadb_repo/tasks/main.yml", "content": "- name: Set mariadb.repo\n when: aws_awslinux!=\"2\"\n template: src=mariadb.repo.j2 dest=/etc/yum.repos.d/mariadb.repo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/mariadb_server
7,862
[ "no_license" ]
[ { "path": "roles/mariadb_server/tasks/set_mysqlroot.yml", "content": "- name: Set root Password\n mysql_user: name=\"root\" host={{ item }} password={{ <PASSWORD> }}\n with_items:\n - 127.0.0.1\n - localhost\n when: result.changed == True\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 713, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/mysql_appdb
7,862
[ "no_license" ]
[ { "path": "roles/mysql_appdb/tasks/main.yml", "content": "- name: CreateDB\n mysql_db:\n name={{ mysql_dbname }}\n state=present\n login_user={{ mysql_loginuser }}\n login_password={{ <PASSWORD> }}\n login_host={{ mysql_loginhost }}\n- name: CreateUser\n mysql_user:\n name={{ mysql_usern...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/mysql_client
7,862
[ "no_license" ]
[ { "path": "roles/mysql_client/tasks/main.yml", "content": "- name: Install mysql\n yum: name={{item}} state=latest\n with_items:\n - mysql56\n - mysql56-common\n - mysql56-devel\n - mysql56-libs\n register: result\n- name: Install pip\n when: aws_awslinux==\"no\"\n yum: name=python-pip state=latest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/mysql_server
7,862
[ "no_license" ]
[ { "path": "roles/mysql_server/tasks/main.yml", "content": "- name: Install mysql\n yum: name={{item}} state=latest\n with_items:\n - mysql56-server\n register: result\n- name: Start mysqld (CentOS6)\n when: centos_version==\"6\"\n service: name=mysqld state=started enabled=yes\n- name: Start mysqld (C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
katzueno/cmsprowresling-2018-ansible
54dbf7601dd3ee952337a79997bf73f757526b6a
0
roles/nginx
7,862
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install Nginx and PHP for Amazon Linux 1\n when: aws_awslinux==\"1\"\n yum: name={{ item }} state=latest\n with_items:\n - \"nginx\"\n - \"php71\"\n - \"php71-common\"\n - \"php71-cli\"\n - \"php71-devel\"\n - \"php71-fpm\"\n - \"php71-gd...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6139, "all_permissive": false }
ansible_role
Apcela/netpalm-public
e13d618f60f6c527f39a245c3ee561534e089eb9
1
packer/ansible-base/ansible/roles/testrole
7,862
[ "no_license" ]
[ { "path": "packer/ansible-base/ansible/roles/testrole/tasks/tasks.yml", "content": "---\n\n- name: change hostname\n hostname: \n name: \"ansibletest01\"\n use: debian\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
Apcela/netpalm-public
e13d618f60f6c527f39a245c3ee561534e089eb9
1
packer/netpalm/ansible/roles/base
7,862
[ "no_license" ]
[ { "path": "packer/netpalm/ansible/roles/base/tasks/main.yml", "content": "---\n\n- name: import user tasks\n import_tasks: user.yml\n\n- name: Wait for any possibly running unattended upgrade to finish\n raw: systemd-run --property=\"After=apt-daily.service apt-daily-upgrade.service\" --wait /bin/true\n\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1191, "all_permissive": false }
ansible_role
Apcela/netpalm-public
e13d618f60f6c527f39a245c3ee561534e089eb9
1
packer/netpalm/ansible/roles/docker
7,862
[ "no_license" ]
[ { "path": "packer/netpalm/ansible/roles/docker/tasks/main.yml", "content": "---\n\n- name: install packages\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3-setuptools\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 875, "all_permissive": false }
ansible_role
Apcela/netpalm-public
e13d618f60f6c527f39a245c3ee561534e089eb9
1
packer/netpalm/ansible/roles/netpalm
7,862
[ "no_license" ]
[ { "path": "packer/netpalm/ansible/roles/netpalm/tasks/main.yml", "content": "---\n\n- name: make deploy directory\n file:\n path: /app \n state: directory\n mode: '0755'\n\n- name: docker-compose.yml file\n template:\n src: docker-compose.yml.j2\n dest: /app/docker-compose.yml\n\n# - name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1852, "all_permissive": false }
ansible_role
ijumps/ha-k8s
743ae2e424863b5d321021453045e124f4f9f2da
0
roles/addons
7,862
[ "no_license" ]
[ { "path": "roles/addons/tasks/network_canal.yml", "content": "---\n# Network plugin use canal.\n\n- name: Create directory for canal\n file: path=\"{{ kube_addons_dir }}\" state=directory owner=root group=root mode=0755\n\n- name: Copy canal yaml\n template:\n args:\n src: \"{{ item }}\"\n dest: \"...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3559, "all_permissive": false }
ansible_role
ijumps/ha-k8s
743ae2e424863b5d321021453045e124f4f9f2da
0
roles/components
7,862
[ "no_license" ]
[ { "path": "roles/components/tasks/main.yml", "content": "---\n# Install kubernetes components.\n\n- name: Preflight for install kubernetes components\n include: preflight_yum.yml\n when: ansible_distribution in yum_os_family\n\n- name: Install kubernetes components\n include: components_global_yum.yml\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2439, "all_permissive": false }
ansible_role
ijumps/ha-k8s
743ae2e424863b5d321021453045e124f4f9f2da
0
roles/configure
7,862
[ "no_license" ]
[ { "path": "roles/configure/templates/kube-scheduler.yaml", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n annotations:\n scheduler.alpha.kubernetes.io/critical-pod: \"\"\n creationTimestamp: null\n labels:\n component: kube-scheduler\n tier: control-plane\n name: kube-scheduler\n namespace...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 17851, "all_permissive": false }
ansible_role
ijumps/ha-k8s
743ae2e424863b5d321021453045e124f4f9f2da
0
roles/init
7,862
[ "no_license" ]
[ { "path": "roles/init/tasks/facts.yml", "content": "---\n# Set facts.\n\n- name: Determine which docker registry to use\n set_fact:\n docker_registry: \"{{ docker_registry_gcr }}\"\n- set_fact:\n docker_registry: \"{{ docker_registry_caicloudgcr }}\"\n when: location == \"cn\"\n\n- name: Choose imag...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1042, "all_permissive": false }
ansible_role
ijumps/ha-k8s
743ae2e424863b5d321021453045e124f4f9f2da
0
roles/inventory
7,862
[ "no_license" ]
[ { "path": "roles/inventory/tasks/main.yml", "content": "---\n# Set up inventory.\n\n- name: Add master inventory info\n add_host: name=master-{{ masters_info[item|int -1].ip }}\n groups=masters\n ansible_host={{ masters_info[item|int -1].ip }}\n ansible_user={{ masters_info...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
ijumps/ha-k8s
743ae2e424863b5d321021453045e124f4f9f2da
0
roles/start
7,862
[ "no_license" ]
[ { "path": "roles/start/tasks/manifests.yml", "content": "---\n# Place manifests.\n\n- name: Make sure {{ item }} directory exists\n file: path={{ item }} state=directory\n with_items:\n - \"{{ kube_manifest_dir }}\"\n - \"{{ keepalived_config_dir }}\"\n - \"{{ haproxy_config_dir }}\"\n\n- name: P...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4645, "all_permissive": false }
ansible_role
AZIZI-Sajjad/devnet
b4d79875532a0b3d29f18c7f839751a4467f694f
0
devicebackup/roles/cisco
7,862
[ "no_license" ]
[ { "path": "devicebackup/roles/cisco/tasks/main.yml", "content": "---\n\n############################\n# Références:\n\n# --> cisco.ios.ios_interfaces:\n# https://docs.ansible.com/ansible/latest/collections/cisco/ios/ios_interfaces_module.html\n\n\n############################\n# Commentaires:\n\n# Comment u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2696, "all_permissive": false }
ansible_role
AZIZI-Sajjad/devnet
b4d79875532a0b3d29f18c7f839751a4467f694f
0
devicebackup/roles/mikrotik
7,862
[ "no_license" ]
[ { "path": "devicebackup/roles/mikrotik/handlers/main.yml", "content": "---\n# handlers file for mikrotik\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "devicebackup/roles/mikrotik/vars/main.yml", "content": "---\n# vars file for mikrotik\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 7525, "all_permissive": false }
ansible_role
AZIZI-Sajjad/devnet
b4d79875532a0b3d29f18c7f839751a4467f694f
0
devicebackup/roles/switch
7,862
[ "no_license" ]
[ { "path": "devicebackup/roles/switch/tasks/main.yml", "content": "---\n# tasks file for devicebackup\n- name: récup de la configuration du switch (untel)\n net-command: \n command: show running-config\n register: config\n\n- name: enregistrement de la configuration dans un fichier\n copy:\n content...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 380, "all_permissive": false }
ansible_role
AZIZI-Sajjad/devnet
b4d79875532a0b3d29f18c7f839751a4467f694f
0
devicebackup/roles/test
7,862
[ "no_license" ]
[ { "path": "devicebackup/roles/test/tasks/main.yml", "content": "---\n- name: system resource print MikroTik\n community.routeros.command:\n commands:\n - /system resource print\n register: output\n\n- name: system resource print MikroTik output\n debug:\n msg: \"{{ output }}\"\n\n\n- name: ip ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 795, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-citrix
82e40d103c7c9c742b6cb905fd982abe634b4b2c
1
roles/cqi
7,862
[ "no_license" ]
[ { "path": "roles/cqi/tasks/install.yml", "content": "---\n- name: Install Citrix CQI\n ansible.windows.win_package:\n path: \"{{ ctxcqi_installer_path }}\"\n log_path: \"{{ ctxcqi_installer_log_path }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4790, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-citrix
82e40d103c7c9c742b6cb905fd982abe634b4b2c
1
roles/licensing
7,862
[ "no_license" ]
[ { "path": "roles/licensing/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME> (@trippsc2)\n namespace: trippsc2\n role_name: licensing\n description: This role installs the Citrix Licensing server on Windows servers.\n\n license: MIT\n\n min_ansible_version: '2.16'\n\n platforms:\n - n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 10396, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-citrix
82e40d103c7c9c742b6cb905fd982abe634b4b2c
1
roles/pvs_console
7,862
[ "no_license" ]
[ { "path": "roles/pvs_console/tasks/prereq.yml", "content": "---\n- name: Install prerequisite with Chocolatey\n chocolatey.chocolatey.win_chocolatey:\n name:\n - \"{{ _ctxpvs_console_prerequisite }}\"\n state: present\n register: _ctxpvs_console_prerequisite_result\n\n- name: Reboot if required...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 11620, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-citrix
82e40d103c7c9c742b6cb905fd982abe634b4b2c
1
roles/pvs_server
7,862
[ "no_license" ]
[ { "path": "roles/pvs_server/molecule/default/prepare.yml", "content": "---\n- name: Prepare DC\n hosts:\n - dc\n roles:\n - role: trippsc2.ad.testing_domain_controller\n\n- name: Prepare member server\n hosts:\n - windows_domain_members\n gather_facts: false\n roles:\n - role: trippsc2.ad.t...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 69793, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-citrix
82e40d103c7c9c742b6cb905fd982abe634b4b2c
1
roles/pvs_target
7,862
[ "no_license" ]
[ { "path": "roles/pvs_target/vars/main.yml", "content": "---\n_ctxpvs_target_version_by_checksum:\n c41d075909d5e1353930a7b10a05116f8d61e370: '2503'\n a4b4cf8791e4f825a2471860ceaeba60add9bc0e: '2411'\n 14b156f7fa5b6d9461dc84e1c317c4ea9dbc1a67: '2407'\n 35b7528fb2a0d674eb36ec510ed51cb52f882ece: '2402 CU2'...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 8442, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-citrix
82e40d103c7c9c742b6cb905fd982abe634b4b2c
1
roles/wem_agent
7,862
[ "no_license" ]
[ { "path": "roles/wem_agent/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME> (@trippsc2)\n namespace: trippsc2\n role_name: wem_agent\n description: This role installs the Citrix Workspace Environment Management Agent on Windows systems. The role assumes that the agent will be configured b...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 9382, "all_permissive": false }
ansible_role
trippsoft/ansible-collection-citrix
82e40d103c7c9c742b6cb905fd982abe634b4b2c
1
roles/win_server_vda
7,862
[ "no_license" ]
[ { "path": "roles/win_server_vda/tasks/prepare.yml", "content": "---\n- name: Flush all handlers\n ansible.builtin.meta: flush_handlers\n\n- name: Reduce C drive permissions\n when:\n - ctxvda_reduce_c_drive_permissions\n ansible.windows.win_powershell:\n script: |\n $Ansible.Changed = $false\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 33213, "all_permissive": false }
ansible_role
rohit01/awstats_for_elb
77554a8c47a10d2fa062f48a811fbd366cdfa6d6
0
roles/awstats
7,862
[ "no_license" ]
[ { "path": "roles/awstats/tasks/configure_apache.yml", "content": "---\n- name: \"Install dependencies - using apt-get\"\n apt: >\n name=\"{{ item }}\"\n state=\"present\"\n update_cache=yes\n cache_valid_time=\"{{ apt_cache_time }}\"\n with_items:\n - apache2\n - libnet-xwhois-perl\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5927, "all_permissive": false }
ansible_role
rohit01/awstats_for_elb
77554a8c47a10d2fa062f48a811fbd366cdfa6d6
0
roles/system_defaults
7,862
[ "no_license" ]
[ { "path": "roles/system_defaults/tasks/main.yml", "content": "---\n## Set system default settings\n- name: \"Update apt repository once\"\n shell: \"apt-get update && touch /tmp/.apt_get_updated_once\"\n sudo: yes\n args:\n creates: \"/tmp/.apt_get_updated_once\"\n when: \"{{ is_ubuntu | default(True...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1448, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/3rd-party-apps
7,862
[ "no_license" ]
[ { "path": "roles/3rd-party-apps/tasks/main.yaml", "content": "---\r\n- name: Setting up home var\r\n set_fact:\r\n home_dir: \"{{ lookup('env', 'HOME') }}\"\r\n\r\n- name: Install multiple packages for CentOS\r\n yum:\r\n name:\r\n - xrdp\r\n - vlc\r\n - vim\r\n - net-tools\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 985, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/add-repos
7,862
[ "no_license" ]
[ { "path": "roles/add-repos/tasks/main.yaml", "content": "---\r\n- name: Enabling EPEL Repository on RHEL based systems\r\n yum:\r\n name: epel-release\r\n state: latest\r\n when: ansible_distribution in ['CentOS', 'RedHat', 'Rocky', 'AlmaLinux']\r\n\r\n- name: Enabling VLC Repository on Rhel based s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1784, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/change-dns
7,862
[ "no_license" ]
[ { "path": "roles/change-dns/handlers/main.yaml", "content": "---\n- name: Restart networking service\n ansible.builtin.service:\n name: \"{{ networking_service }}\"\n state: restarted\n when: networking_service is defined", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 760, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/copy-files
7,862
[ "no_license" ]
[ { "path": "roles/copy-files/tasks/main.yaml", "content": "---\r\n- name: Copying master.vimrc\r\n copy:\r\n src: \"master.vimrc\"\r\n dest: \"~/.vimrc\"\r\n\r\n- name: Copying master.bashrc to Debian / Ubuntu systems\r\n copy: \r\n src: \"master.bashrc\"\r\n dest: \"~/.bashrc\"\r\n when: ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/create-user
7,862
[ "no_license" ]
[ { "path": "roles/create-user/vars/main.yaml", "content": "---\r\nprovision_password: <PASSWORD>'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/create-user/tasks/main.yaml", "content": "---\r\n#On Ubuntu first install this: sudo apt ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 968, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/create-users-from-list
7,862
[ "no_license" ]
[ { "path": "roles/create-users-from-list/vars/main.yml", "content": "---\nusers:\n - name: Fred\n uid: 1001\n home: /home/{{ name }}\n shell: /bin/bash\n ssh_key: \"Put key here\"\n\n - name: Barney\n uid: 1002\n home: /home/{{ name }}\n shell: /bin/bash\n ssh_key: \"Put key here\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 710, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/deploy-compose
7,862
[ "no_license" ]
[ { "path": "roles/deploy-compose/templates/docker_compose_ittools.yaml.j2", "content": "name: IT Tools\nservices:\n it-tools:\n container_name: it-tools\n restart: unless-stopped\n ports:\n - 8587:80\n image: corentinth/it-tools:latest", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5487, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/deploy-containers
7,862
[ "no_license" ]
[ { "path": "roles/deploy-containers/vars/main.yaml", "content": "---\nportainer_name: portainer\nportainer_image: portainer/portainer-ce:lts\nportainer_external_port: 9443\nportainer_volume_name: \"{{ portainer_name }}_data\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1128, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/deploy-portainer
7,862
[ "no_license" ]
[ { "path": "roles/deploy-portainer/tasks/main.yaml", "content": "---\r\n- name: Setting up home var, username\r\n set_fact:\r\n home_dir: \"{{ lookup('env', 'HOME') }}\"\r\n username: \"{{ lookup('env','USER') }}\"\r\n\r\n- name: Install portainer\r\n become: true\r\n community.docker.docker_contain...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/deploy-ssh
7,862
[ "no_license" ]
[ { "path": "roles/deploy-ssh/tasks/main.yaml", "content": "---\r\n#Run this playbook with:\r\n#Install first: apt install sshpass\r\n#Intial time run: ansible-playbook deploy-ssh.yaml --ask-pass -K\r\n- name: Setting up home var\r\n set_fact:\r\n home_dir: \"{{ lookup('env', 'HOME') }}\"\r\n username...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1148, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/install-ansible-collections
7,862
[ "no_license" ]
[ { "path": "roles/install-ansible-collections/tasks/main.yaml", "content": "---\r\n- name: Install collections from requirements file\r\n ansible.builtin.command:\r\n cmd: ansible-galaxy collection install -r \"{{ role_path }}/files/install-freeipa-requirements.yaml\"\r\n register: install_result\r\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/install-apps-all-systems
7,862
[ "no_license" ]
[ { "path": "roles/install-apps-all-systems/tasks/main.yaml", "content": "---\r\n- name: Setting up home var\r\n set_fact:\r\n home_dir: \"{{ lookup('env', 'HOME') }}\"\r\n\r\n- name: Install multiple packages for all distros of linux\r\n package:\r\n name:\r\n #- xrdp\r\n #- vlc\r\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1027, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/install-docker
7,862
[ "no_license" ]
[ { "path": "roles/install-docker/tasks/main.yaml", "content": "---\r\n- name: Install required system packages\r\n package:\r\n name:\r\n - apt-transport-https\r\n - ca-certificates\r\n - curl\r\n state: latest\r\n\r\n- name: Install software-properties-common on Debian and Ubuntu\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/install-freeipa-client
7,862
[ "no_license" ]
[ { "path": "roles/install-freeipa-client/tasks/main.yaml", "content": "---\r\n- name: Get hostname and append domain\r\n set_fact:\r\n full_hostname: \"{{ ansible_hostname }}.{{ ipaclient_domain }}\"\r\n\r\n- name: Set new hostname\r\n hostname:\r\n name: \"{{ full_hostname }}\"\r\n\r\n- name: Update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/install-mediaplayer
7,862
[ "no_license" ]
[ { "path": "roles/install-mediaplayer/tasks/main.yaml", "content": "---\r\n- name: Add Kodi Repository\r\n apt_repository:\r\n repo: ppa:team-xbmc/ppa\r\n state: present\r\n register: ppakodi\r\n become: yes\r\n\r\n- name: Adding Teamviewer signing key on Debian based mediaplayer\r\n apt_key:\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1070, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/install-mediasrv
7,862
[ "no_license" ]
[ { "path": "roles/install-mediasrv/tasks/main.yaml", "content": "---\r\n- name: Install multiple packages on mediasrv\r\n package:\r\n name:\r\n #- xfce4\r\n #- xubuntu-desktop\r\n - xrdp\r\n - vlc\r\n - performous\r\n - plexmediaserver\r\n state: latest\r\n update_cac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/install-requirements-freeipa
7,862
[ "no_license" ]
[ { "path": "roles/install-requirements-freeipa/tasks/main.yaml", "content": "---\r\n# Right now you can only install FreeIPA on rhel based Linux\r\n- name: Install EPEL repository on RHEL based systems\r\n ansible.builtin.yum:\r\n name: epel-release\r\n state: present\r\n when: ansible_distribution i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 957, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/install-rsyslog
7,862
[ "no_license" ]
[ { "path": "roles/install-rsyslog/tasks/main.yaml", "content": "---\r\n- name: Install rsyslog\r\n package:\r\n name: rsyslog\r\n state: present\r\n\r\n- name: Ensure rsyslog service is enabled and started\r\n service:\r\n name: rsyslog\r\n state: started\r\n enabled: yes\r\n\r\n- name: Copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/install-updates
7,862
[ "no_license" ]
[ { "path": "roles/install-updates/tasks/main.yaml", "content": "---\r\n- name: Update all installed packages using YUM module\r\n yum:\r\n name: '*'\r\n state: latest\r\n update_cache: yes\r\n update_only: yes\r\n register: yum_update_status\r\n when: ansible_distribution == 'CentOS' or ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1313, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/remove-software
7,862
[ "no_license" ]
[ { "path": "roles/remove-software/tasks/main.yaml", "content": "---\r\n- name: Ensure performous is absent\r\n apt:\r\n name: performous\r\n state: absent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
tbrigham75/manage-systems
9d76720c53b29e828e480cfe9bcc6bc05260012a
1
roles/setup-ubuntu-network
7,862
[ "no_license" ]
[ { "path": "roles/setup-ubuntu-network/vars/main.yaml", "content": "---\ninterface_name: \"eth0\"\nstatic_ip: \"192.168.2.170/24\"\ngateway: \"192.168.2.1\"\ndns_servers:\n - \"192.168.2.140\"\nnew_hostname: \"freeipa01\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 658, "all_permissive": false }
ansible_role
marvel-nccr/quantum-mobile-cloud-edition
53235a0c7bf641f04d32f0a14e7de4b96b3f131a
0
roles/xiamen_tutorial2019
7,862
[ "no_license" ]
[ { "path": "roles/xiamen_tutorial2019/tasks/main.yml", "content": "---\n- name: add user compute with key\n include_role: \n name: marvel-nccr.add_user\n vars:\n add_user_name: \"compute\"\n add_user_public_key: \"{{ lookup('file', './keys/aiida-tutorial-compute.pub') }}\"\n add_user_groups:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
AppScale/ats-postdeploy
6490e73081066e92567e822b198c8e98d7c1f438
0
roles/ats-demo
7,862
[ "no_license" ]
[ { "path": "roles/ats-demo/tasks/iam.yml", "content": "---\n- name: discover policies\n command: \"{{ aws_iam }} list-policies\"\n register: list_policies\n changed_when: false\n\n- name: parse policies\n set_fact:\n current_policies: \"{{ list_policies.stdout | from_json | json_query('Policies') }}\"...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 10263, "all_permissive": false }
ansible_role
AppScale/ats-postdeploy
6490e73081066e92567e822b198c8e98d7c1f438
0
roles/ats-finish
7,862
[ "no_license" ]
[ { "path": "roles/ats-finish/tasks/main.yml", "content": "- name: display post install message\n debug: msg={{ post_install.split('\\n') }}\n when: hostvars[groups[\"cloud\"][0]].admin_console_password is defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
AppScale/ats-postdeploy
6490e73081066e92567e822b198c8e98d7c1f438
0
roles/ats-setup
7,862
[ "no_license" ]
[ { "path": "roles/ats-setup/tasks/image-is.yml", "content": "\n- name: download ATS images catalog\n uri:\n url: https://raw.githubusercontent.com/sjones4/eucalyptus-extras/master/images/image-catalog.json\n return_content: true\n register: curl\n failed_when: \"'CentOS 7' not in curl.content\"\n w...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6969, "all_permissive": false }
ansible_role
phamidko/ansible_mongodb
a9a65835bc99d01dfd020bb8224d8ee1c6e698aa
0
roles/cellbase_mongodb_key
7,862
[ "no_license" ]
[ { "path": "roles/cellbase_mongodb_key/templates/mongod.conf.j2", "content": "{{ ansible_managed | comment }}\n# mongod.conf\n\n# for documentation of all options, see:\n# http://docs.mongodb.org/manual/reference/configuration-options/\n\nstorage:\n dbPath: /mongodb/data\n journal:\n enabled: true\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1616, "all_permissive": false }
ansible_role
phamidko/ansible_mongodb
a9a65835bc99d01dfd020bb8224d8ee1c6e698aa
0
roles/cellbase_mongodb_replicaset
7,862
[ "no_license" ]
[ { "path": "roles/cellbase_mongodb_replicaset/tasks/main.yml", "content": "---\n- name: Sleep for secondary nodes to come alive\n pause:\n minutes: 1\n# when: groups.mongod_primary.index(inventory_hostname) == 0 \n\n- name: Ensure replicaset rs0 exists\n ignore_errors: yes\n community.mongodb.mongodb_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
phamidko/ansible_mongodb
a9a65835bc99d01dfd020bb8224d8ee1c6e698aa
0
roles/cellbase_mongodb_user
7,862
[ "no_license" ]
[ { "path": "roles/cellbase_mongodb_user/tasks/main.yml", "content": "---\n- name: Create MongoDB root user siteRootAdmin\n community.mongodb.mongodb_user:\n database: admin\n # replica_set: rs0\n name: \"{{ mongodb_admin_user }}\"\n password: \"{{ <PASSWORD> }}\"\n roles: \"root\"\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1593, "all_permissive": false }
ansible_role
ShayanDeSh/ansible_kubernetese
91f72a50cd3e3b26341793977b4e32a4df3928fe
0
roles/k8s_general
7,862
[ "no_license" ]
[ { "path": "roles/k8s_general/tasks/main.yml", "content": "---\n- name: Install Docker\n include_role:\n name: docker\n\n- name: Remove swapfile from /etc/fstab\n mount:\n name: \"{{ item }}\"\n fstype: swap\n state: absent\n backup: yes\n with_items:\n - swap\n - none\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 777, "all_permissive": false }
ansible_role
ShayanDeSh/ansible_kubernetese
91f72a50cd3e3b26341793977b4e32a4df3928fe
0
roles/k8s_master
7,862
[ "no_license" ]
[ { "path": "roles/k8s_master/tasks/main.yml", "content": "---\n- name: install kubectl on master\n apt:\n name: kubectl\n state: present\n\n- name: Remove cluster_init.txt\n file:\n path: $HOME/cluster_init.txt\n state: absent\n\n- name: Init master\n shell: kubeadm init --pod-network-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1057, "all_permissive": false }
ansible_role
GiganticMinecraft/seichi_infra
acc7ec85cb72a1a8f08cb735c806137f6b2ac4c3
63
seichi-onp-k8s/cluster-boot-up/ansible/roles/00-wait-to-host-reachable
7,862
[ "no_license" ]
[ { "path": "seichi-onp-k8s/cluster-boot-up/ansible/roles/00-wait-to-host-reachable/tasks/main.yaml", "content": "- name: Wait 1200 seconds (20 minutes) for target connection to become reachable/usable\n wait_for_connection:\n timeout: 1200\n\n- name: Wait until the file /usr/bin/kubeadm is present before...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
GiganticMinecraft/seichi_infra
acc7ec85cb72a1a8f08cb735c806137f6b2ac4c3
63
seichi-onp-k8s/cluster-boot-up/ansible/roles/11-kubeadm-join-cp
7,862
[ "no_license" ]
[ { "path": "seichi-onp-k8s/cluster-boot-up/ansible/roles/11-kubeadm-join-cp/tasks/main.yaml", "content": "- name: Deploy kubeadm join config file\n become: yes\n template:\n src: /root/seichi_infra/seichi-onp-k8s/cluster-boot-up/ansible/roles/11-kubeadm-join-cp/templates/join_kubeadm_cp.yaml\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
GiganticMinecraft/seichi_infra
acc7ec85cb72a1a8f08cb735c806137f6b2ac4c3
63
seichi-onp-k8s/cluster-boot-up/ansible/roles/12-kubeadm-join-wk
7,862
[ "no_license" ]
[ { "path": "seichi-onp-k8s/cluster-boot-up/ansible/roles/12-kubeadm-join-wk/tasks/main.yaml", "content": "- name: Deploy kubeadm join config file\n become: yes\n template:\n src: /root/seichi_infra/seichi-onp-k8s/cluster-boot-up/ansible/roles/12-kubeadm-join-wk/templates/join_kubeadm_wk.yaml\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 817, "all_permissive": false }
ansible_role
mikamo3/arch-ansible
70a273d106deda8fd15dcb5eb9491980752fff1d
0
roles/base
7,862
[ "no_license" ]
[ { "path": "roles/base/tasks/package.yml", "content": "---\n- name: install base packages\n become: true\n become_user: aur\n aur:\n name:\n - archlinux-keyring\n - base\n - base-devel\n - bash-completion\n - bat\n - btop\n - coreutils\n - dmidecode\n - exa\...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3900, "all_permissive": false }
ansible_role
mikamo3/arch-ansible
70a273d106deda8fd15dcb5eb9491980752fff1d
0
roles/browser
7,862
[ "no_license" ]
[ { "path": "roles/browser/tasks/main.yaml", "content": "---\n- name: install browsers\n become: true\n become_user: aur\n aur:\n name:\n - chromium\n - firefox\n - firefox-i18n-ja\n - google-chrome\n\n- name: profile-sync-daemon\n block:\n - name: install profile-sync-daemon\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
mikamo3/arch-ansible
70a273d106deda8fd15dcb5eb9491980752fff1d
0
roles/cad
7,862
[ "no_license" ]
[ { "path": "roles/cad/tasks/main.yml", "content": "---\n- name: install\n become: true\n become_user: aur\n aur:\n name:\n - freecad\n - kicad\n - kicad-library\n - kicad-library-3d\n - librecad\n\n tags:\n - cad\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
mikamo3/arch-ansible
70a273d106deda8fd15dcb5eb9491980752fff1d
0
roles/cuda
7,862
[ "no_license" ]
[ { "path": "roles/cuda/tasks/main.yml", "content": "---\n- name: install\n become: true\n become_user: aur\n aur:\n name:\n - cuda\n - nvidia-dkms\n - nvidia-container-toolkit\n - gperftools\n - bc\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": 167, "all_permissive": false }
ansible_role
mikamo3/arch-ansible
70a273d106deda8fd15dcb5eb9491980752fff1d
0
roles/cui
7,862
[ "no_license" ]
[ { "path": "roles/cui/tasks/main.yml", "content": "---\n- include_tasks: kawazu.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/cui/tasks/kawazu.yml", "content": "---\n- name: check kawazu installed\n stat:\n path: /usr/lib/kawaz...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 453, "all_permissive": false }
ansible_role
mikamo3/arch-ansible
70a273d106deda8fd15dcb5eb9491980752fff1d
0
roles/development
7,862
[ "no_license" ]
[ { "path": "roles/development/tasks/git.yml", "content": "- name: install git utils\n become: true\n become_user: aur\n aur:\n name:\n - github-cli\n - gibo\n- name: install commitizen\n npm:\n name: commitizen\n global: yes\n- name: install cz-emoji\n npm:\n name: cz-emoji\n gl...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 891, "all_permissive": false }
ansible_role
mikamo3/arch-ansible
70a273d106deda8fd15dcb5eb9491980752fff1d
0
roles/devices
7,862
[ "no_license" ]
[ { "path": "roles/devices/tasks/main.yml", "content": "---\n- name: Install bluetooth\n include_tasks: bluetooth.yml\n when: bluetooth.enable == true\n- name: Install printer\n include_tasks: printer.yml\n when: printer.enable == true\n- name: Install PipeWire\n include_tasks: pipewire.yml\n when: soun...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1623, "all_permissive": false }