1 changed files with 0 additions and 15 deletions
@ -1,15 +0,0 @@ |
|||
## -- this is all the basic ansible config to ensure it can begin pulling configs down. |
|||
|
|||
## pull down some files |
|||
mkdir /root/bin |
|||
cd /root/bin |
|||
|
|||
wget https://config.tombstones.org.uk:23000/tombstones/files/raw/branch/master/root/deploy.sh |
|||
wget https://config.tombstones.org.uk:23000/tombstones/files/raw/branch/master/root/pull.sh |
|||
wget https://config.tombstones.org.uk:23000/tombstones/files/raw/branch/master/root/site.sh |
|||
|
|||
chmod 750 *.sh |
|||
|
|||
## -- now run the script(s): |
|||
~/bin/deploy.sh |
|||
|
Loading…
Reference in new issue