diff --git a/main.yml b/main.yml index 2760c98d..10af8495 100644 --- a/main.yml +++ b/main.yml @@ -2,4 +2,4 @@ - hosts: localhost gather_facts: no roles: - - awx + - installer diff --git a/roles/awx_remove/tasks/main.yml b/roles/finalizer/tasks/main.yml similarity index 100% rename from roles/awx_remove/tasks/main.yml rename to roles/finalizer/tasks/main.yml diff --git a/roles/awx/README.md b/roles/installer/README.md similarity index 100% rename from roles/awx/README.md rename to roles/installer/README.md diff --git a/roles/awx/defaults/main.yml b/roles/installer/defaults/main.yml similarity index 100% rename from roles/awx/defaults/main.yml rename to roles/installer/defaults/main.yml diff --git a/roles/awx/meta/main.yml b/roles/installer/meta/main.yml similarity index 100% rename from roles/awx/meta/main.yml rename to roles/installer/meta/main.yml diff --git a/roles/awx/tasks/initialize.yml b/roles/installer/tasks/initialize.yml similarity index 100% rename from roles/awx/tasks/initialize.yml rename to roles/installer/tasks/initialize.yml diff --git a/roles/awx/tasks/main.yml b/roles/installer/tasks/main.yml similarity index 100% rename from roles/awx/tasks/main.yml rename to roles/installer/tasks/main.yml diff --git a/roles/awx/templates/credentials.py.j2 b/roles/installer/templates/credentials.py.j2 similarity index 100% rename from roles/awx/templates/credentials.py.j2 rename to roles/installer/templates/credentials.py.j2 diff --git a/roles/awx/templates/environment.sh.j2 b/roles/installer/templates/environment.sh.j2 similarity index 100% rename from roles/awx/templates/environment.sh.j2 rename to roles/installer/templates/environment.sh.j2 diff --git a/roles/awx/templates/tower.yaml.j2 b/roles/installer/templates/tower.yaml.j2 similarity index 100% rename from roles/awx/templates/tower.yaml.j2 rename to roles/installer/templates/tower.yaml.j2 diff --git a/roles/awx/templates/tower_config.yaml.j2 b/roles/installer/templates/tower_config.yaml.j2 similarity index 100% rename from roles/awx/templates/tower_config.yaml.j2 rename to roles/installer/templates/tower_config.yaml.j2 diff --git a/roles/awx/templates/tower_postgres.yaml.j2 b/roles/installer/templates/tower_postgres.yaml.j2 similarity index 100% rename from roles/awx/templates/tower_postgres.yaml.j2 rename to roles/installer/templates/tower_postgres.yaml.j2 diff --git a/roles/awx/templates/tower_postgres_secret.yaml.j2 b/roles/installer/templates/tower_postgres_secret.yaml.j2 similarity index 100% rename from roles/awx/templates/tower_postgres_secret.yaml.j2 rename to roles/installer/templates/tower_postgres_secret.yaml.j2 diff --git a/roles/awx/templates/tower_secret.yaml.j2 b/roles/installer/templates/tower_secret.yaml.j2 similarity index 100% rename from roles/awx/templates/tower_secret.yaml.j2 rename to roles/installer/templates/tower_secret.yaml.j2 diff --git a/watches.yaml b/watches.yaml index ef17892f..02e2eb99 100644 --- a/watches.yaml +++ b/watches.yaml @@ -5,4 +5,4 @@ playbook: /opt/ansible/main.yml finalizer: name: finalizer.awx.ansible.com - role: awx_remove + role: finalizer