Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Remove some ugliness preventing sane usage of the tool
Browse files Browse the repository at this point in the history
  • Loading branch information
lpramuk authored and ogajduse committed Feb 22, 2019
1 parent 309b089 commit 2598435
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ Befor running any Satellite6 playbooks,
# ansible-galaxy install -r requirements.yml
```

2. Check and configure required variables in `satellite_common.local.yml`
by first making a copy of it.
2. Check and configure required variables in `satellite_common.yml`
(i.e RHSM Credentials, Satellite setup links and so on).

```
cp satellite_common.yml satellite_common.local.yml
vim satellite_common.yml
```

3. Make a copy of inventory from inventory.sample file.
Expand Down
5 changes: 3 additions & 2 deletions playbooks/install/satellite_63.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
- hosts: sat63
- hosts: all
become: true
vars_files:
- ../../vars/satellite_common.local.yml
- ../../vars/satellite_common.yml
- ../../vars/satellite_63.yml
roles:
- partition-disk
Expand Down
5 changes: 3 additions & 2 deletions playbooks/install/satellite_64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
- hosts: sat64
- hosts: all
become: true
vars_files:
- ../../vars/satellite_common.local.yml
- ../../vars/satellite_common.yml
- ../../vars/satellite_64.yml
roles:
- partition-disk
Expand Down

0 comments on commit 2598435

Please sign in to comment.