Commit 27b98a72 by Feanil Patel

Use play instead of role.

parent 22ceb19d
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
# You will need to create a gh_users.yml that contains the github names of users that should have login access to the machines. # You will need to create a gh_users.yml that contains the github names of users that should have login access to the machines.
# Setup user login on the bastion # Setup user login on the bastion
- name: Configure Bastion - name: Configure Bastion
hosts: tag_role_bastion hosts: tag_play_bastion
sudo: True sudo: True
gather_facts: False gather_facts: False
roles: roles:
- user - user
# Configure an admin instance with jenkins and asgard. # Configure an admin instance with jenkins and asgard.
- name: Configure instance(s) - name: Configure instance(s)
hosts: tag_role_admin hosts: tag_play_admin
sudo: True sudo: True
gather_facts: True gather_facts: True
roles: roles:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment