ansible.netis.pl Open in urlscan Pro
91.239.155.107  Public Scan

URL: https://ansible.netis.pl/
Submission: On July 27 via api from US — Scanned from PL

Form analysis 3 forms found in the DOM

Name: loginForm

<form id="login-form" name="loginForm" class="form-horizontal ng-pristine ng-invalid ng-invalid-required" novalidate="">
  <div class="form-group LoginModal-formGroup">
    <label class="LoginModal-label
                            col-md-12" translate="">USERNAME</label>
    <div class="col-md-12">
      <input type="text" name="login_username" class="form-control LoginModal-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-model="login_username" id="login-username" required="">
      <div class="error ng-hide" ng-show="loginForm.login_username.$dirty &amp;&amp;
                                loginForm.login_username.$error.required" translate="">Please enter a username.</div>
      <div class="error api-error ng-binding" ng-bind="usernameError"></div>
    </div>
  </div>
  <div class="form-group LoginModal-formGroup">
    <label class="LoginModal-label
                            col-md-12" translate="">PASSWORD</label>
    <div class="col-md-12">
      <input type="password" name="login_password" id="login-password" class="form-control LoginModal-field ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-model="login_password" required="">
      <div class="error ng-hide" ng-show="loginForm.login_password.$dirty
                                &amp;&amp;
                                loginForm.login_password.$error.required" translate="">Please enter a password.</div>
      <div class="error api-error ng-binding" ng-bind="passwordError"></div>
    </div>
  </div>
</form>

Name: prompt_for_days_form

<form name="prompt_for_days_form" id="prompt_for_days_form" class="MgmtCards-promptText ng-pristine ng-invalid ng-invalid-required">
  <span translate="">Set how many days of data should be retained.</span>
  <br>
  <input type="integer" id="days_to_keep" name="days_to_keep" ng-model="days_to_keep" ng-required="true" class="form-control Form-textInput ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" min="0" max="9999" style="margin-top:10px;"
    integer="" required="required">
  <div class="error ng-hide" ng-show="prompt_for_days_form.days_to_keep.$dirty &amp;&amp; (prompt_for_days_form.days_to_keep.$error.number || prompt_for_days_form.days_to_keep.$error.integer ||
                prompt_for_days_form.days_to_keep.$error.required ||
                prompt_for_days_form.days_to_keep.$error.min ||
                prompt_for_days_form.days_to_keep.$error.max)" translate="">Please enter an integer<span ng-show="prompt_for_days_form.days_to_keep.$dirty &amp;&amp; prompt_for_days_form.days_to_keep.$error.min" class="ng-scope ng-hide"> that is not
      negative</span><span ng-show="prompt_for_days_form.days_to_keep.$dirty &amp;&amp; prompt_for_days_form.days_to_keep.$error.max" class="ng-scope ng-hide"> that is lower than 9999</span>.</div>
</form>

Name: prompt_for_days_facts_form

<form name="prompt_for_days_facts_form" id="prompt_for_days_facts_form" class="MgmtCards-promptText ng-pristine ng-invalid ng-invalid-required">
  <div style="padding-bottom:15px;"><span translate="">For facts collected older than the time period specified, save one fact scan (snapshot) per time window (frequency). For example, facts older than 30 days are purged, while one weekly fact scan
      is kept.</span>
    <br>
    <br>
    <span translate="">CAUTION: Setting both numerical variables to "0" will delete all facts.</span>
    <br>
    <br>
  </div>
  <div class="form-group">
    <label for="description">
      <span class="label-text" translate="">Select a time period after which to remove old facts</span>
    </label>
    <div class="row">
      <div class="col-xs-6">
        <input type="integer" id="keep_amount" name="keep_amount" ng-model="keep_amount" ng-required="true" class="form-control Form-textInput MgmtCards-card--promptElements ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" min="0"
          max="9999" integer="" required="required">
      </div>
      <div class="col-xs-6">
        <select id="keep_unit" name="keep_unit" ng-model="keep_unit" ng-options="type.label for type in keep_unit_choices track by type.value" ng-required="true" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
          required="required">
          <option value="?" selected="selected"></option>
        </select>
      </div>
    </div>
    <div class="error ng-hide" ng-show="prompt_for_days_facts_form.keep_amount.$dirty &amp;&amp; (prompt_for_days_facts_form.keep_amount.$error.number || prompt_for_days_facts_form.keep_amount.$error.integer ||
                        prompt_for_days_facts_form.keep_amount.$error.required ||
                        prompt_for_days_facts_form.keep_amount.$error.min ||
                        prompt_for_days_facts_form.keep_amount.$error.max)" translate="">Please enter an integer<span ng-show="prompt_for_days_facts_form.keep_amount.$dirty &amp;&amp; prompt_for_days_facts_form.keep_amount.$error.min"
        class="ng-scope ng-hide"> that is not negative</span><span ng-show="prompt_for_days_facts_form.keep_amount.$dirty &amp;&amp; prompt_for_days_facts_form.keep_amount.$error.max" class="ng-scope ng-hide"> that is lower than 9999</span>.</div>
  </div>
  <div class="form-group ">
    <label for="description">
      <span class="label-text" translate="">Select a frequency for snapshot retention</span>
    </label>
    <div class="row">
      <div class="col-xs-6">
        <input type="integer" id="granularity_keep_amount" name="granularity_keep_amount" ng-model="granularity_keep_amount" ng-required="true"
          class="form-control Form-textInput MgmtCards-card--promptElements ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" min="0" max="9999" integer="" required="required">
      </div>
      <div class="col-xs-6">
        <select id="granularity_keep_unit" name="granularity_keep_unit" ng-model="granularity_keep_unit" ng-options="type.label for type in granularity_keep_unit_choices track by type.value" ng-required="true"
          class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="required">
          <option value="?" selected="selected"></option>
        </select>
      </div>
    </div>
    <div class="error ng-hide" ng-show="prompt_for_days_facts_form.granularity_keep_amount.$dirty &amp;&amp; (prompt_for_days_facts_form.granularity_keep_amount.$error.number || prompt_for_days_facts_form.granularity_keep_amount.$error.integer ||
                        prompt_for_days_facts_form.granularity_keep_amount.$error.required ||
                        prompt_for_days_facts_form.granularity_keep_amount.$error.min ||
                        prompt_for_days_facts_form.granularity_keep_amount.$error.max)" translate="">Please enter an integer<span
        ng-show="prompt_for_days_facts_form.granularity_keep_amount.$dirty &amp;&amp; prompt_for_days_facts_form.granularity_keep_amount.$error.min" class="ng-scope ng-hide"> that is not negative</span><span
        ng-show="prompt_for_days_facts_form.granularity_keep_amount.$dirty &amp;&amp; prompt_for_days_facts_form.granularity_keep_amount.$error.max" class="ng-scope ng-hide"> that is lower than 9999</span>.</div>
  </div>
</form>

Text Content

0



Views
Dashboard Jobs Schedules My View
Resources
Templates Credentials Projects Inventories Inventory Scripts
Access
Organizations Users Teams
Administration
Credential Types Notifications Management Jobs Instance Groups Applications
Settings
Authentication Jobs System User Interface
Welcome to Ansible AWX!  Please sign in.
Your session timed out due to inactivity. Please sign in.
You have been logged out. Please sign in.
Maximum per-user sessions reached. Please sign in.
Invalid username and/or password. Please try again.

USERNAME
Please enter a username.

PASSWORD
Please enter a password.

SIGN IN

Your session will expire in 60 seconds, would you like to continue?
INITIATED BY

ACTION

SETTING CATEGORY

SETTING NAME

CHANGES
OK

OK
×





OK


Set how many days of data should be retained.

Please enter an integer that is not negative that is lower than 9999.
For facts collected older than the time period specified, save one fact scan
(snapshot) per time window (frequency). For example, facts older than 30 days
are purged, while one weekly fact scan is kept.

CAUTION: Setting both numerical variables to "0" will delete all facts.


Select a time period after which to remove old facts

Please enter an integer that is not negative that is lower than 9999.
Select a frequency for snapshot retention

Please enter an integer that is not negative that is lower than 9999.


working...