mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
regex replace tower_*: to ''
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
---
|
||||
- name: Assure that default organization exists
|
||||
tower_organization:
|
||||
organization:
|
||||
name: Default
|
||||
|
||||
- name: HACK - delete orphaned projects from preload data where organization deletd
|
||||
tower_project:
|
||||
project:
|
||||
name: "{{ item['id'] }}"
|
||||
scm_type: git
|
||||
state: absent
|
||||
@@ -16,7 +16,7 @@
|
||||
label: "Deleting Demo Project with null organization id={{ item['id'] }}"
|
||||
|
||||
- name: Assure that demo project exists
|
||||
tower_project:
|
||||
project:
|
||||
name: "Demo Project"
|
||||
scm_type: 'git'
|
||||
scm_url: 'https://github.com/ansible/ansible-tower-samples'
|
||||
@@ -24,12 +24,12 @@
|
||||
organization: Default
|
||||
|
||||
- name: Assure that demo inventory exists
|
||||
tower_inventory:
|
||||
inventory:
|
||||
name: "Demo Inventory"
|
||||
organization: Default
|
||||
|
||||
- name: Create a Host
|
||||
tower_host:
|
||||
host:
|
||||
name: "localhost"
|
||||
inventory: "Demo Inventory"
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user